Skip to content

Live.MixerDevice (runtime)

Live 10, Live Object Model & framework reference (descriptions and signatures).

Live Object Model, from the Live 10 API XML documentation.

Classes

class MixerDevice

This class represents a Mixer Device in Live, which gives youaccess to the Volume and Panning properties of a Track.

Properties

  • _live_ptr
  • canonical_parent - Get the canonical parent of the mixer device.
  • crossfade_assign - Player- and ReturnTracks only: Access to the Track's Crossfade Assign State.
  • crossfader - MasterTrack only: Const access to the Crossfader.
  • cue_volume - MasterTrack only: Const access to the Cue Volume Parameter.
  • left_split_stereo - Const access to the Track's Left Split Stereo Panning Device Parameter.
  • panning - Const access to the Tracks Panning Device Parameter.
  • panning_mode - Access to the Track's Panning Mode.
  • right_split_stereo - Const access to the Track's Right Split Stereo Panning Device Parameter.
  • sends - Const access to the Tracks list of Send Amount Device Parameters.
  • song_tempo - MasterTrack only: Const access to the Song's Tempo.
  • track_activator - Const access to the Tracks Activator Device Parameter.
  • volume - Const access to the Tracks Volume Device Parameter.

Methods

add_crossfade_assign_listener(arg1,arg2)

Add a listener function or method, which will be called as soon as the property "crossfade_assign" has changed.

add_panning_mode_listener(arg1,arg2)

Add a listener function or method, which will be called as soon as the property "panning_mode" has changed.

add_sends_listener(arg1,arg2)

Add a listener function or method, which will be called as soon as the property "sends" has changed.

crossfade_assign_has_listener(arg1,arg2)

Returns true, if the given listener function or method is connected to the property "crossfade_assign".

panning_mode_has_listener(arg1,arg2)

Returns true, if the given listener function or method is connected to the property "panning_mode".

remove_crossfade_assign_listener(arg1,arg2)

Remove a previously set listener function or method from property "crossfade_assign".

remove_panning_mode_listener(arg1,arg2)

Remove a previously set listener function or method from property "panning_mode".

remove_sends_listener(arg1,arg2)

Remove a previously set listener function or method from property "sends".

sends_has_listener(arg1,arg2)

Returns true, if the given listener function or method is connected to the property "sends".