ckinateder / stegosaurus-midi

Arduino Midi Controller
0 stars 0 forks source link

Add another byte array for CURRENT_PRESET #4

Open ckinateder opened 5 months ago

ckinateder commented 5 months ago

Copy that byte array to the current preset index IFF the user wants to SAVE the current preset

ckinateder commented 5 months ago

Maybe use writeMidiMessageToPreset as a function to only modify the temporary memory, and then on savePreset write everything to that index.