<- C I ->

S STATEMENT

     s  anything  
The s statement marks the end of a section.

PFIELDS

All p-fields are ignored.

SPECIAL CONSIDERATIONS

Sorting of the i, f and a statements by action time is done section by section.

Time warping for the t statement is done section by section.

All action times within a section are relative to its beginning. A section statement establishes a new relative time of 0, but has no other reinitializing effects (e.g. stored function tables are preserved across section boundaries).

A section is considered complete when all action times and finite durations have been satisfied (i.e., the "length" of a section is determined by the last occurring action or turn-off). A section can be extended by the use of an f 0 statement.

A section ending automatically invokes a Purge of inactive instrument and data spaces.

N.B. Since score statements are processed section by section, the amount of memory required depends on the maximum number of score statements in a section. Memory allocation is dynamic, and the user will be informed as extra memory blocks are requested during score processing.

For the end of the final section of a score, the s statement is optional; the e statement may be used instead.

<- C I ->
Prepared from the MIT Media Lab Csound Manual, PJN, Nov 1994.