TuningSystem
Represents the tuning system applied to a Live Set — the per-note pitch
table loaded from a Scala or MTS source. The TuningSystem class exposes
the tuning’s name, source file, root note, and the pitch offsets it
contributes for each MIDI key.
TuningSystem
Section titled “TuningSystem”Represents a Tuning System and its properties. From Live’s runtime docstring.
Properties
Section titled “Properties”Inherited from LomObject
_live_ptr: int
Section titled “_live_ptr: int”canonical_parent: Song
Section titled “canonical_parent: Song”Get the canonical parent of the TuningSystem. From Live’s runtime docstring.
Get/Set the highest note of the current tuning system, where the first entry is the index within the pseudo octave and the second entry is the octave. From Live’s runtime docstring.
Get/Set the lowest note of the current tuning system, where the first entry is the index within the pseudo octave and the second entry is the octave. From Live’s runtime docstring.
name: str
Section titled “name: str”Get/Set the name of the currently active tuning system. From Live’s runtime docstring.
note_tunings: list[float]
Section titled “note_tunings: list[float]”Get/Set the currently active tuning system’s note tunings, specified in Cents, where 100 Cents is one semi-tone in equal temperament. From Live’s runtime docstring.
number_of_notes_in_pseudo_octave: int
Section titled “number_of_notes_in_pseudo_octave: int”Get the number of notes in the pseudo octave. From Live’s runtime docstring.
pseudo_octave_in_cents: float
Section titled “pseudo_octave_in_cents: float”Get the pseudo octave in cents for the currently active tuning system. From Live’s runtime docstring.
reference_pitch: ReferencePitch
Section titled “reference_pitch: ReferencePitch”Get/Set the reference pitch the currently active tuning system. From Live’s runtime docstring.
Returned by 1 member elsewhere in the LOM
Other classes
Section titled “Other classes”PitchClassAndOctave
Section titled “PitchClassAndOctave”This class represents a PitchClassAndOctave type. From Live’s runtime docstring.
Properties
Section titled “Properties”index_in_octave: int
Section titled “index_in_octave: int”A PitchClassAndOctave’s index within the pseudo octave. From Live’s runtime docstring.
octave: int
Section titled “octave: int”A PitchClassAndOctave’s octave. From Live’s runtime docstring.
Returned by 2 members elsewhere in the LOM
ReferencePitch
Section titled “ReferencePitch”This class represents a ReferencePitch type. From Live’s runtime docstring.
Properties
Section titled “Properties”frequency: float
Section titled “frequency: float”A ReferencePitch’s frequency in Hz. From Live’s runtime docstring.
index_in_octave: int
Section titled “index_in_octave: int”A ReferencePitch’s index within the pseudo octave. From Live’s runtime docstring.
octave: int
Section titled “octave: int”A ReferencePitch’s octave. From Live’s runtime docstring.
Returned by 1 member 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.