Replies: 2 comments 5 replies
-
all that's possible. for now there's a #define MIDI_RAMPS in config.h which turns off all CC automation when commented out. and you can attach potentiometers to the defined pins. There're 3 pots configured to play with the second 303 cutoff, reso and distortion. Midi output shouldn't be hard to code as well. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Yes, noteOn and noteOff are sent to the active midi ports. Just check config.h to select appropriate port(s). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
would be usefull, if a midi out mode could be implemented for the jukebox mode. That way i could control external devices like Roland MC-303, Behringer TD-8, Korg Volca NuBass, Roland TR6-S. Maybe make it switchable via a GPIO. External devices should probably only receive Note data and no CC-Messages, so you could tweak the potentiometers youself :)
Beta Was this translation helpful? Give feedback.
All reactions