flutmax-cli 0.1.0

CLI entry point for the flutmax transpiler
Documentation

flutmax-cli

CLI entry point for the flutmax transpiler.

Part of the flutmax workspace.

Usage

# 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

Install

cargo install --path .

License

MIT