Provided by: faust_0.9.95~repack1-2_amd64 bug

NAME

       faust2sc - Compile faust DSP code into SuperCollider module

SYNOPSIS

       faust2sc [OPTION]... INPUT_FILE...

DESCRIPTION

       Generate  a  language module file from FAUST generated XML.  Currently supported languages
       are Haskell and SuperCollider.

OPTIONS

       -h, --help
              Display this help

       -l, --lang
              Set output language (haskell, sclang)

       -o, --output
              Set output file name

       -p, --prefix
              Set class or module prefix

       -s, --synthdef Emit SynthDef including metadata (sclang)

       -V, --version
              Display version information