01-10-2021, 11:11 AM
1/4 notes are the basic unit of time in OS. The function that schedules all the notes to play is called once every 1/4 note. So the easiest way to implement markers was to put some code in that function that updates all the settings.
We might remove this restriction in future, but it will be tricky. Markers were already a complicated enough feature that I wanted to release them as is, even though they're not 100% perfect.
We might remove this restriction in future, but it will be tricky. Markers were already a complicated enough feature that I wanted to release them as is, even though they're not 100% perfect.