class Pattern
- Pattern
- Reference
- Object
Overview
Notes may be accented or unaccented. Unaccented note numbers are unchanged MIDI note numbers. Accented note numbers have their high eighth bit set.
Defined in:
beets/pattern.crConstructors
Class Method Summary
Instance Method Summary
- #name : String
- #name=(name : String)
- #notes : Array(Array(UInt8))
- #notes=(notes : Array(Array(UInt8)))
- #num_bars : Int32
- #num_bars=(num_bars : Int32)
-
#ticks_length
FIXME hard-coded number of beats per bar
- #time_signature : TimeSignature
- #time_signature=(time_signature : TimeSignature)