Releases: ssj71/OSC2MIDI
OSC2MIDI v0.2.5
OSC2MIDI v0.2.4
Minor bugfixes mostly regarding using note off, and well, we haven't had a release in a while.
OSC2MIDI v0.2.3
A few more bugfixes, mostly improving strict mode and midi to osc conversion.
OSC2MIDI Version 0.2.2
An important bugfix regarding initialization of variables. Some were not initialized and could cause undefined behavior.
OSC2MIDI v0.2.1
Just hours since 0.2.0, a quick fix comes in to make things easier for packagers. See the release notes for the larger changes since 0.1.4.
osc2midi v0.2.0
With many many bugfixes and improvements from Albert Graef, it's time for a new release. We absolutely
Notable feature improvements include:
-OSC messages can now "remember" variable values when an incoming MIDI message only contains part of the data (i.e. an XY controller mapped to 2 different CCs)
-MIDI values are now limited if they attempt to exceed max or below min
-better handling of "exotic" types like 'm'
-more consistent printing formatting in verbose mode
-better feedback on errors in mapping files
-inclusion of maps for all the default interfaces of touchOSC
-project move to github
-sundry bugfixes