Max
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Audio and Music | |subcat=Audio and Music | ||
− | |extensions={{ext|maxpat}}, {{ext|max}} | + | |extensions={{ext|maxpat}}, {{ext|max}}, {{ext|maxproj}} |
}} | }} | ||
:''This article is about the audio format. For other "MAX" formats, see [[MAX]].'' | :''This article is about the audio format. For other "MAX" formats, see [[MAX]].'' | ||
Line 13: | Line 13: | ||
.maxpat files are plain-text [[JSON]] files. There doesn't seem to be any documentation for .maxpat files, but they are more or less readable. | .maxpat files are plain-text [[JSON]] files. There doesn't seem to be any documentation for .maxpat files, but they are more or less readable. | ||
+ | |||
+ | ==Other== | ||
+ | '''Max''' software can also produce .maxhelp, .maxquery, .maxproto, .maxdefaults, .maxdefines, .maxpref, .maxswatches, .maxpresets, .maxclip files. | ||
+ | |||
== Links == | == Links == | ||
* [https://cycling74.com/products/max Official site] | * [https://cycling74.com/products/max Official site] | ||
* [https://github.com/monome/serialosc.maxpat Sample .maxpat files] | * [https://github.com/monome/serialosc.maxpat Sample .maxpat files] | ||
+ | * [https://cycling74.com/tutorials?category=patch Max Tutorials with Patches] | ||
[[Category:Programming Languages]] | [[Category:Programming Languages]] | ||
[[Category:JSON based file formats]] | [[Category:JSON based file formats]] |
Revision as of 03:33, 16 May 2024
- This article is about the audio format. For other "MAX" formats, see MAX.
Max is a commercial visual programming language produced by Cycling '74. It is a data-flow programming language that uses "objects" connected by wires. In the tradition of modular synthesizers, Max files are often known as "patches."
Identifying Max patch files
The extensions are .max (up to Max 4) and .maxpat (Max 5+). Max 5 patches are not backward compatible.
.maxpat files are plain-text JSON files. There doesn't seem to be any documentation for .maxpat files, but they are more or less readable.
Other
Max software can also produce .maxhelp, .maxquery, .maxproto, .maxdefaults, .maxdefines, .maxpref, .maxswatches, .maxpresets, .maxclip files.