public
Description: max/msp abstractions & etc that others might find useful
Clone URL: git://github.com/mattly/maxlib.git
mattly (author)
Thu May 15 16:27:36 -0700 2008
commit  57e64a65c0cb78f6bef96f1e453353bd38973850
tree    197c5cf5b0a2e866c43e316bdeed9e28fc7555bc
parent  52b0c2341d0f6c370503507ccb4e9a7db6299425
maxlib /
name age message
file README.markdown Thu May 15 16:27:36 -0700 2008 subgrid puts it back together [mattly]
file mattly.monome.maxpat Thu May 15 14:25:16 -0700 2008 namespacing [mattly]
file mattly.subgrid.maxhelp Thu May 15 16:27:36 -0700 2008 subgrid puts it back together [mattly]
file mattly.subgrid.maxpat Thu May 15 16:27:36 -0700 2008 subgrid puts it back together [mattly]
README.markdown

Mattly's Max Library

These are bits and pieces of my library of tools (abstractions, jsui widgets, etc) for creating max patches. These require Max/MSP 5.0.0 or later.

Abstractions

  • mattly.monome

    Basic front-end for talking to a Monome. Sets the OSC prefix to /monome and looks for button presses. Send it messages via the inlet and the prefixing is taken care of for you.

  • mattly.subgrid

    Divide a large grid into smaller ones, then put it back together again. Designed for use with a monome but could be used in other contexts.

License

Copyright (c) 2008 Matt Lyon

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.