Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

midinote problem with xfade / xfadeIn #1043

Open
crcdng opened this issue Oct 13, 2023 · 0 comments
Open

midinote problem with xfade / xfadeIn #1043

crcdng opened this issue Oct 13, 2023 · 0 comments

Comments

@crcdng
Copy link

crcdng commented Oct 13, 2023

Describe the bug

when I run

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant