Delay MIDI message?

Home Forums General Using Ctrlr Delay MIDI message?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #115559
    CleverMonkey
    Participant
      • Topics: 1
      • Replies: 2
      • Total: 3

      Noob alert!
      Is there a relatively straightforward way to delay the MIDI message being sent from a specific modulator?
      Via program change messages sent from the device to Ctrlr (VST) and back to the device, I am triggering a CC dump request from my (Octatrack) when changing parts (kits). The problem is that the message is sent some thousandths of a second too early and I receive the dump from the previous kit parameters. I currently have this resolved via external methods but would like to wrap it all into my Ctrlr instance.
      Thanks!

      • This topic was modified 4 years, 9 months ago by CleverMonkey.
      #115563
      goodweather
      Participant
        • Topics: 45
        • Replies: 550
        • Total: 595
        • ★★★

        Best way to handle midi message exchange is probably to do it and follow it with Lua methods.
        You initiate the exchange with a button (for example) that triggers the first send message method.
        On reception of some received message you send the second one.
        If you need to only send messages with some time interval in between, at the end of the first send message method you start a timer that will send the second message after some time.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The forum ‘Using Ctrlr’ is closed to new topics and replies.
      There is currently 0 users and 97 guests online
      No users are currently active
      Forum Statistics
      Threads: 2,495, Posts: 17,374, Members: 77,605
      Most users ever online was 12 on January 22, 2019 3:47 pm
      Ctrlr