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

NRPN fails to send value 0 for CC 38 #268

Open
johanwk opened this issue Apr 26, 2022 · 0 comments
Open

NRPN fails to send value 0 for CC 38 #268

johanwk opened this issue Apr 26, 2022 · 0 comments

Comments

@johanwk
Copy link

johanwk commented Apr 26, 2022

(Motivated by the Elektron Analog Four, where various parameters require NRPN LSB = 0.)

Seems Tidal won't send value 0 for CC 38. The midi monitor (on a Mac) shows that the following resends the last occurrence of CC 6 instead of CC 38 with value 0.

once $ ccn 38 # ccv 0 # s "midi"

For example, this goes wrong, with nrpnv value 4096: once $ nrpnn 128 # nrpnv 4096 # s "midi" # midichan 8, returning

Channel	Value
9	99	1
9	98	0
9	6	32
9	6	32

while values that don't imply value 0 for CC 38 are fine; here with 4097: once $ nrpnn 128 # nrpnv 4097 # s "midi" # midichan 8 returns

Channel	Value
9	99	1
9	98	0
9	6	32
9	6	32
9	38	1

(but note that CC 6 is sent twice).

Originally posted by @johanwk in #154 (comment)

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