Modules§
- sim
flutmax simsubcommand: run a compiled .maxpat through flutmax-sim and assert audio properties without Max.- validate
Enums§
- Compile
Error - Compilation error type that wraps all pipeline errors.
Functions§
- compile
- Compile a .flutmax source string into a .maxpat JSON string.
- compile_
full - Compile with all options: registry, code_files, and objdb.
- compile_
full_ with_ ui - Compile with all options including UI data from .uiflutmax sidecar file.
- compile_
gen - Compile a .flutmax source as a gen~ patcher (classnamespace: “dsp.gen”).
- compile_
rnbo - Compile a .flutmax source as an RNBO patcher (classnamespace: “rnbo”).
- compile_
with_ registry - Compile a .flutmax source string with an AbstractionRegistry.
- compile_
with_ registry_ and_ code_ files - Compile with AbstractionRegistry and CodeFiles for codebox support.