Live.DrumPad (runtime)¶
Live 9, Live Object Model & framework reference (descriptions and signatures).
Live Object Model, from the Live 9 API XML documentation.
Classes¶
class DrumPad¶
This class represents a drum group device pad in Live.
Properties¶
_live_ptrcanonical_parent- Get the canonical parent of the drum pad.chains- Return const access to the list of chains in this drum pad.choke_group- Change the choke group for the corresponding drum padmute- Mute/unmute the pad.name- Return const access to the drum pad's name. It depends on the contained chains.note- Get the MIDI note of the drum pad.solo- Solo/unsolo the pad.
Methods¶
add_chains_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "chains" has changed.
add_choke_group_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "choke_group" has changed.
add_mute_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "mute" 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_solo_listener(arg1,arg2)¶
Add a listener function or method, which will be called as soon as the property "solo" has changed.
chains_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "chains".
choke_group_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "choke_group".
delete_all_chains(arg1)¶
Deletes all chains associated with a drum pad. This is equivalent to deleting a drum rack pad in Live.
mute_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "mute".
name_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "name".
remove_chains_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "chains".
remove_choke_group_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "choke_group".
remove_mute_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "mute".
remove_name_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "name".
remove_solo_listener(arg1,arg2)¶
Remove a previously set listener function or method from property "solo".
solo_has_listener(arg1,arg2)¶
Returns true, if the given listener function or method is connected to the property "solo".