maks / droid-synth

a revival of the music-synthesizer-for-android project
Apache License 2.0
23 stars 2 forks source link

Midi controls #10

Closed maks closed 2 years ago

maks commented 2 years ago

Add setting to only listen on specific Midi channel for notes commands. Also add midi mapping for instrument selection, cutoff dial, resonance dial, overdrive dial. For now these are just hardcoded to the CC's used by Hacktribe firmware running on a Electribe 2:

VALUE_ENCODER  = 64
RESONANCE_DIAL  = 71
PITCH_DIAL  = 80
EDIT_DIAL  = 82