Creates a StaffBlock
storing minimal score details, waiting to be
modified further invoking other methods.
Starting time, in quarter note quantities (float)
Note length, in quarter note quantities (float)
The list of notes related to the block
Upper limit of vertical steps in block notes
Lower limit of vertical steps in block notes
Upper limit of vertical steps in block notes
Member of a Beam starting from referenced block
Beamed to previous block
Beamed to next block
Wether the block begins a new beat
Wether the block ends a new beat
Specifies note or rest length alteration, if any, as following encoding: 1 = dot, 3 = triplet, 5 quintuplet (any other will be ignored)
Reference to the symbol to be drawn (notes and rests) according to its length measured in quarters.
Note length, in quarter note quantities (float)
The list of notes related to the block
Lower limit of vertical steps in block notes
Block bar number (float) being .0 at bar beginning and .5 at bar half.
Starting time, in quarter note quantities (float)
Adds a note to the block's note list, merging repetitions' length, adapting VSteps and block length. It will follow Logic Pro binary note-on/off chriteria is to cut excedding length (shorter prevails). First note entry will mark the block's starting point.
The note to be added
true
if the note was added or modified, and false
if
it was ignored
Checks if the block starts at bar beginning
true if it is so
Sets a block into the block map or appends its content into an existing block
Block map to hold blocks
Fulfills beaming info according to previous block and signatures context
The previous block to ritmically complete
Splits a block in two by a time point measured in note quarters
split point
An Array with bar and signatures info per quarter
The second half of splitted block. First one is the received one, which gets modified.
Splits a block in two to make the first one the longest possible size of standard musical symbols.
An Array with bar and signatures info per quarter
The second half of splitted block. First half remains in current object, which gets modified.
Splits a block in two to make the first one the shortest possible size of standard musical symbols.
An Array with bar and signatures info per quarter
The second half of splitted block. First half remains in current object, which gets modified.
Splits a block in two by next beat to ritmically complete previous one. It marks as well if the affected block is beginning or ending a beat.
An Array with bar and signatures info per quarter
The second half of splitted block. First half remains in current object, which gets modified.
Splits a block in two to make the first one fit in the size of standard musical symbols length.
An Array with bar and signatures info per quarter
Wether the split must be done shorter to longer notes
The second half of splitted block. First half remains in current object, which gets modified.
Generated using TypeDoc
Stores a block of notes in a staff, all of them starting and ending at once, even though some notes can be tied to notes in other blocks. A block with no notes is a rest. It will pre-process all available context (key signatures, rithm splittings, clef...) to store all score details in order to represent it in a staff.