Skip to content

SimplerDevice

Represents an instance of Simpler, Live’s single-sample instrument. The SimplerDevice class extends Device with the loaded Sample, slicing controls, and Classic/One-Shot/Slicing playback-mode state.

This class represents a Simpler device. From Live’s runtime docstring.

Inherited from LomObject

Get the canonical parent of the Device. From Live’s runtime docstring.

Inherited from Device

Returns true if the Device has the capability to AB compare. From Live’s runtime docstring.

Returns true if the device is a rack. From Live’s runtime docstring.

Returns true if the device is a drum rack. From Live’s runtime docstring.

Return const access to the name of the device’s class name as displayed in Live’s browser and device chain From Live’s runtime docstring.

Return const access to the name of the device’s class. From Live’s runtime docstring.

Return the type of the device. From Live’s runtime docstring.

Returns true if warp_as is available. From Live’s runtime docstring.

Returns true if warp_double is available. From Live’s runtime docstring.

Returns true if warp_half is available. From Live’s runtime docstring.

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. From Live’s runtime docstring.

Returns whether the Device has loaded the preset in compare slot B. Only relevant if can_compare_ab, otherwise errors. From Live’s runtime docstring.

Returns the latency of the device in ms. From Live’s runtime docstring.

Returns the latency of the device in samples. From Live’s runtime docstring.

Returns whether Simpler is in mulit-sample mode. From Live’s runtime docstring.

Return access to the name of the device. From Live’s runtime docstring.

Access to the Note Pitch Bend Range in Simpler. From Live’s runtime docstring.

When set to true, slices can be added in slicing mode by playing notes .that are not assigned to slices, yet. From Live’s runtime docstring.

Const access to the list of available automatable parameters for this device. From Live’s runtime docstring.

Access to the Pitch Bend Range in Simpler. From Live’s runtime docstring.

playback_mode: PlaybackModeProbed asinthigh confidence
  • sister method PlaybackMode enum in same module with members classic / one_shot / slicing — matches Simpler’s three top-level playback modes. Distinct from SlicingPlaybackMode (mono / poly / thru), which scopes to slicing sub-mode.
Section titled “playback_mode: PlaybackModeProbed asinthigh confidencesister method PlaybackMode enum in same module with members classic / one_shot / slicing — matches Simpler’s three top-level playback modes. Distinct from SlicingPlaybackMode (mono / poly / thru), which scopes to slicing sub-mode.”

Access to Simpler’s playback mode. From Live’s runtime docstring.

Constant access to the current playing position in the sample. The returned value is the normalized position between sample start and end. From Live’s runtime docstring.

Returns whether Simpler is showing the playing position. The returned value is True while the sample is played back From Live’s runtime docstring.

Access to Simpler’s retrigger mode. From Live’s runtime docstring.

Get the loaded Sample. From Live’s runtime docstring.

slicing_playback_mode: SlicingPlaybackModeProbed asinthigh confidence
  • sister method SlicingPlaybackMode enum in same module. Property name is a direct snake-case match.
  • docstring “Access to Simpler’s slicing playback mode” confirms the slicing-scoped sub-mode.
Section titled “slicing_playback_mode: SlicingPlaybackModeProbed asinthigh confidencesister method SlicingPlaybackMode enum in same module. Property name is a direct snake-case match.docstring “Access to Simpler’s slicing playback mode” confirms the slicing-scoped sub-mode.”

Access to Simpler’s slicing playback mode. From Live’s runtime docstring.

Representing the view aspects of a device. From Live’s runtime docstring.

Access to the number of voices in Simpler. From Live’s runtime docstring.

Inherited from Device

Saves the current state of the device to the compare AB slot. Only relevant if can_compare_ab, otherwise throws. From Live’s runtime docstring.

  • script_index: int
  • bank_index: int

Set the selected bank in the device for persistency. From Live’s runtime docstring.

Crop the loaded sample to the active area between start- and end marker. Calling this method on an empty simpler raises an error. From Live’s runtime docstring.

Returns
float

Return an estimated beat time for the playback length between start- and end-marker. Calling this method on an empty simpler raises an error. From Live’s runtime docstring.

Reverse the loaded sample. Calling this method on an empty simpler raises an error. From Live’s runtime docstring.

  • beat_time: float

Warp the playback region between start- and end-marker as the given length. Calling this method on an empty simpler raises an error. From Live’s runtime docstring.

Doubles the tempo for region between start- and end-marker. From Live’s runtime docstring.

Halves the tempo for region between start- and end-marker. From Live’s runtime docstring.

Representing the view aspects of a simpler device. From Live’s runtime docstring.

Inherited from LomObject

Get the canonical parent of the View. From Live’s runtime docstring.

Get/Set/Listen if the device is shown collapsed in the device chain. From Live’s runtime docstring.

Access to the modulated samples end position in samples. Returns -1 in case there is no sample loaded. From Live’s runtime docstring.

Access to the envelope fade-in time in samples. Returned value is only in use when Simpler is in one-shot mode. Returns -1 in case there is no sample loaded. From Live’s runtime docstring.

Access to the envelope fade-out time in samples. Returned value is only in use when Simpler is in one-shot mode. Returns -1 in case there is no sample loaded. From Live’s runtime docstring.

Access to the modulated samples loop end position in samples. Returns -1 in case there is no sample loaded. From Live’s runtime docstring.

Access to the modulated samples loop fade position in samples. Returns -1 in case there is no sample loaded. From Live’s runtime docstring.

Access to the modulated samples loop start position in samples. Returns -1 in case there is no sample loaded. From Live’s runtime docstring.

Access to the modulated samples start position in samples. Returns -1 in case there is no sample loaded. From Live’s runtime docstring.

Access to the selected slice. From Live’s runtime docstring.

Returned by 1 member elsewhere in the LOM
classic0
one_shot1
slicing2
mono0
poly1
thru2
Returns

Get a vector of valid Simpler voice numbers. From Live’s runtime docstring.

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.