ssj71 / OSC2MIDI

A highly flexible and configurable OSC to JACK MIDI (and back) bridge
GNU General Public License v3.0
45 stars 7 forks source link

Fixes to -o2m/m2o options, typos, formatting of help message #3

Closed agraef closed 9 years ago

agraef commented 9 years ago

Just a few more minor bug fixes and cosmetic changes, discovered while playing around with various osc2midi options.

agraef commented 9 years ago

I've renamed the to2omm repo to osc2midi-utils, README updated accordingly. In addition to to2omm, this now also includes a graphical frontend for osc2midi.

agraef commented 9 years ago

Commit d72b537 fixes uninitialized fields such as use_glob_vel in the pair data structure which caused misbehavior on OS X.

agraef commented 9 years ago

Commit 9b8e24b fixes another minor glitch in the way the -a option is handled. According to the liblo docs (and this is confirmed by looking at the sources), the addr given to lo_address_new() must be NULL to indicate the default (localhost), an empty address string won't do.