HISE Logo Forum
    • Categories
    • Register
    • Login

    Macro Modulators...seem to be broken

    Scheduled Pinned Locked Moved Bug Reports
    18 Posts 7 Posters 249 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.
    • 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);
      		}
      
      	
      	}
      }
      
      d.healeyD LindonL 2 Replies Last reply Reply Quote 0
      • d.healeyD
        d.healey @Soundavid
        last edited by

        @Soundavid You don't need that loop. Just Message.ignoreEvent(true); is enough to ignore all events.

        Free HISE Bootcamp Full Course for beginners.
        YouTube Channel - Public HISE tutorials
        My Patreon - HISE tutorials

        LindonL S 2 Replies Last reply Reply Quote 1
        • LindonL
          Lindon @Soundavid
          last edited by

          @Soundavid said in Macro Modulators...seem to be broken:

          @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);
          		}
          
          	
          	}
          }
          

          well that renders the retrigger option as completely useless, so thats not a solution...

          HISE Development for hire.
          www.channelrobot.com

          LindonL S 2 Replies Last reply Reply Quote 0
          • LindonL
            Lindon @Lindon
            last edited by

            @Lindon can get it to do this both in HISE and in the compiled plugin....

            HISE Development for hire.
            www.channelrobot.com

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

              @d-healey said in Macro Modulators...seem to be broken:

              Message.ignoreEvent(true);

              Tried it with this, still does it so this isn't making any difference. its very odd...its nearly random, it seems to be (possibly) a choking CPU, I can get it to start doing it if I play alot of notes, then play a single note after, and once it starts it only stops if you stop playing altogether for at least 10 seconds...

              recompile and it stops doing it...

              HISE Development for hire.
              www.channelrobot.com

              1 Reply Last reply Reply Quote 0
              • S
                Soundavid @d.healey
                last edited by

                @d-healey I did that because I didn't want to ignore the MIDI CC Messages.

                d.healeyD 1 Reply Last reply Reply Quote 0
                • d.healeyD
                  d.healey @Soundavid
                  last edited by

                  @Soundavid onNoteOn is only triggered by MIDI note on messages. onController is for CC messages.

                  Free HISE Bootcamp Full Course for beginners.
                  YouTube Channel - Public HISE tutorials
                  My Patreon - HISE tutorials

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    Soundavid @d.healey
                    last edited by

                    @d-healey Im sure I did this with a purpose but I don't remember why 🤔

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

                      @Lindon Not if you use a Global Modulation Module in the Macro Modulation Source and take the LFO from a Global Modulator Container. I Remember fixing this issue using that approach.

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

                        @Soundavid nope, that doesnt solve it...

                        HISE Development for hire.
                        www.channelrobot.com

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

                          That sounds frustrating!
                          I'm running into the exact same weird behavior with the Macro LFO pausing for a few cycles right after a note-on/note-off. It totally breaks rhythmic effects.
                          Did you ever find a fix for this, or did it resolve itself in a newer HISE build? Super annoying! Let me know if you figured it out.

                          d.healeyD 1 Reply Last reply Reply Quote 0
                          • d.healeyD
                            d.healey @HaizalD3
                            last edited by

                            @HaizalD3 Are you a bot?

                            Free HISE Bootcamp Full Course for beginners.
                            YouTube Channel - Public HISE tutorials
                            My Patreon - HISE tutorials

                            dannytaurusD ustkU LindonL 3 Replies Last reply Reply Quote 2
                            • dannytaurusD
                              dannytaurus @d.healey
                              last edited by

                              @d-healey 100% bot

                              Meat Beats: https://meatbeats.com
                              Klippr Video: https://klippr.video

                              1 Reply Last reply Reply Quote 0
                              • ustkU
                                ustk @d.healey
                                last edited by

                                @d-healey Definitely... 've been caught by the same 2 days ago...

                                Hise made me an F5 dude, browser just suffers...

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

                                  @d-healey it def. describes the problem tho...!

                                  HISE Development for hire.
                                  www.channelrobot.com

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

                                    @Lindon I mean it could be kinda handy to have this type of summary every now and then 😆

                                    Especially on longer threads!

                                    DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                    https://dhplugins.com/ | https://dcbreaks.com/
                                    London, UK

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

                                    36

                                    Online

                                    2.0k

                                    Users

                                    12.9k

                                    Topics

                                    111.6k

                                    Posts