Score modules are used for manipulating score objects. | ![]() |
|
The concat function concatenates, that is juxtaposes, two objects of the same class, or in some cases, two different objects. Applies to voice , measure, chord-seq and poly objects. |
|
The align-chords function gathers notes belonging to a same time interval in a common chord. Applies to chord-seqs . |
|
The merger function merges – imbricates – two chord-seqs , voices or measures rhythmically, into one single voice or measure . The duration, and possibly meter of the resulting object, equals those of the longest object. |
|
The mask function masks one voice with another when the first voice is not playing. Applies to polys . |
|
The measure-time function returns the temporal position of a marker in a midifile . |
|
The true-durations function returns the duration of each event within a score object. |
|
The om-quantify function transcribes a list of durations into a metric structure. |
|
The get-measures function returns all the measures from a voice. |
|
The get-chords function extracts a list or sub list of chords from a music sequence or superposition. Applies to chord-seq , multi-seq , poly and voice objects. |