Skip to content

Live.ChainMixerDevice (runtime)

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

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

Classes

class ChainMixerDevice

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

Properties

  • _live_ptr
  • canonical_parent - Get the canonical parent of the mixer device.
  • chain_activator - Const access to the Chain's Activator Device Parameter.
  • panning - Const access to the Chain's Panning Device Parameter.
  • sends - Const access to the Chain's list of Send Amount Device Parameters.
  • volume - Const access to the Chain's Volume Device Parameter.

Methods

add_sends_listener(arg1,arg2)

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

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".