-
Notifications
You must be signed in to change notification settings - Fork 147
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
CCRotaryEncoder outputing only two values #95
Comments
This is the expected behavior. Rotary encoders send relative MIDI messages (1 = +1, 127 = -1). You can most likely configure relative mode in your DAW or other MIDI software. |
Thanks, I would like to control hardware synths though. |
Not sure what you mean,
There's an unmerged feature branch https://github.com/tttapa/Control-Surface/tree/share-encoder that has a Control-Surface/src/MIDI_Outputs/Abstract/MIDIAbsoluteEncoder.hpp Lines 54 to 57 in 5972cf5
You have to use my fork of the Encoder library in order to use the code on that branch: |
Hi,
I'm trying to connect a rotary encoder to my Teensy 3.6 with the CCRotaryEncoder class but all I'm getting as output are two values like the DigitalCCSender.
Could anyone help with this problem?
Thanks!
The text was updated successfully, but these errors were encountered: