Mike McCrea

Results 269 comments of Mike McCrea

Looking at the help description (I was looking at the arg description before), it looks like my assumption was correct: > Phasor is a linear ramp between start and end...

I've taken a closer look at this and found that the rate was updating one sample in advance of what it should have been. This looks correct now, and is...

OK I think I see now why this is happening. `Phasor_next_ak` uses a strategy seen in many triggered UGens to calculate between-sample zero crossings: https://github.com/supercollider/supercollider/blob/f65a1ef7bfb100f4ccb7dcab3a6dff6826be4344/server/plugins/TriggerUGens.cpp#L1848-L1851 This interpolates between two samples,...

After updating to XCode 15.3 (macOS Sonoma 14.4.1), I was getting the above errors as well. After trying various things, and picking from what others have posted elsewhere, this worked...

Another thought I had while working through this: I wonder if it would be better if undocumented methods are displayed at the end of a help file—after all other methods,...

Another issue here: it looks like when you use `copymethod:: -` (copying instance method), the method is copied but still shows up in the "undocumented instance methods" list, requiring you...

Related, but perhaps for another issue: Auto-complete seems to default to a receiver notation conception of arguments, in that the first arg listed in the auto-complete prompt is `receiver`. For...

That was my feeling as well, just thought I'd throw it out there.

> However, https://github.com/supercollider/supercollider/issues/6181 should be approved and merged first. ... should I change it now? That's fine, you can change it now and just make a note of that in...

>Making s.plotTree a singleton window is a separate issue from adding the bounds argument. Then it should probably be a different PR BTW some git concepts like rebasing, branching, squashing...