Quantize Song Parts Changes [discussion]

@npudar @rank13
Although this has been posted a long time ago, just found it and it is exactly what I need!
Thank you.

This works fine as expected, but now I face an issue:
The new song-part changes to a new rackspace and I need to start play notes right at the first off-beat, right when the change occurs.
But the notes are not triggering, need to wait few milliseconds until the new rackspace is activated and responsive.

Maybe it is possible to do the switch a few milliseconds before the start of the bar… ?
Need to think of a way around it.

Yes, you will need to replace the script’s use of the On BeatChanged callback.
It reminds me of an extension experimentation a few years back. I was managing the timing in order to change song parts or variations a few milliseconds before the beat.

@rank13 This extension looks interesting, will check it out!

As far as I know, the ‘beat’ unit is the highest resolution supported.
Maybe I’ll need to catch the 4th bar and trigger a one-shot timer, calculating the time based on the current tempo.