DrumPad
Represents a single pad in a Drum Rack — the per-note address that maps an
incoming MIDI note to a DrumChain. The DrumPad class exposes the pad’s
note, name, mute/solo state, and the chains routed to it.
DrumPad
Section titled “DrumPad”This class represents a drum group device pad in Live. From Live’s runtime docstring.
Properties
Section titled “Properties”Inherited from LomObject
_live_ptr: int
Section titled “_live_ptr: int”canonical_parent: RackDevice
Section titled “canonical_parent: RackDevice”Get the canonical parent of the drum pad. From Live’s runtime docstring.
Return const access to the list of chains in this drum pad. From Live’s runtime docstring.
mute: bool
Section titled “mute: bool”Mute/unmute the pad. From Live’s runtime docstring.
name: str
Section titled “name: str”Return const access to the drum pad’s name. It depends on the contained chains. From Live’s runtime docstring.
note: int
Section titled “note: int”Get the MIDI note of the drum pad. From Live’s runtime docstring.
solo: bool
Section titled “solo: bool”Solo/unsolo the pad. From Live’s runtime docstring.
Methods
Section titled “Methods”delete_all_chains()
Section titled “delete_all_chains()”Deletes all chains associated with a drum pad. This is equivalent to deleting a drum rack pad in Live. From Live’s runtime docstring.
Returned by 3 members elsewhere in the LOM
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.