Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@Lindon of course it is, thankyou. I think I tried that with intensity and had to do it the way I posted for it to work so I just went straight to that for inverting. Need to stop asking questions at 11pm when I’ve been going since dawn. Thanks
@d-healey Thankyou, I had it in my head that the processor id wasn’t in the inspector for slider packs. Facepalm. Thanks as always
@ustk amazing thank you!
@orange @Christoph-Hart Amazing, thank you both!
@HISEnberg ahhh right thanks, I’ll try it when I get home. Very much still learning :)
@ustk Thankyou so much, that's exactly what I was looking for!
@Lindon Thanks, I tried that but maybe did something out of step. Ill try again.
@Lindon Champion! Thankyou.
@d-healey Solved! It seems the nodes were the culprits. Once I removed those all exported fine. Thankyou again!
@d-healey thanks, I’ll have a look
@d-healey thank you again, as always!
all good, solved it.
Problem was between keyboard and chair as usual.
Solved.
Simply copied 'setKeyColour();' out of the 'inline function' keyboard part of the script and put it on its own line.
@orange Thankyou!
@d-healey double Thankyou!
@d-healey said in Help with assigning knobs...:
const var Knob1 = Content.getComponent("Knob1"); inline function onButton1Control(component, value) { Knob1.setMode(value == 0 ? "TempoSync" : "Frequency"); }; Content.getComponent("Button1").setControlCallback(onButton1Control);
const var Knob1 = Content.getComponent("Knob1");
inline function onButton1Control(component, value) { Knob1.setMode(value == 0 ? "TempoSync" : "Frequency"); };
Content.getComponent("Button1").setControlCallback(onButton1Control);
Thanks, that seems to have gotten it!
@bfaudio have you installed the ipp libraries from Intel??