This repository was archived by the owner on Feb 18, 2022. It is now read-only.
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
Changing sampler settings on the fly #24
Open
Description
I noticed that when I change sampler settings with props, the changes get applied only after it finishes the current run. I wonder if it’s possible to make it change right away, removing the scheduled beats and scheduling new (remaining) beats according to the new props.
So if I replace 0, 2, 10
with 0, 2, 12
while I’m on 8
, I expect 10
to not be played, and 12
to be played.