Problem Linking/Controlling Scriptnode's Timestretch FX Knob to my UI Knob? ScriptNode (core.stretch.player)
-
In the screen shots below, you can see I'm trying to link the 'Time Ratio' knob (in scriptnode) to a knob in my FX VST (linking processor ID in parameter properties). When linked, nothing happens when I turn the knob - Am I doing this correctly?
I also wonder if there's a way to increase the TimeRatio's amount below/beyond 1 - 2.0.
Any help would be massively appreciated. Cheers
-
@aziko Does the range of your UI knob match the range of the scripting parameter knob?
-
@d-healey Thanks — that worked! I can now control the knob inside the UI. However, the sound (it seems to be a single sample?) keeps looping continuously, and I can’t find a way to stop it.
I exported the FX VST and loaded it into my DAW, but the looping sound continues and even causes FL Studio to crash — eek!
Just to clarify what I’m trying to do: I’d like the Time Stretch knob in the FX VST to sit on an instrument rack or the master bus, and have it affect whatever audio is playing through it. Is that possible?
-
@aziko said in Problem Linking/Controlling Scriptnode's Timestretch FX Knob to my UI Knob? ScriptNode (core.stretch.player):
have it affect whatever audio is playing through it. Is that possible?
No it will only affect the audio file you've loaded in
-
@d-healey Thanks