HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. dusseldorf
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Groups 0

    Topics

    • D

      MIDI FX Chord Plugin -- Using Message.sendToMidiOut() For Generated Notes

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      58 Views
      VirtualVirginV

      @dusseldorf
      sendToMidiOut() will not capture generated notes at that level.
      You have to place sendToMidiOut() in a script in a container level beyond the one your MIDI notes are being generated in.

      Screenshot 2025-08-07 at 11.39.19 AM.png

      And don't forget to put it on the other MIDI callbacks as well!

    • D

      Exporting From the Command Line

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      440 Views
      D

      Thanks so much -- I really appreciate your time and helpfulness.