hello! I have soldered and cased one of the meeblip micros - it sounds great! I was wondering how I would go about modifying the code so that the switch that is by default controlling envelope sustain could be changed to activate oscillator B...
looking at the code (I am not a great programmer) I think I could achieve this by switching the midi assignment of the switches in the MIDI Control Change parameter table section of the code - would this be correct or would it only change the channel for incoming midi from a controller?
Alternatively - how would I go about modifying which port is mapped to which function of the synth?
hopefully this makes sense and thanks in advance for your help!
Nope, you can leave that code as is. Look for the section of code following this comment:
; Read the digital inputs. See below for mapping to SE parameters
Just change 'SW_SUSTAIN' to 'SW_OSCB_ENABLE' and recompile. Your switch will now turn Osc B on/off.
awesome! thank you!
It looks like you're new here. If you want to get involved, click one of these buttons!