ChainMixerDevice (Module)¶
ChainMixerDevice (Class)¶
Live.ChainMixerDevice.ChainMixerDevice
This class represents a Chain's Mixer Device in Live, which gives you access to the Volume, Panning, and Send properties of a Chain.
Live Object: yes
Access via:
Chain.mixer_deviceDrumChain.mixer_device
Properties¶
| Property | Type | Supports |
|---|---|---|
canonical_parent |
Chain |
get |
chain_activator |
DeviceParameter |
get |
panning |
DeviceParameter |
get |
sends |
Vector |
get/listen |
volume |
DeviceParameter |
get |
canonical_parent¶
- Type:
Chain - Settable:
no - Listenable:
no
Get the canonical parent of the mixer device.
chain_activator¶
- Type:
DeviceParameter - Settable:
no - Listenable:
no
Const access to the Chain's Activator Device Parameter.
panning¶
- Type:
DeviceParameter - Settable:
no - Listenable:
no
Const access to the Chain's Panning Device Parameter.
sends¶
- Type:
Vector - Settable:
no - Listenable:
yes
Const access to the Chain's list of Send Amount Device Parameters.
volume¶
- Type:
DeviceParameter - Settable:
no - Listenable:
no
Const access to the Chain's Volume Device Parameter.