libdaw.notation

class libdaw.notation.Chord(pitches=None, length=None, duration=None, state_member=None)
append(value)
duration
insert(index, value)
length
static loads(source)
pop(index=Ellipsis)
state_member
class libdaw.notation.Element
duration_()
length_()
tones(*, metronome=Ellipsis, pitch_standard=Ellipsis)

Resolve all the section’s notes to playable instrument tones.

class libdaw.notation.Item(element)
element
static loads(source)
class libdaw.notation.Mode(mode)
static loads(source)
mode
class libdaw.notation.Note(pitch, length=None, duration=None)
duration
length
static loads(source)
pitch
class libdaw.notation.Overlapped(items=None, state_member=None)
append(value)
insert(index, value)
static loads(source)
pop(index=Ellipsis)
state_member
class libdaw.notation.Pitch(pitch_class, octave=None, octave_shift=0)
octave
octave_shift
pitch_class
class libdaw.notation.Rest(length=None)
length
static loads(source)
class libdaw.notation.Scale(pitches)
append(value)
insert(index, value)
static loads(source)
pop(index=Ellipsis)
class libdaw.notation.Sequence(items=None, state_member=None)
append(value)
insert(index, value)
static loads(source)
pop(index=Ellipsis)
state_member
class libdaw.notation.Set(pitch=None, length=None, duration=None)
duration
length
static loads(source)
pitch
class libdaw.notation.StateMember(name)
First = StateMember.First
Last = StateMember.Last
class libdaw.notation.Step(step, octave_shift=0, adjustment=0.0)
adjustment
octave_shift
step