Link Delay Feedback L/R
-
This post is deleted! -
-
@d-healey the Name of the LFO Modulator
-
@treynterrio Snippet?
-
This post is deleted! -
@treynterrio I don't see an LFO called
LFOModulator1.LFO
. Also I don't see a script reference to any LFO in your script. -
This post is deleted! -
@treynterrio What are you showing me?
-
@d-healey on the left I have LFO Modulator1 and 2 on Sampler1
-
@treynterrio Sure, but you don't have
LFOModulator1.LFO
-
@d-healey when I look at the other code from the Delay there is Delay1 on the Master Chain and I did this also with the LFO Modulator or is this wrong?
-
Your LFO is called
LFOModulator1
, notLFOModulator1.LFO
You need to get a reference to the modulator. Right click on its header, select create generic script reference, and paste it into your script.
-
This post is deleted! -
@treynterrio You need to give each modulator a different name. IDs should always be unique.
By the way, when you post snippet you should put them in code tags so they only take up one line
-
@d-healey ok that makes it a lot easier to know that I could click on create generic script reference. everything works perfect now. thanks :raising_hands_medium-light_skin_tone: