midilab

Results 84 comments of midilab

> Question: is this intended to drive output ticks at 24 PPQN in a smooth and steady fashion, ie interpolating between input pulses? Yes, in that case you now have...

Implemented at [Release 2.2.1](https://github.com/midilab/uClock/releases/tag/v2.2.1)

Hi @grayxr , Thank you for this contribution! i will try to review and make some tests asap on this PR.

Hi @grayxr , I saw another branch with multitrack shuffle implementation. Is there any significant difference that's worth integrating into this one for a later PR merge? Also, could you...

multitrack shuffle merged with part of your code to a one integrated API for single and multitrack at [develop branch](https://github.com/midilab/uClock/tree/7c379373a41c65377cf83ffef16352fb6ebdfd57). Soon to be merged into main for release.

Hey @grayxr , Yes it makes total sense, i will review your PR and get back asap. Thanks for the development work on your side! Are you running this multi...

@doctea The shuffle works based on output ppqn setup, and it is between each step that things happen: Here it is the calculus for min and max values for each...

> I'll have to test again. I could definitely hear a shuffle effect with +3 as the shuffle pattern, a larger effect than I'd expect if its only an 8th...

thank you @doctea for all the tests and information: have you also test using main branch? since the multitrack implementation is based on the main branch i would like to...