Hi, congratulations on the new release! I'm on OS X and in particular interested to use MIDI and OSC events. So far MIDI in/out seems to work fine here. OSC send works too, but with the example 'opensound_demo_recv.ck' I get an error message: class 'OSC_Recv' has no member 'event'. -mb
Quoting Manfred Brockhaus
Hi, congratulations on the new release! I'm on OS X and in particular interested to use MIDI and OSC events. So far MIDI in/out seems to work fine here. OSC send works too, but with the example 'opensound_demo_recv.ck' I get an error message: class 'OSC_Recv' has no member 'event'.
-mb
Oops! We just found a bug from an overzealous search-and-replace hunt on just before release. In the release the function name was accidentally set to 'Event' rather than 'event' in ulib_opsc.cpp: line 161. If you set this back to 'event' all will be well. Or, for the moment, just change the start of line 13 to "orec.Event( ... " We'll fix this in the 1.2.0.1 release Apologies, and good luck!
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
participants (2)
-
Manfred Brockhaus
-
philipd@CS.Princeton.EDU