CNMAT Flashback

A look back at some items in our archives.

Archive Browser

Browse CNMAT content by type
Tool

CUE_PLAYER

A general purpose cue player for pieces including instrument and "tape" where the tape part might be several different cues as several different audio files.

Tool

Samplemixer

Lets the user create, edit, and record phrases base on sets of samples.

Tool

Pulser

some ways to visualize audio signal with (and without) jitter

Tool

Essential Max/MSP/Jitter Objects

Beginning Max users see the manual with a couple hundred max objects and get intimidated. But this is like trying to learn English by looking at the Oxford Unabridged Dictionary. In fact", most of those 200 objects are special-purpose, or could be programmed with a few more "primitive" objects.

Tool

silictor~

Like selector~ but with a settable ramp time instead of abrupt click.

Tool

delta

Outputs difference between current and previous input.

Tool

zereoy-gate

A gate for floats that outputs a zero when closed and then outputs the most recently received input when its reopened.

Tool

sel-long-enough

Like "select" with one argument, except that the value it's looking for must be held for long enough (i.e., no different inputs may come) to get the bang out the left outlet.

Tool

pipe-any

Like "pipe" but accepting lists and messages as well as floats and ints.

Tool

nothing

The nothing object doesn't do much, but it can be handy for wiring.

Tool

round

round to nearest integer, even if negative

By default, Max "truncates" floats when turning them into integers. That is 1.01 would turn into 1, as would 1.999. If you want 1.999 to be rounded to 2, then use this abstraction.

Pages