Home › Forums › Products › Eurorack Modules › a suggestion and some questions › Reply To: a suggestion and some questions
Thank you. I had forgotten about the SD card menu 🙁
I can also confirm that the value of “none” in the program change setting of a preset shows as “-1” in the presets.xml file.
For those who want to do the same maneuvre i.e, cancel the MIDI program change when loading any preset, here are the steps:
– save a copy of your presets file: Setup Menu -> SD card -> Save -> Presets
– Shut down Misha and take the SD card to your computer
– open the latest preset file in a text editor
– if your text editor does GREP, find all occurrences of <ProgramChange>[0-9]*</ProgramChange> replace all with <ProgramChange>-1</ProgramChange>. If not, search for <ProgramChange>N where N is any number then replace the number with -1
– Back in Misha, with the SD card inserted, just load the preset file you just edited.
That’s it
Big thanks to the Misha dev team for providing such access via XML. Very forward thinking 🙂