flutmax-cli
CLI entry point for the flutmax transpiler.
Part of the flutmax workspace.
Usage
# Compile .flutmax to .maxpat
# Decompile .maxpat to .flutmax
# Validate a .maxpat file
Install
License
MIT
CLI entry point for the flutmax transpiler.
Part of the flutmax workspace.
# Compile .flutmax to .maxpat
flutmax compile src/synth.flutmax -o dist/synth.maxpat
# Decompile .maxpat to .flutmax
flutmax decompile patch.maxpat -o src/patch.flutmax
# Validate a .maxpat file
flutmax validate dist/synth.maxpat
cargo install --path .
MIT