example-plugins
example-plugins copied to clipboard
**This project is deprecated!** See https://github.com/supercollider/cookiecutter-supercollider-plugin instead.
The C header version of MySaw should be renamed as version A.
Now that https://github.com/supercollider/supercollider/pull/4356 is in, this can be added to the examples. However, should we wait till 3.11 to merge this?
https://github.com/supercollider/example-plugins/blob/d0622ac6a4919bc7db134561d292d71337a9823d/03-AnalogEcho/AnalogEcho.cpp#L98 Hi ! Just a tiny bug: I suspect there's an error here. Shouldn't `maxdelay` be `delay` here? Otherwise the `delay` argument is unused (and the delay time unchangeable). Thanks!
Hi! First of all thanks so much for these examples. They are a really great resource when learning about plugins! I am writing a plugin using the "new" wrapper style...
Won't get around to these for a while, but here are my plans for future examples: - MultiOutUGen - RGen - PV and FFT analysis - Demand rate - RT/NRT...
I just got down to debugging random server hangs in a plugin I built off the c++ wrapper examples, and I discovered that set_calc_function also calculates a sample of output,...
As noted in #8, `set_calc_function` also calls `(mCalcFunc)(this, 1);`. Whether or not this is the right approach (I'm thinking probably not for the reasons in #8, as well as other...