HISE Logo Forum
    • Categories
    • Register
    • Login

    Macro Modulators...seem to be broken

    Scheduled Pinned Locked Moved Bug Reports
    3 Posts 2 Posters 40 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.
    • LindonL
      Lindon
      last edited by Lindon

      So if I put an LFO in Macro1 like this:
      24744710-133c-417e-b385-2e17d2659250-image.png

      Set the tempo to 1/8D or faster....

      Then assign it to a gain knob on my interface (so I should get some consistent vibrato effect)....

      The LFO seems to cycle once(ish - well about 3 times on my machine) and then it pauses, then cycles correctly...

      It seems to do it for every note on and note off...

      .

      HISE Development for hire.
      www.channelrobot.com

      LindonL 1 Reply Last reply Reply Quote 0
      • LindonL
        Lindon @Lindon
        last edited by

        @Lindon anyone else?

        HISE Development for hire.
        www.channelrobot.com

        1 Reply Last reply Reply Quote 0
        • S
          Soundavid
          last edited by

          @Lindon Use a MIDI Processor in the Macro Modulation Source to ignore the note on Callback. I Used something like this:

          function onNoteOn()
          {
          	for(i = 0; i < 127; i++)
          	{
          		if (Message.getNoteNumber() == i)
          		{
          			Message.ignoreEvent(true);
          		}
          
          	
          	}
          }
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          34

          Online

          2.0k

          Users

          12.9k

          Topics

          111.5k

          Posts