- [Class]
audio-file
Implements output to CLM audio files. This class is automatically chosen when you specify a file with a .aiff, .snd or .wav extension.
audio-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.aiff, test-2.aiff 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.
:trace-output
boolean- If true then instruments will print their score times as the audio file is being written, otherwise no trace will be printed. The default value is false.
Any additional keyword initializations are passed to clm:with-sound
.