On Fri, Jun 16, 2006 at 07:11:26PM -0400, Spencer Salazar wrote:
With regards to building your own unit generators, if you already have a C or C++ implementation of your instrument/filter/etc., its not too difficult to integrate that at compile-time into ChucK--there is a fairly straighforward mechanism for defining new ChucK classes and ugens, including fancy things like inheritance. Id say the only thing stopping users from implementing new compiled-in ugens right now is the lack of documentation.
Wow! I knew about the run-time plugin mechanism that's currently on hold, but I didn't know that there's a "not too difficult" way of compiling-in your own ugens. Anybody that knows how to do this and would be willing to write a short tutorial? Please... - ttg