Mike McCrea

Results 215 comments of Mike McCrea

Revisiting this after working on the PR linked above makes me realize why this breaks... ```supercollider b = Buffer.new(s, 44100 * 8.0, 2); -> Buffer(0, 352800.0, 2, 48000.0, nil) //...

>Why would one set up a Buffer object with new and a desired size, and then query it, if you know that there's nothing on the server to query? Before...

@mossheim The RFC was used as a space for corralling ideas from a number of issues and side threads that had gone on for a long time before leading up...

Note for the Reviewer: In `EnvGen`, I found that resetting the state of `unit->m_counter` back to `0` could cause the synth not to release (for `doneAction: 2`), so when I'm...

Because this ended up fixing 2 bugs in `EnvGen`, it got elaborate enough that it should be it's own PR. I also ended up fixing 2 unit tests, so I've...

Failing test will pass once #6185 is merged.

Rabased now tests are all passing

> I think showing this button at the top of the page is better than having this option in the IDE preferences, because you can change the status in web...

I agree that points would have been a better descriptor of filled circles. The catch is that `points` (cirlcles-with-dots) and `plines` are pre-existing, so changing those isn't backward compatible :-/...

Thanks @prko for taking the time to pull and test these changes! That hang is very strange. I can't reproduce it. Would you mind trying a few things to narrow...