lang.faust~
real-time compilation of Faust DSP Language code
available since version: 0.9.2

arguments:
- LOAD
initial file to load after object creation
type: symbol
methods:
-
open
open editor window
- read
read Faust code from file and compile it.
parameters:
- FILE file path, absolute or relative to patch, include directories
type: symbol
required: True
-
reset
reset object state
- write
write Faust code to file.
parameters:
-
FILE file path, absolute or relative to patch
type: symbol
required: True
-
[@force] overwrite existing files
type: property
properties:
-
@active
Get/set on/off dsp processing
type: bool
default: 1
-
@include
Get/set list of faust include directories
type: list
-
@load (initonly)
Get/set initial file to load after object creation
type: symbol
inlets:
- control input
type: control
- first faust input
type: audio
- … faust input
type: audio
- n-th faust input
type: audio
outlets:
- first faust output
type: audio
- … faust output
type: audio
- n-th faust output
type: audio
keywords:
faust
Authors: Serge Poltavsky
License: GPL3 or later