Mike McCrea
Mike McCrea
> this PR removes the Plotter -gui method. This method was not operational and only ever returned nil, AFAICT. Yes, `gui` was not ever set anywhere in the class (and...
I see that the Help docs were updated to clarify that only k-rate is supported for the `array` argument: https://github.com/supercollider/supercollider/blob/0fe26b63d3c10add37fbc270789535aab3737b1a/HelpSource/Classes/TWindex.schelp#L25-L28 Should this stay open as a feature request for a-rate...
[EDIT: this issue is resolved, thanks @dyfer!] I was getting failing MacOS tests based on `RTAlloc`, so reset my branch to before merging those additions (#5713), which were merged [despite...
Thanks @dyfer! After the rebase the tests are passing now. Thanks!!
EDIT: checklist of UGen removed... the list got a lot bigger! See below for link to tracking progress on this Open questions: - How to go about fixing all of...
> Impulse is another example that is wrong. I'm working on a multi-issue fix for `Impulse` in particular, but yes, the above list is only from _one_ of the UGen...
For anyone tracking this, and so as not to duplicate efforts I'm [keeping track of progress](https://github.com/mtmccrea/supercollider/projects/1) on this slow moving fix. I hope after a first PR so have a...
Just coming across this PR, thanks for the hard work on it, @dyfer! At a quick glance it looks like some of the added blocks depart from the style "rules",...
I haven't looked too closely at how the `ExponentialWarp` ticks are generated, but for the example below, shouldn't we expect ticks at least at `[0.1,1,10,100,1000]`? Screenshot: ``` ( c =...
It also seems that it's sensitive to the order that the Channel IDs are listed in the `.json` file. I regenerated my loudspeaker configuration such that the `real` channels are...