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
Hey, I wanted to give it a run with my op-1 while traveling and noticed odd behavior when I try to send different notes within the same channel. I guess you've built the core of the cpp with bearing rytm in mind - perhaps more to add to this bit?
interesting, i was changing notes on the rytm by using a CC, rather than inside note on messages. try out this branch device-agnosticism, it should work better for your purposes. turns out i needed less code in that bit haha!
i'd recommend using midinote, as n and note are remapped for the rytm. probably best to modify BootTidal.hs and do something like note = midinote etc. there is also support for velocity in this branch
Hey, I wanted to give it a run with my op-1 while traveling and noticed odd behavior when I try to send different notes within the same channel. I guess you've built the core of the cpp with bearing rytm in mind - perhaps more to add to this bit?
The text was updated successfully, but these errors were encountered: