Broadcast error
-
With the latest commit, the Parametric Eq module is broken with Broadcaster. The filter types, frequency and other parameters doesn't take their values.
-
@harris-rosendahl I wonder if it is related to the same issue as this.
-
@gorangrooves In my case, the cause is the below Broadcaster. Before it was available with
var componentIds
andvar callbackLevel
. But now as I see, the Optional MetaData has been added with the latest commits. That breaks the compilation of the scripts and made me think that the Parametric Eq is broken. Actually it is not broken, only this Broadcaster makes that.@Christoph-Hart What can we use if we don't use any Optional MetaData for that Broadcaster function?
EqBroadcaster.attachToComponentMouseEvents("FloatingTile1", "All Callbacks");
-
@harris-rosendahl https://forum.hise.audio/topic/6467/broadcaster-error/10
-
Just put a string with a meaningful message in there.
-
@d-healey @Christoph-Hart Thank you guys!
I ended up adding the strings to both
.attachToComponentMouseEvents
and.addListener
and it worked!