Name | 2channelModulate |
Created At | 2022-11-21 3:19pm |
Submitted By | Menno0 |
Description | |
2channelModulate outputs 2 output modulations, one has the inverse phase of the other.
This modulator can be used to, for example having set the range to 0..1, modulate the amplitude of 2 instruments. Where the amplitude of the one increases, the amplitude of the other decreases at the same speed.
Idea is to create some level of interdependence between 2 instruments. 2channelModulate uses the Global variable system to communicate between different instruments.
blueMixerOut asigL * gkModulate, asigR * gkModulate for the second instrument: blueMixerOut asigL * gkModulate_inverse, asigR * gkModulate_inverse --- version 1.1, November 2022
version 1, November 2022
|