Location for the audio input A.
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Location for the audio input B.
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Location for the audio input C.
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Location for the audio input, contains a mix of A, B and C according to the merge coords.
| key | value |
|---|---|
| is | api.TargetType.AudioOutput |
Selects the blending algorithm used to calculate the gains of the input signals based on the distance to the points A, B and C in the AudioMergerCoordinates below.
The difference between algorithms is best understood when considering the situation where all 3 input signals receive an identical sine wave peak value 1.
full-power: Means the output will become louder when the knob is in the center - you will basically add all 3 signals, resulting in a sine wave with peak 3. If the knob is at e.g. point A, the signal will get gain 1.
equal-power: The output gain of the signal will be near-constant when moving the knob.
| key | value |
|---|---|
| default | 1 |
| range | [1, 2] |
| is | api.TargetType.AutomatableParameter |
The user-assigned name of this device.
Contains the coordinates determining the mix between A, B and C.
X position on the desktop in the DAW.
| key | value |
|---|---|
| default | 0 |
| range | full |
Y position on the desktop in the DAW.
| key | value |
|---|---|
| default | 0 |
| range | full |
"audioMerger"Represents an audio merger device.
The merger device takes audio from three inputs, A, B, C, and mixes them according to coordinates on a triangle spanned by points A, B, C.