is it possible to create a floorboard for stocking patch from external machine
ex : i want buy the DL4 from line 6 who have only 3 memory and i think its possible to stock program patch in the Mios eeprom or banstick and send it with a futur floorboard MIOS
is the system is capable to stock 5 or + of message midi in bankstick and reload it as patch ?
I don’t see a problem, you only have to store the events in the BankStick. The data structure should be defined in a way which simplifies the addressing of several “patches”. Most easy solution would be to reserve 256 bytes for every patch, makes 128 patches per BankStick. The data could either be downloaded via MIDI with a tool like JSynth, it could be recorded with a MIDI learn function, or it could be entered via a user interface.
All three methods require some knowledge about MIDI events and MIOS itself of course. The programming effort should be about 2-3 months…