Nathan Ho
Nathan Ho
@brianlheim quite a bit. examples of unmigrated pages: http://supercollider.sourceforge.net/wiki/index.php/SimpleTrapset, http://supercollider.sourceforge.net/wiki/index.php/GUI_Design_project. not especially valuable pages, but let's not delete them. we'll have to go through this manually to check: http://supercollider.sourceforge.net/wiki/index.php/Special:AllPages
The least destructive solution would be to leave it alone and just take down the downloads.
i've oscillated on this a few times. the arguments for removing the fade in are strong, but i'm worried about breaking backward compatibility. people can and do use `Function:play` in...
Flattered, but I don't recommend my SafetyLimiter -- I've found cases where it sounds bad. Designing a good brickwall limiter is pretty challenging, it turns out.
Thanks for the report, I'll take a look in a few days.
I'm terribly sorry, but I don't think I'll have time to investigate this.
`Ndef(\a, BBCut2(...).play(~clk))` is the ideal. But a BBCut2 instance automatically outputs to channel 0, and this can't be changed without remaking the CutSynth. I'll have to make some minor architecture...
@geoffroymontel i think this can be left open as long as this help file is still out of date. if someone wants to tackle this, maybe take a look at...
Can reproduce: ``` NathansTest { } + NathansTest { foo { ^"bar"; } } NathansSecondTest { } ``` Here is the error: ``` ERROR: syntax error, unexpected CLASSNAME, expecting $end...
I tried something similar but ran into this bug: https://github.com/supercollider/supercollider/issues/2259