lawn

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Modulo Use? #115466
    lawn
    Participant
      • Topics: 1
      • Replies: 3
      • Total: 4

      Hi Possemo,

      Yes, that’s exactly what I want to do. 🙂 ideally I would like to request patches from the DSP and update each bank list. (It takes quite a while for the DSP to dump the programs, so I don’t want to do it very often.) I created a button that requests a dump from the DSP using this:

      SYSEXC_INTERNAL_WANT 0x12
      Data: noneResponse: Upon receiving this message, the DSP4000 will send out aSYSEXC_INTERNAL_DUMP message for the current presets.

      I have no idea how to parse the data though. If this turns out to be too difficult, I would settle to “hard code” the bank lists within the panel. (That’s what I did with Max.)

      in reply to: Modulo Use? #115456
      lawn
      Participant
        • Topics: 1
        • Replies: 3
        • Total: 4

        Possemo, you are a genius!!!! Setting the Sysex formula exactly as you suggested in your post worked!

        F0 1C 70 00 03 00 00 ms ls F7

        Instead of a slider, I used uiCombo set to sysex. Now I just need to figure out how to populate another uiCombo list based on the bank selected.

        in reply to: Modulo Use? #115450
        lawn
        Participant
          • Topics: 1
          • Replies: 3
          • Total: 4

          Hi,

          Thank you both for your help! I built a simple librarian for my Eventide DSP4000 back when I was using Live and Max. I have since moved to Bitwig and would like to have the same convenience. I built a crude version with CTRLR thanks to the Orville patch available on the site, but I can’t get the bank selector to work correctly. I can correctly select any of the first 16 banks, but when I try the 17th, it goes back to bank 0. I reviewed what I built with max and found a % 128. I suspect this is what I’m missing.

          As you guessed, I’m trying to apply it in the “evaluate expression when calculating the midi message…”

          Thanks!

        Viewing 3 posts - 1 through 3 (of 3 total)
        Ctrlr