leopard86

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Send whole page at once #120644
    leopard86
    Participant
      • Topics: 1
      • Replies: 3
      • Total: 4

      One further question: instead of building the table with all the CC messages, couldn’t I just get the “MIDI Controller Number” property from each modulator and send the value? Is there a way to iterate for all modulators in the panel?

      This would be much more convenient to avoid issues when I need to modify some CC. I’m getting in troubles developing C code on a DSP (where all CC are in an enum) and having to keep track of every little change of this enum in both the panel (by editing the “MIDI Controller Number”) and the table in the LUA script.

      Best

      in reply to: Send whole page at once #120642
      leopard86
      Participant
        • Topics: 1
        • Replies: 3
        • Total: 4

        Thank you very much, I managed to implement this correctly! 🙂

        in reply to: Send whole page at once #120524
        leopard86
        Participant
          • Topics: 1
          • Replies: 3
          • Total: 4

          Thank you Tedjuh.
          To clarify: the synthesizer is of my own design. At the moment it does receive and interpret only CC messages, so if I turn knobs on the Ctrl panel it works. I will implement sysex dump, but at the moment I only want to send to it multiple CC, one for each knob in the Ctrlr page, for debug reasons.

          Maybe I can create a button and write a Lua script that take all the knobs in the page and sends them? I’ve no experience with Lua but I am a developer, I can figure out how to do that if there is some code to read/copy/steal 😀

          Best

          • This reply was modified 3 years, 5 months ago by leopard86.
        Viewing 3 posts - 1 through 3 (of 3 total)
        Ctrlr