Hello list,
I would like extend ChucK with a chugin that implements a custom event class,
but I can only find UGen generators. Is it possible to do such a thing?
A more obvious choice seemed to be to send OSC events from another process,
but I would prefer a plugin so that everything can be configured from ChucK,
rather than in ChucK, the external component, then the routing between the two.
The events are not from human input and carry a string payload, so I don't think
I can practically map them to existing event classes.
Cheers,
Emery