ricnotes

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Generic Sysex Record and Send #73187
    ricnotes
    Participant
      • Topics: 0
      • Replies: 1
      • Total: 1

      Hi t2k,

      This is exactly what I was looking for to store and load patches from my Split-8.

      My only problem, is that the split-8 doesn’t have a manual option to send and receive sysex dumps. You have to send a sysex request to get it to send and receive the data… I found an old librarian software that supports the split-8 called opcode galaxy and I found the send and receive patch scripts for it… not sure if it will help…

      Here is a link to the galaxy manual, and the send and receive patch scripts.. I hope it all helps.

      http://www.houseofsynth.com/hos-downloads/manuals/Opcode/Opcode-PathcTalk-Guide-1997.pdf

      SEND PATCH SCRIPT

      — Sequential Split Eight. Written by Adam McInnis 05/15/90.

      — Setup system exclusive
      Put $F0 $01 $0D into SysExHeader

      — Send single program dump

      Nibblize Patch into PatchData

      Send SysExHeader DevicePatchNum PatchData $F7

      — done

      GET PATCH SCRIPT

      — Sequential Split Eight. Written by Adam McInnis 05/15/90.

      — Setup system exclusive
      Put $F0 $01 $00 into SysExHeader

      — Request single program dump
      Send SysExHeader DevicePatchNum $F7

      ReceivePackets 4 1 30+4+1 into PatchData timeout after 100 ms

      DeNibblize PatchData into Patch

      — done

    Viewing 1 post (of 1 total)
    Ctrlr