Hello Michał,
As far as examples, LiCK has a bunch of Chubgraphs here
https://github.com/heuermh/lick/tree/master/lick/effect
https://github.com/heuermh/lick/tree/master/lick/synth
and a bunch of Chugens here
https://github.com/heuermh/lick/tree/master/lick/dist
Joel Matthys has a bunch of Chugins here
https://github.com/jwmatthys/chugins
Personally, I've never had any trouble with CPU usage with Chubgraphs, and
I'll often spork some modulation at sample rate too.
michael
On Mon, Jul 4, 2016 at 3:08 PM, Michał Poręba
Hello,
I was experimenting with creating instruments to use in ChucK. I have created functions which I use with spork~, classes, then discovered Chugens, Chubgraphs and Chugins. At the moment I don't want to go the Chugins root to avoid the need for recompiling. I'd rather focus on Chugens and Chubraphs which appear to be exactly what I need.
The problem is I struggle to find more documentation than chuck.standford.edu/extend/ and that's not a lot. From the examples I know that in a class extending from Chugen two variables are available: second and samp. Is there a way listing other such internal variables? Are there any more functions one can overwrite other than the tick(float in)?
Any references or information, or more advanced examples of extending Chubgraphs and Chugens would be very much appreciated.
Thank you in advance, Michal
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users