Hello Peter, Another common pattern for interacting with ChucK is to receive MIDI or preferably OSC messages in your ChucK script.
That way you can drive it with MIDI controllers, or OSC controllers like the monome, or software that sends MIDI, or software that sends OSC (e.g. IanniX, ControlOSC, TouchOSC). There are a bunch of examples here (although LiCK stuff is more object-oriented-y than typical ChucK examples) https://github.com/heuermh/lick/tree/master/examples For simple GUIs, I typically use Processing with either the MidiBus or rtmidi library for MIDI or the oscP5 library for OSC. http://processing.org http://www.smallbutdigital.com/themidibus.php https://github.com/heuermh/rwmidi http://www.sojamo.de/libraries/oscP5 michael On Thu, Sep 11, 2014 at 7:23 AM, Peter Lutek <[email protected]> wrote: > On 2014-09-10 22:39, Phill wrote: >> >> Check out examples/UI in the documentation > > > thanks, phill! > > hmmm.... perhaps this has been removed in recent versions? there's no UI at > http://chuck.cs.princeton.edu/doc/examples/ or in the examples directory of > the latest source (1.3.4.0), which i just downloaded. it doesn't appear in > the pdf manual either. :( > > > cheers! > .pltk. > > -- > Peter Lutek > improvising musician in Toronto, Canada > http://peterlutek.com > _______________________________________________ > chuck-users mailing list > [email protected] > https://lists.cs.princeton.edu/mailman/listinfo/chuck-users _______________________________________________ chuck-users mailing list [email protected] https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
