First time here? Check out the FAQ!
x

how to access specific ?voicenumber of replicated modulation

0 votes
270 views
I want to build a quadrature lfo and have been thinking about doing it with replicators.

If I have an lfo, replicated 4 times and each instance of the replication is being phase shifted, how do I target the 4 different versions of the lfo to use as modulation?

 

thank you for your time.
asked May 25, 2018 in Capytalk & Smalltalk by joubert (120 points)

1 Answer

+1 vote
Perhaps you could use a SelectableAudioOutput on each Oscillator in the Replicator, and set its Channel to

?VoiceNumber

Then each of your modulators would be accessable on a different channel.

What are you modulating with your QuadratureOscillator? If each of the four is used in the same way, you could put the Sound you are modulating into the Replicator as well. In other words, modulator-->carrier-->replicator.
answered May 25, 2018 by ssc (Savant) (126,300 points)
...