You've finally finished it: the perfect Max patch. Now it's time to share it with the world. For people who have Max, you can send them an entire Max patch as a block of compressed text using the Copy Compressed command. It's also possible to share a working Max patch with people who don't have Max by using Collectives or Standalone Applications. Of course, maybe you've built an entire library of Max patches for sharing and reuse. In that case, check out abstractions, externals and packages.
See Also
Name | Description |
---|---|
Snippets | Snippets |
Working With Projects | Working With Projects |
Sharing Patches | Sharing Patches |
About Collectives | About Collectives |
Collective Editor | Collective Editor |
Standalones | Standalones |
Collective Build Scripts | Collective Build Scripts |
Plug-In Support in Max | Plug-In Support in Max |
Building Standalones | Building Standalones |
Configuring Standalone Options | Configuring Standalone Options |
Mac Standalone Applications | Mac Standalone Applications |
Windows Standalone Applications | Windows Standalone Applications |
ReWire and Standalones | ReWire and Standalones |
Search Paths in Standalones | Search Paths in Standalones |
Max Basic Tutorial 14: Encapsulation | Max Basic Tutorial 14: Encapsulation |
Max Basic Tutorial 15: Abstractions | Max Basic Tutorial 15: Abstractions |
Max Interface Tutorial 1: bpatchers | Max Interface Tutorial 1: bpatchers |
Max Interface Tutorial 2: Picture UI Elements | Max Interface Tutorial 2: Picture UI Elements |
patcher | Create a subpatch within a patch |
onebang | Gate bangs using a bang |
thispatcher | Send messages to a patcher |
onecopy | Prevent multiple copies of the same patcher from being opened |
loadmess | Send a message when a patch is loaded |
loadbang | Send a bang when a patcher is loaded |
closebang | Send a bang on close |
pcontrol | Open and close subwindows |
standalone | Configure parameters for standalone applications |
patcherargs | Retrieve patcher arguments |
active | Send 1 when patcher window is active, 0 when inactive |
gestalt | Retrieve system information |
menubar | Put up a custom menu bar |
suspend | Reports when application is suspended or resumed |
bpatcher | Embed a subpatch with a visible UI |