How do I patch a VCA for data? the only one I see is for Audio only


#1

I need to use a knob from Axo Control to determine the amplitude of the LFO signal going into a VCO. Normally in my modular I just use a VCA for that, but in the Axo Patcher there is only an audio VCO available... Help please :slight_smile:


#2

Multiply object? 20characters


#3

All an axoloti VCA is is a special multiply object with one audio input and one control input (interpolated up to audio rate). If they're both control rate then you just want one of the multiply (*) objects. Similarly, you can use the audio rate * object for ring modulation.

Lastly, it is always possible to connect a control rate signal to an audio rate input through a conversion object.


#4

Thanks friends :slight_smile: That was exactly what I needed