Tools for using adaptable hardware interfaces.
Before using the grid and arc patchers, please install serialosc on your computer.
In order for these patchers to display as intended, please install the Andale Mono font included in the main folder (ANDALEMO.TTF
).
The [monome-device]
bpatcher connects monome grid(s) and arc(s) to Max.
[monome-device]
is designed as Paste Replace substitute for the historical [serialosc]
bpatcher. It supports all of the expected commands, but with protections against overloading the serial bus with non-FTDI (2021 and after) grids. Instead of allowing hundreds of led
messages to pass over the bus simultaneously, [monome-device]
uses a 60 fps redraw mechanism which converts led
messages into more-efficient map
messages.
To replace [serialosc]
with [monome-device]
in an older patch:
[serialosc]
bpatcher[serialosc]
instance (we'll refer to this string as <arguments>
)<arguments>
, enter bpatcher monome-device @args <arguments>
<arguments>
, enter bpatcher monome-device
[monome-device]
instance and in your original patch, right-click the [serialosc]
instance and select Paste Replacemeadowphysics
- rhizomatic cascading counter (grid)flin
- cyclic polyrhythm music box (grid)step
- live step sequencer (grid)corners
- performative physics-based controller generator (grid)grid-midi
- isomorphic keyboard (grid)returns
- knob routing with integrated LFOs (arc)grid-test
- confirms grid keypresses are registering to Max and redrawing on your hardwaregrid-howto
- demonstrates some introductory patching techniques for gridarc-test
- confirms arc interactions are registering to Max and redrawing on your hardwarearc-howto
- demonstrates some introductory patching techniques for arcWe've included 10 grid-studies-X-x.maxpat
files to illustrate best-practices for patching with grid. Please refer to the full companion text as you navigate.
The [crow]
patcher connects a crow hardware module to Max. Via USB, [crow]
can send and receive CV, talk to other devices connected to crow hardware via I2C, send Lua chunks to execute immediately, and send scripts to load into crow's flash.
Right-click [crow]
and select Open crow Help, which will reveal:
sprintf
techniques to help assign values dynamicallypulse
and ar
commandsIn addition to [crow]
, there are many helper objects which can aid in development of crow Max and Max for Live applications. Each object comes with its own help-patcher and built in Max reference page.
crow.volts
: directly set one of crow’s outputs to a voltage (with an optional slew time)crow.inputs
: a bpatcher gui to easily access data from crow’s inputs within Maxcrow.ar
: easily configure and trigger an attack-release envelope on any of crow’s outputscrow.adsr
: easily configure and trigger an ADSR envelope on one of crow’s outputscrow.var
: assign a value, table, variable, or function return to a variable (or to an element of a table)crow.function
: tell crow to execute a function, or generate a function call to pass to another crow. object.crow.dyn
: quickly format a dynamic variable.crow.n2v
: convert semitones to V/oct voltage levels.--
Special thanks to Cycling '74 for supporting our continued explorations. In loving memory of Darwin Grosse.