From emery at v36.space Sat Nov 19 05:18:10 2016 From: emery at v36.space (Emery Hemingway) Date: Sat, 19 Nov 2016 11:18:10 +0100 Subject: [chuck-dev] Event chugin Message-ID: <20161119101808.GA1305@thinpad.localdomain> 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