Mike McCrea

Results 215 comments of Mike McCrea

>BTW in this PR ExponentialGridLines always put labels on the first and last tick, but (Linear)GridLines don't. Should this be changed? I agree it's a bit annoying when the gridlines...

Uggggh, so i just learned that the "pending" decorator on many of my comments didn't refer to some kind of pending review, but that they weren't submitted to be posted...

@jamshark70 `Poll` hasn't been fixed (I also don't see any open Issues for Poll on quick search). You mentioned in the PR for the `Impulse` fix, my response is [here](https://github.com/supercollider/supercollider/pull/4150),...

I have a PR ready that fixes `Poll`'s initialization. @dyfer ... should this be submitted to `develop` or `3.13`?

In summary, there are a couple issues here related to normalization, there are some mixed concepts in the discussion: normalizing the inputs vs. normalizing the outputs. Normalizing signals based on...

If it's helpful, I have some SC code that does this. The main aspect is getting the quaternion to Euler: ` // From Varesano: See Sebastian O.H. Madwick report //...

While it could be a switch, I see the advantage of a separate plugin is that it's explicit that the rotate, tilt, tumble are moving opposite the actual input values...

Thanks for testing this @cdbzb What version of SC are you running? On both the `3.13` distro and the `develop` branch I get the hold behavior in the first segment...

@cdbzb You can see that your second channel (using `Env()`) doesn't start at the first envelope level. This is fixed in https://github.com/supercollider/supercollider/pull/6175, but I just wanted to clarify that's not...

More breadcrumbs ```supercollider ( // kr: incorrect, should take 2 blocks to arrive at 1 s.waitForBoot{ { EnvGen.kr(Env([0.3, 1], [2 * s.options.blockSize / s.sampleRate]), doneAction: 2); }.plot.plotMode_(\points) } ( //...