OpenMusic Reference
align-chords

align-chords
(score module) -- combines chords falling within a certain threshold duration into a single element
Syntax
align-chords self delta
Inputs
| name | data type(s) | comments | 
|---|---|---|
| self | A Chord-seq object | |
| delta | a positive number | 
Output
| output | data type(s) | comments | 
|---|---|---|
| first | A Chord-seq object | 
Description
This function cleans up Chord-seq objects by combining Chords with similiar onsets. When align-chords encounters two onsets that are separated by less than delta , it adds the first note to the second chord and deletes the original.
| Prev | Home | Next | 
|---|---|---|
| aftertouch | Up | append |