Skip to content

om# 1.6

Compare
Choose a tag to compare
@j-bresson j-bresson released this 26 Mar 20:54
· 109 commits to master since this release

RELEASE NOTES

MIDI:

  • Updated documentation, user manual and help patches
  • MIDI test/filtering utilities now return the input MIDIEVENT
  • midi-in doesn't deliver NIL as value when a message is filtered out
  • MIDI to VOICE uses the MIDI tempo

Score functions:

  • true-durations
  • merge
  • Conversions POLY/MULTI-SEQ to VOICE/CHORD-SEQ

Audio:

  • Add the choice of audio driver in user preferences
  • Save more than 255 channel audio files
  • Updated audio lib

Arrays:

  • Updated user manual
  • Access 2D-ARRAY fields by name (with get-field)

DATA-STREAM:

  • Initialize default-frame-type with self rather than a dedicated input
  • Expose the onset of ACTION-BUNDLE as box input
  • Remove the print from the default action

Timeline editors:

  • Improve the "master point" toggle function
  • Add a timed/untimed toggle function (t)
  • Enable setting the time of a point (T)
  • Fix new created item behaviours in empty DATA-STREAM

Sequencer

  • Enable reactive connections (maquette view)
  • Fix value box size (maquette view)
  • Position of popped-up input values (maquette view)
  • Fix crash when updated with control patch never open
  • Fix receive boxes not receiving in Sequencer editors

Other improvements:

  • Update default fonts
  • Some editor window titles
  • Allow special symbols in external library packages
  • Receive boxes (midi-in, osc-receive): start/stop with context menu

Bug fixes:

  • Update internal patch name (and editor title) on undo/redo
  • MIDI-TRACK to VOICE/POLY conversion
  • Preserve Extras in VOICE to POLY conversion
  • Support NIL as MIDI port in score editor inspectors
  • Play NOTE object
  • Fix times parameter not taken into account in 3DC
  • Fix 3DC editor crash when updated with 2D-editors not open yet