HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. broadcaster
    Log in to post
    • All categories
    • d.healeyD

      Connecting broadcasters query

      Watching Ignoring Scheduled Pinned Locked Moved Scripting broadcaster listener component visibility
      10
      0 Votes
      10 Posts
      265 Views
      O

      @d-healey That's the vid that got me started on broadcasters, and I'm very appreciative of it! So thanks!

    • d.healeyD

      [feature request] Stop specific broadcasters firing at on init

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests broadcaster automatic init declaration
      14
      2 Votes
      14 Posts
      730 Views
      d.healeyD

      @Christoph-Hart Nice, going to give this a try now.

      @clevername27 said in [feature request] Stop specific broadcasters firing at on init:
      It's also not always possible to tell if a broadcaster is being called at startup…which doesn't sound right, but there are edge-cases.

      Can you make an example?

    • d.healeyD

      Button default value should be used in broadcaster

      Watching Ignoring Scheduled Pinned Locked Moved Scripting button broadcaster default
      3
      1 Votes
      3 Posts
      127 Views
      d.healeyD

      @Christoph-Hart said in Button default value should be used in broadcaster:

      It's used for AAX plugins

      Aha that's good to know

    • d.healeyD

      Draggable filter panel additions + video

      Watching Ignoring Scheduled Pinned Locked Moved Blog Entries eq laf broadcaster
      7
      10 Votes
      7 Posts
      604 Views
      d.healeyD

      Haha, I solved the offset issue! Turned out to be a one line fix.

      @Christoph-Hart Pull request has been updated, including merging latest develop branch changes.

      Peek 2025-03-19 20-56.gif

    • d.healeyD

      Any limits on the number of broadcasters?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions broadcaster
      4
      2 Votes
      4 Posts
      117 Views
      ustkU

      @Christoph-Hart said in Any limits on the number of broadcasters?:

      no limit except for your imagination

      That's a dangerous assumption... Dave's imagination is unlimited... Be warned...

    • d.healeyD

      [feature request] Midi broadcaster

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests feature request broadcaster articulation keyswitch
      10
      0 Votes
      10 Posts
      723 Views
      d.healeyD

      @aaronventure I would expect it to work in the same way as component value broadcasters and component control callbacks. - I've never tested which triggers first. I think after the callback would make the most sense.

      Edit: I just did the test with the value broadcaster and it fires before the component control callback, but I think for MIDI messages it makes sense for the callback to fire first - although I haven't given it much thought.

    • d.healeyD

      Two attachToComponentValue broadcasters, one component

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports broadcaster componentvalue
      6
      0 Votes
      6 Posts
      276 Views
      A

      @d-healey Great job, David. Thanks.

      That Pull Requests tab looks a bit depressing, though - lots of good stuff there.

    • d.healeyD

      How to control broadcaster message order?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions broadcaster listener message
      6
      0 Votes
      6 Posts
      347 Views
      d.healeyD

      Yeah that solved it, woohoo!

    • oskarshO

      Broadcaster does not send signal when using declared objects.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports broadcaster script
      4
      0 Votes
      4 Posts
      331 Views
      Christoph HartC

      @oskarsh ah yeah, that's the fourth option :)

    • d.healeyD

      Modulator level broadcaster

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests broadcaster listener
      33
      1 Votes
      33 Posts
      2k Views
      Christoph HartC

      You can add a simple low pass filter on the scripting layer to the values if you want to smooth fast changes.

    • d.healeyD

      [feature request] Preset Browser broadcasters

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests preset browser broadcaster feature request
      24
      3 Votes
      24 Posts
      2k Views
      d.healeyD

      Am I being silly or is the favourite button state obj.buttonState inverted? Aha! It triggers on mouse up not mouse down :)