HISE Logo Forum
    • Categories
    • Register
    • Login

    Is there a trick to get artificial note offs to work?

    Scheduled Pinned Locked Moved General Questions
    2 Posts 1 Posters 71 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • VirtualVirginV
      VirtualVirgin
      last edited by

      In this case, I have ignored the incoming note offs, and have new ("artificial") note offs generated.
      The readout in the subsequent Event Logger looks good:
      Screenshot 2024-11-07 at 7.56.10 PM.png

      Each note on is getting a note off where I want it on the Event Logger, but the note off messages aren't actually functioning to kill the note in the following Sine Wave Generator. All three notes are still ringing (60, 67, 72).

      Does the "artificial" note off message have some special status I need to change in order for it to get recognized as a normal note off?

      You can listen to my orchestral mockups here:
      https://www.virtualvirgin.net/

      1 Reply Last reply Reply Quote 0
      • VirtualVirginV
        VirtualVirgin
        last edited by VirtualVirgin

        So it seems the artificial note offs do not work unless you use
        Message.sendToMidiOut();

        I find this a bit confusing as other messages work properly to pass on to subsequent modules in the rack. Why would the artificial note offs be treated differently from that?

        In the Event Logger they now appear to "pair" (the brackets on the left side) with the note ons that precede them at the same note number:

        Screenshot 2024-11-07 at 9.25.28 PM.png

        I thought the
        Message.sendToMidiOut();
        was essentially just routing a copy any MIDI appearing at that point to go to the output of the plugin, so I'm not clear on why that would be effecting the internal relationship of note on to note off messages. Where exactly were the note offs going before that would make them appear on the Event Logger, but not have them usable?

        You can listen to my orchestral mockups here:
        https://www.virtualvirgin.net/

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        10

        Online

        1.8k

        Users

        11.9k

        Topics

        103.7k

        Posts