GenericScore

Accepts NoteProcessors: yes

Contains a block of csound score. The objective time within the genericScore starts at time 0, and notes within the genericScore are written relative to that. Moving the genericScore around translates the starting time of the notes within in it, and stretching the block scales the subjective time of the score.

Try This

Let's say you have a block of score starting at 0, i.e.:

i1 0 1 2 3 4 5

i1 1 1 2 3 4 5

i1 2 1 2 3 4 5

Make three copies of on the main timeline. now move them so they start at different times, and then resize them. Now generate a .csd file from selecting the "Generate CSD to screen" option from the project menu. Take a look at the generated CSD file and compare it to what is in blue.

NOTES

Score blocks support only a subset of the Csound Score Syntax. Using "+" in p2 and "." in pfields, as well as "<" and ">" is supported.