Faust:
Filter:
Faust.quark/Classes (extension) | Plugins > Faust

Faust
ExtensionExtension

A simple interface for the Faust command

Description

A simple interface for the Faust command.

Class Methods

.flags

Get the compiler flags used with the faust compiler.

See https://faustdoc.grame.fr/manual/options/ for more info.

.commandPathPrefix

The compiler assumes that the faust command is executable and able to be found by SuperCollider. If you want to prefix the command with a full path, this method may be used to set it.

.supportedVersion

Get the minimum supported version.

.faustFileExtensions

File extensions of faust files.

.version

Current version of your faust installation

.parse

Arguments:

faustFile

Takes a faustfile as input, parses it as JSON and returns the result as a dictionary.

.checkVersion

Arguments:

largerThanOrEqual

.isFaustFile

Arguments:

file

.prAsPathName

Arguments:

file

Examples