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
Thanks to Ian Hattwick for calling attention to this - he notes (on chat.toplap.org):
"cut sometimes causes subsequent samples to not get triggered. For example, this:
note ("[0
2] [4 7 9 12]" + "<0 0 5 7>" - "12") #s "gtr" #cut 23
Occasionally causes the first note of the cycle to get missed. (Forgive the terrible musical example!)
Note that this also happens with very short samples- I can reproduce with:
note ("[0
2] [4 7 9 12]" + "<0 0 5 7>" - "12") #s "arpy" #cut 23
So not anything to do with sample length"
The text was updated successfully, but these errors were encountered:
Thanks to Ian Hattwick for calling attention to this - he notes (on chat.toplap.org):
"cut sometimes causes subsequent samples to not get triggered. For example, this:
note ("[0
2] [4 7 9 12]" + "<0 0 5 7>" - "12") #s "gtr" #cut 23
Occasionally causes the first note of the cycle to get missed. (Forgive the terrible musical example!)
Note that this also happens with very short samples- I can reproduce with:
note ("[0
2] [4 7 9 12]" + "<0 0 5 7>" - "12") #s "arpy" #cut 23
So not anything to do with sample length"
The text was updated successfully, but these errors were encountered: