MixerDevice
Represents the per-track mixer in Live. The MixerDevice class exposes
volume, panning, sends, cue volume, crossfader assignment, and track
activator as DeviceParameter objects ready for automation or remote
control.
MixerDevice
Section titled “MixerDevice”This class represents a Mixer Device in Live, which gives you access to the Volume and Panning properties of a Track. From Live’s runtime docstring.
Properties
Section titled “Properties”Inherited from LomObject
_live_ptr: int
Section titled “_live_ptr: int”canonical_parent: Track
Section titled “canonical_parent: Track”Get the canonical parent of the mixer device. From Live’s runtime docstring.
crossfade_assign: int
Section titled “crossfade_assign: int”Player- and ReturnTracks only: Access to the Track’s Crossfade Assign State. From Live’s runtime docstring.
MainTrack only: Const access to the Crossfader. From Live’s runtime docstring.
MainTrack only: Const access to the Cue Volume Parameter. From Live’s runtime docstring.
left_split_stereo: DeviceParameter
Section titled “left_split_stereo: DeviceParameter”Const access to the Track’s Left Split Stereo Panning Device Parameter. From Live’s runtime docstring.
Const access to the Tracks Panning Device Parameter. From Live’s runtime docstring.
panning_mode: panning_modes | intProbed asinthigh confidence- schema applied per the enum-arg convention (see schema header).
- sister method
panning_modes enum lives nested inside MixerDevice (members stereo: 0, stereo_split: 1); the property name panning_mode is the direct snake-case of the enum.
Section titled “panning_mode: panning_modes | intProbed asinthigh confidenceschema applied per the enum-arg convention (see schema header).sister method panning_modes enum lives nested inside MixerDevice (members stereo: 0, stereo_split: 1); the property name panning_mode is the direct snake-case of the enum.”panning_modes enum lives nested inside MixerDevice (members stereo: 0, stereo_split: 1); the property name panning_mode is the direct snake-case of the enum.Access to the Track’s Panning Mode. From Live’s runtime docstring.
right_split_stereo: DeviceParameter
Section titled “right_split_stereo: DeviceParameter”Const access to the Track’s Right Split Stereo Panning Device Parameter. From Live’s runtime docstring.
Const access to the Tracks list of Send Amount Device Parameters. From Live’s runtime docstring.
MainTrack only: Const access to the Song’s Tempo. From Live’s runtime docstring.
track_activator: DeviceParameter
Section titled “track_activator: DeviceParameter”Const access to the Tracks Activator Device Parameter. From Live’s runtime docstring.
Const access to the Tracks Volume Device Parameter. From Live’s runtime docstring.
Nested types
Section titled “Nested types”Returned by 1 member elsewhere in the LOM
MixerDevice.crossfade_assignments
Section titled “MixerDevice.crossfade_assignments”Members
Section titled “Members”A | 0 |
NONE | 1 |
B | 2 |
MixerDevice.panning_modes
Section titled “MixerDevice.panning_modes”Members
Section titled “Members”stereo | 0 |
stereo_split | 1 |
This is an independent reference site. Not affiliated with, endorsed by, or sponsored by Ableton AG. “Ableton”, “Live”, “Push”, and related marks are trademarks of Ableton AG.