Skip to main content

Crate flutmax_cli

Crate flutmax_cli 

Source

Modules§

sim
flutmax sim subcommand: run a compiled .maxpat through flutmax-sim and assert audio properties without Max.
validate

Enums§

CompileError
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.