To achieve that, the Pro must be able to dump pathes as SysEx data.
The original UNO Synth DID have the ability to read/write patches over SysEx, though this was somewhat custom/convoluted. Without having any evidence, it would suspect that the UNO Synth Pro
might have the same ability.
If someone want's to investigate I would suggest that you try 2 tests.
1. Check SysEx enquiry message ('F0 7e 00 06 01 F7')... You can send this message through Midi-OX, or the like
- Code: Select all
$ amidi -p hw:2,0,0 -S 'F0 7e 00 06 01 F7' -r temp.bin -t 1 ; hexdump -C temp.bin | head
2. Check IK's 'version inquiry' message. Original UNO Synth replied to/on ID '2 1' (UNO Drum's ID is '2 2'), the Pro might use ID '2 3' and the above enquiry should show you want to change it to.
- Code: Select all
$ amidi -p hw:1,0,0 -S 'f0 0 21 1a 2 1 12 f7' -r temp.bin -t 1 ; hexdump -C temp.bin
28 bytes read
00000000 f0 00 21 1a 02 01 00 12 01 30 31 2e 31 34 20 23 |..!......01.14 #|
00000010 23 2e 23 23 20 23 23 2e 23 23 00 f7 |#.## ##.##..|
0000001c