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
d1 $ stack [
s "bd"
, midinote "60" # s "midi" # midichan 2
]
Tidal sends MIDI on/off pairs as expected (output from Midi Monitor, the channel number is 1 higher)
03:22:44.943 From IAC Driver Tidal2Hydra Note On 3 60 50
03:22:46.587 From IAC Driver Tidal2Hydra Note Off 3 60 50
However, when I then xfade like this (same with xfadeIn), with the same MIDI parameters
xfade 1 $ stack [
s "bd(3,8)"
, midinote "60" # s "midi" # midichan 2
]
after the transition it keeps sending multiple Note off events per note
03:28:48.359 From IAC Driver Tidal2Hydra Note On 3 60 50
03:28:48.359 From IAC Driver Tidal2Hydra Note Off 3 60 64
03:28:50.120 From IAC Driver Tidal2Hydra Note Off 3 60 50
03:28:50.120 From IAC Driver Tidal2Hydra Note Off 3 60 0
in my case this throws off the Hydra MIDI extension where note() does not pick up the note after the transition
Tidal 1.9.4
The text was updated successfully, but these errors were encountered:
Describe the bug
when I run
Tidal sends MIDI on/off pairs as expected (output from Midi Monitor, the channel number is 1 higher)
However, when I then xfade like this (same with xfadeIn), with the same MIDI parameters
after the transition it keeps sending multiple Note off events per note
in my case this throws off the Hydra MIDI extension where
note()
does not pick up the note after the transitionTidal 1.9.4
The text was updated successfully, but these errors were encountered: