Expand description
flutmax sim subcommand: run a compiled .maxpat through flutmax-sim
and assert audio properties without Max.
Example:
flutmax sim build/synth.maxpat
–param mode=1 –param bow_pressure=0.5
–note-on 60 100
–duration 1.0
–assert-peak ‘>0.05’
–assert-not-silent
Functions§
- run
- CLI entry point for
flutmax sim.