Oh yes. Here’s a link, with an example.
/****************************************************************************
ifno TbScala Sfil [, ibasefreq [, ibasekey [, ifn]]]
Creates a table by reading a scala scale file (.scl)
Scale values are converted to decimal format useable by the cpstun(i) opcode.
Written by Thorin Kerr
ifno - Return number of generated table.
Sfil - scale file name (or path) in double quotes
ibasefreq - The base frequency of the scale in cycles per second (default = Csounds A4 value)
ibasekey - The integer index of the scale to which to assign basefreq unmodified (default = 69)
ifn - destination table number of the table. (default 0: generated by Csound)
The scala software, file format, and scale archive is available from http://www.huygens-fokker.org/scala/
****************************************************************************/
<CsoundSynthesizer>
<CsOptions>
-odac --nchnls=2 --0dbfs=1 --nodisplays --sample-rate=44100 --ksmps=32 -m128
</CsOptions>
This file has been truncated. show original