[Class]
sco-file

Implements input and output to CSound score files. This class is automatically chosen when you specify a file with a .sco extension.

sco-file supports the following slot initializations:

:versioning boolean
If true then each time the file is written its output file name will include a version number -n appended to its name, i.e. test-1.sco, test-2.sco and so on. The version number is automatically incremented each time the file is written and insures that multiple "takes" of the same file can be generated without overwriting the contents of earlier versions.
:header string
Sets the header of the score file to string. The header is printed before any i_statements are written to the file.

Any additional keyword initializations are passed to play after the file is written.

See Also: