faustcompile — Invokes the just-in-time compiler to produce a instantiable DSP process from a Faust program.
Faustcompile will compile a Faust program from a string, controlled by various arguments. Multi-line strings are accepted, using {{ }} to enclose the string.
“Scode” -- a string (in double-quotes or enclosed by {{ }}) containing a Faust program.
“Sargs” -- a string (in double-quotes or enclosed by {{ }}) containing Faust compiler args.
Here is an example of the faustcompile opcode. It uses the file faustcompile.csd.
Example 262. Example of the faustcompile opcode.
See the sections Real-time Audio and Command Line Flags for more information on using command line flags.