HISE Logo Forum
    • Categories
    • Register
    • Login

    What is the correct workflow for having a MIDI FX?

    Scheduled Pinned Locked Moved General Questions
    2 Posts 2 Posters 98 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.
    • M
      Mighty23
      last edited by

      I'm trying to make an FX that I would like to only work on NoteOn and stop working on NoteOff.
      It works fine in HISE but I can't get the usual result in the DAW, both in Windows and OSX.

      2219ee77-08a2-4015-8dd8-a10c6b3e34d8-image.png

      MIDI Input is Enabled, do i need extra definitions too?
      77b655c4-c06a-4da7-bf7f-2b97249d5c15-image.png

      FX On/Off idea:

      function onNoteOn()
      {
      	Pnls[0].data.value = "NoteOn: " + Message.getNoteNumber();
      	Pnls[0].repaint(); //DBG
      	script_fx3.setBypassed(false);
      }
      
      function onNoteOff()
      {       
      	Pnls[0].data.value = "NoteOff: "+Message.getNoteNumber();
      	Pnls[0].repaint();  //DBG
      	script_fx3.setBypassed(true);
      }
       
      

      Free Party, Free Tekno & Free Software too

      ulrikU 1 Reply Last reply Reply Quote 0
      • ulrikU
        ulrik @Mighty23
        last edited by

        @Mighty23 You say MIDI FX, is that what you compile it as or do you mean FX plugin with midi in?

        Skärmavbild 2024-08-24 kl. 07.24.31.png

        Hise Develop branch
        MacOs 15.3.1, Xcode 16.2
        http://musikboden.se

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

        8

        Online

        1.7k

        Users

        11.9k

        Topics

        103.5k

        Posts