Filmstrip knob stuck.
-
I am just fiddling about in Hise, added a filmstrip knob via script, worked fine no text readout on top, then all of a sudden it stopped working and I cant turn it.
Found somewhere on the forum an old post saying it might sometimes be the text box but i turned it offconst var Time = Content.addKnob("Time", 53, 252); Time.set("width", 154); Time.set("height", 154); Time.set("showTextBox", false); Time.set("numStrips", 64); Time.set("isVertical", true); Time.set("scaleFactor", 0.2567); // box 154 / native 600 Time.set("filmstripImage", "{PROJECT_FOLDER}Momentum_filmstrip_64f_vertical.png");Must be doing somethign stupid here ?
-
@lalalandsynth Yeah I remember this, I thought it was the text box property as well. Can you check that the knob hasn't been disabled by something? (the enabled property in the property editor).
-
@lalalandsynth Just tested your code, works fine on my side.
-
@Chazrox Yes it started working again ? seems to happen after reopen or something, bit of a mystery?
-
@lalalandsynth ahh yup.
