Live.Eq8Device (runtime)¶
Live 10, Live Object Model & framework reference (descriptions and signatures).
Live Object Model, from the Live 10 API XML documentation.
Classes¶
class EditMode¶
class Eq8Device¶
This class represents an Eq8 device.
Properties¶
_live_ptrcan_have_chains- Returns true if the device is a rack.can_have_drum_pads- Returns true if the device is a drum rack.canonical_parent- Get the canonical parent of the Device.class_display_name- Return const access to the name of the device's class name as displayed in Live's browser and device chainclass_name- Return const access to the name of the device's class.edit_mode- Access to Eq8's edit mode.global_mode- Access to Eq8's global mode.is_active- Return const access to whether this device is active. This will be false bothwhen the device is off and when it's inside a rack device which is off.name- Return access to the name of the device.oversample- Access to Eq8's oversample value.parameters- Const access to the list of available automatable parameters for this device.type- Return the type of the device.view- Representing the view aspects of a device.
Methods¶
add_edit_mode_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "edit_mode" has changed.
add_global_mode_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "global_mode" has changed.
add_is_active_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "is_active" has changed.
add_name_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "name" has changed.
add_oversample_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "oversample" has changed.
add_parameters_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "parameters" has changed.
edit_mode_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "edit_mode".
global_mode_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "global_mode".
is_active_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "is_active".
name_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "name".
oversample_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "oversample".
parameters_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "parameters".
remove_edit_mode_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "edit_mode".
remove_global_mode_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "global_mode".
remove_is_active_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "is_active".
remove_name_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "name".
remove_oversample_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "oversample".
remove_parameters_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "parameters".
store_chosen_bank(arg1,arg2,arg3)¶
Set the selected bank in the device for persistency.
class Eq8Device.View¶
Representing the view aspects of an Eq8 device.
Properties¶
_live_ptrcanonical_parent- Get the canonical parent of the View.is_collapsed- Get/Set/Listen if the device is shown collapsed in the device chain.selected_band- Access to the selected filter band.
Methods¶
add_is_collapsed_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "is_collapsed" has changed.
add_selected_band_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "selected_band" has changed.
is_collapsed_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "is_collapsed".
remove_is_collapsed_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "is_collapsed".
remove_selected_band_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "selected_band".
selected_band_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "selected_band".