Skip to content

akx/demxf

Repository files navigation

demxf

Tools for manipulating Cycling'74 Max/MSP files.

Convert MXF file to ZIP

  • python3 mxf_to_zip.py -i some.mxf -o some.zip

Extract and reformat all .maxpats from MXF

  • python3 extract_patches.py -i some.mxf -d output_directory

Extract all .maxpats from MXF into a single (non-compliant) JSON file

  • python3 extract_patches.py -i some.mxf -o combined.json

"Decompile" a patch (or a combined patch JSON) into a pseudo-Python file

  • python3 decompile_patch.py -i patch.maxpat

About

Tools for manipulating Cycling'74 Max/MSP files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages