-
Notifications
You must be signed in to change notification settings - Fork 13
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
faderbank does not read 14bit data correctly. #195
Comments
14-bit faderbank support hasn't been released yet. I hope to get it into the next update of monome-rack! But right now the faderbank 14-bit firmware is an experiment, need to discuss with the maintainers about making it official, and ideally that would happen before the VCV Rack support is finalized. But I might put it out as a beta feature without waiting. The behavior you're observing is the expected behavior of a non-14-bit-aware receiver listening to the LSB CC, I'm afraid. If you want to help test, and you're willing to build monome-rack yourself, prototype 14-bit support is in the |
Hi @jpnielsen, what's probably happening here is that the module is still listening to CCs 32-63 in the default configuration, so it's only seeing the LSBs. You need to also pick the 16n under "MIDI output" and then run "Autodetect 16n configuration" so the module knows what CCs to listen to. Apologies that this isn't more obvious. The next update to this prerelease branch will expand the configuration options to make it clearer what the module is listening for (and allow you to modify the 16n config via sysex, not just receive it.) |
I compiled and flashed your 14bitCC branch 16n_faderbank_firmware.ino , and it works fine with the "VCV MIDI CC > CV" module, when "14 bit CC 0-31/32-63" is chosen in the module right-click-menu. yay! thanks! 👍
However, "faderbank" seems to swap high7bit and low7bit ? when i move a fader from 0 to 10, the virtual fader moves 0-10, 0-10, 0-10 . . . 127 times.
The text was updated successfully, but these errors were encountered: