You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, when playing a sequence, I wish to instantaneously hear the changes I make when I move the BPM slider.
Right now, a change to the BPM slider is only heard once a new cycle begins (as if the modification was quantized to the whole cycle length).
Inside of Tracker.vue, the variable bpm is reactive, but the issue must be with the gate variable, calculated from the BPM to be exactly the length of the cycle, and used to trigger the sequences.
The text was updated successfully, but these errors were encountered:
As a user, when playing a sequence, I wish to instantaneously hear the changes I make when I move the BPM slider.
Right now, a change to the BPM slider is only heard once a new cycle begins (as if the modification was quantized to the whole cycle length).
Inside of
Tracker.vue
, the variablebpm
is reactive, but the issue must be with thegate
variable, calculated from the BPM to be exactly the length of the cycle, and used to trigger the sequences.The text was updated successfully, but these errors were encountered: