Hello, I would like to ask for recommendation. What would be the best linux application that is capable to receive bulk data dump from external sequencer over MIDI? Memory on my Yamaha QY70 is running out and I need to backup the contents. I do not have good experience with dumping data as song, it gets changed a bit sometimes.
Thanks, Jan
Linux App to dump data from external sequencer
- KVRAF
- 16840 posts since 8 Mar, 2005 from Utrecht, Holland
Maybe https://amp.reddit.com/r/linuxaudio/com ... midisysex/
Or send a PM to the author of this thread:
viewtopic.php?f=16&t=503359
He specializes in linux stuff.
Or send a PM to the author of this thread:
viewtopic.php?f=16&t=503359
He specializes in linux stuff.
We are the KVR collective. Resistance is futile. You will be assimilated. 
My MusicCalc is served over https!!
My MusicCalc is served over https!!
-
- KVRer
- Topic Starter
- 2 posts since 26 Mar, 2020
I solved it very easily by using amidi:
First I use amidi -l to see what is the midi device. Then
To receive dump from MIDI device: amidi -p hw:2,0,0 -d -r sysex-bulk-temp.hex
To send dump to MIDI device: amidi -p hw:2,0,0 -d -s sysex-bulk-temp.hex
First I use amidi -l to see what is the midi device. Then
To receive dump from MIDI device: amidi -p hw:2,0,0 -d -r sysex-bulk-temp.hex
To send dump to MIDI device: amidi -p hw:2,0,0 -d -s sysex-bulk-temp.hex