Dear friends,
I´m looking for a specific kind of repeating function.
In the example below, I have one d4 in the first violin. Then comes an a4, etc.
LOOKING FOR SOMETHING LIKE:
1) to have repetitions of the same note in the blank space (instead of pauses), but all have to be measured inside the exact space that is between the first and second note. Sometimes this spaces of rests are different among each pair of subsequent notes. The function must calculate the spaces among each pair of notes before making the repetitions
2) alternatively, this repetitions could be kind of irregular, leaving some spaces of pauses, like a density control.
Is there something similar to this function already in Opusmodus ?
Thank you !
Best !
For each voice, I use a expression like this:
(setf v1
(make-omn
:length (span vuzapit vuzarit1)
:pitch (ambitus 'violin vuzapit)
:velocity dynhomo))