Grimulkan

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Ctrlr vsti sends midi messages twice #69530
    Grimulkan
    Participant
      • Topics: 0
      • Replies: 2
      • Total: 2

      That makes sense, thanks for the code.

      I’m thinking that for the bug, the host output is getting MIDI from the input port along with the MIDI that would otherwise be forwarded to the output port. So effectively twice. But that is just a guess.

      in reply to: Ctrlr vsti sends midi messages twice #69524
      Grimulkan
      Participant
        • Topics: 0
        • Replies: 2
        • Total: 2

        This issue still exists when using host MIDI I/O, i.e., every message is sent twice. Likely a bug.
        2 workarounds:
        1. As Possemo mentioned, using virtual MIDI ports and turning off host MIDI I/O. Sadly, this won’t work correctly if using Expert Sleepers’ MIDI outputs, which require the the MIDI data to be routed inside the DAW to be sample accurate.

        2. Custom plugin that removes duplicate consecutive MIDI messages after CTRLR output. Seems like a waste of resources to process everything, but it does work. I have one written in Reaper JSFX if anyone is interested. The doubling of messages always occurs consecutively as far as I can tell, but it might not work if using several different multi message output modulators.

        Any other workarounds possible with Lua scripting in CTRLR?

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