-
Notifications
You must be signed in to change notification settings - Fork 70
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
Feauture additions #17
base: master
Are you sure you want to change the base?
Conversation
removed DigitalCC
AnalogResponsiveRead library can be found here https://github.com/dxinteractive/ResponsiveAnalogRead or downloaded via Library Manager inside Arduino IDE |
Hello, Sketch ex: DigitalCT switchesct[] = { bank5.add(switchesct, Bank::CHANGE_ADDRESS); |
alf45tar, cferrarini, Thank you for your contributions. What kind of use cases do you have in mind for switching between CC and PC? My idea is that you decide which one to use at the time you write the code, make your MIDI mappings based on this decision, and don't change it at run-time. Pieter |
Hello Pieter, Thanks |
May I suggest to have a look here |
Nice. Definetely Taking a look at it! |
The Arduino Nano would not be a good choice if you need MIDI over USB. This Wiki page compares different boards: https://github.com/tttapa/MIDI_controller/wiki/MIDI-over-USB |
Any idea to making a switch or bank button between PC and CC? The pc library Iwrote is working... |
Is there any way to use this library with motorized faders or can you add this functionality? |
Currently, there is no support for it. I should have some free time the following weeks, when I get to it, you can expect updates in tttapa/Control-Surface. |
I suggest to add DigitalCC and AnalogResponsive to the main library.