HISE Logo Forum
    • Categories
    • Register
    • Login

    Broadcaster & CurveEQ Dropdown

    Scheduled Pinned Locked Moved Scripting
    7 Posts 3 Posters 385 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.
    • ?
      A Former User
      last edited by

      I'm super new to using Broadcasters, is there a way to grab the event for a CurveEQ FloatingTile from this menu?:

      68cc522b-1e29-42a7-a899-b2ae81285cdc-image.png

      orangeO 1 Reply Last reply Reply Quote 0
      • orangeO
        orange @A Former User
        last edited by

        @iamlamprey what is your purpose for this?

        develop Branch / XCode 13.1
        macOS Monterey / M1 Max

        ? 1 Reply Last reply Reply Quote 0
        • ?
          A Former User @orange
          last edited by

          @orange

          I have 2 Samplers that I want to share the same EQ Curve without using a SynthGroup / Routing Matrix

          Broadcaster works fine for adding/moving nodes, but changing the type or deleting it doesn't update the other Sampler

          Christoph HartC 1 Reply Last reply Reply Quote 0
          • Christoph HartC
            Christoph Hart @A Former User
            last edited by

            @iamlamprey those are regular module parameters and can be listened to with attach to module parameter.

            ? 2 Replies Last reply Reply Quote 0
            • ?
              A Former User @Christoph Hart
              last edited by

              @Christoph-Hart ok sweet, thank you

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User @Christoph Hart
                last edited by

                @Christoph-Hart what about things like Delete Band or Delete All Bands ?

                ? 1 Reply Last reply Reply Quote 0
                • ?
                  A Former User @A Former User
                  last edited by

                  @iamlamprey Okay there's already a method for it:

                  const bc = Engine.createBroadcaster({"component" : "myCoolFloatingTile", "event" : "All Callbacks"});
                  
                  bc.attachToEqEvents("bc", ["BandAdded", "BandRemoved", "BandSelected"], {"id" : bc});
                  
                  bc.addListener("", "update something", function(component, value)
                  {
                  	Console.print("you just changed an EQ property!");
                  });
                  
                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post

                  64

                  Online

                  1.7k

                  Users

                  11.7k

                  Topics

                  102.1k

                  Posts