@Shelest Thank you i succed! aprriciate it
Latest posts made by ToharShefiRafeld
-
RE: input sound level influences a filmstrip
-
RE: input sound level influences a filmstrip
@Shelest Apologies, I'm a newbe . I understand the code, but I'm not sure how to connect it to monitor the volume coming out of my ScriptNode FX. if its not a trouble maybe Could you help clarify how to set this up?"
-
input sound level influences a filmstrip
I'm trying to create a dynamic UI effect in HISE where the input sound level influences a filmstrip's frame. For example, as the input sound level increases, the filmstrip progresses to display different frames, and as the level decreases, it goes back accordingly.
maybe the analiser coukd be helpful?
Any advice or insights would be greatly appreciated!
Thank you in advance for your help.
Best regards, Tohar
-
RE: Knob Filmstrip wont rotate
@d-healey finally solved the problem by ticking the "show text box" i dont know why but it worked
-
RE: Knob Filmstrip wont rotate
@ToharShefiRafeld Also if im adding this line
const var Knob1 = Content.getComponent("Knob1") .set("numStrips" , "72");```
its signals that the numStrips is "overwritten by script"
but still the same problem -
RE: Knob Filmstrip wont rotate
@d-healey Thanks for the quick answer, yes the image is in the folder, but im using the the property editor not working with the code editor
-
Knob Filmstrip wont rotate
While assigning a filmstrip for a knob i have this problem:
when i set the right amount of frames everything works perfectly but if I switch page and come back to the interface designer it stop working, assigning the number of frames "solves " the problem for a minute and it stops again. Also exporting without the rotation.
Maybe do you have a solution?