<- C I ->

Independent Preprocessing with scsort

Although the result of all score preprocessing is retained in the file score.srt after orchestra performance (it exists as soon as score preprocessing has completed), the user may sometimes want to run these phases independently. The command
          scot filename  
will process the Scot formatted filename, and leave a standard numeric score result in a file named score for perusal or later processing.

The command

          scscort < infile > outfile  
will put a numeric score infile through Carry, Tempo, and Sort preprocessing, leaving the result in outfile.

Likewise extract, also normally invoked as part of the csound command, can be invoked as a standalone program:

          extract xfile < score.sort > score.extract  
This command expects an already sorted score. An unsorted score should first be sent through scsort then piped to the extract program:
          scsort < scorefile | extract xfile > score.extract  

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