n Statement
Repeats a section from the referenced m statement.
Syntax
Initialization
p1 -- Name of mark to repeat.
Performance
This can be helpful in setting a up verse and chorus structure in the score. Names may contain letters and numerals.
For example, the following score:
Will be passed from the preprocessor to Csound as:
i1 0 1
i1 1 1.5
i1 2.5 2
s
i1 0 10
s
;; this is named section repeated
i1 0 1
i1 1 1.5
i1 2.5 2
s
;; end of named section
e
Examples
See the example for the m statement.
See Also
Credits
Author: John ffitch
University of Bath/Codemist Ltd.
Bath, UK
April 1998
New in Csound version 3.48