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¶
- tones(*, offset=Ellipsis, metronome=Ellipsis, pitch_standard=Ellipsis)¶
- class libdaw.notation.Note(pitch, length=None, duration=None)¶
- duration¶
- length¶
- static loads(source)¶
- pitch¶
- tone(*, offset=Ellipsis, metronome=Ellipsis, pitch_standard=Ellipsis)¶
- class libdaw.notation.Overlapped(items=None, state_member=None)¶
- append(value)¶
- duration()¶
- insert(index, value)¶
- length()¶
- static loads(source)¶
- pop(index=Ellipsis)¶
- state_member¶
- tones(*, offset=Ellipsis, metronome=Ellipsis, pitch_standard=Ellipsis)¶
- class libdaw.notation.Pitch(pitch_class, octave=None, octave_shift=0)¶
- octave¶
- octave_shift¶
- pitch_class¶
- 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)¶
- duration()¶
- insert(index, value)¶
- length()¶
- static loads(source)¶
- pop(index=Ellipsis)¶
- state_member¶
- tones(*, offset=Ellipsis, metronome=Ellipsis, pitch_standard=Ellipsis)¶
- class libdaw.notation.Set(pitch=None, length=None, duration=None)¶
- duration¶
- length¶
- static loads(source)¶
- pitch¶
- libdaw.notation.loads(source)¶