Category: max
-
Final Project Guidelines (maxmsp)
Your Final project is an audio performance patcher. Download them HERE.
-
(maxmsp) waveform~ grooving and glitching, maybe graining…
Two demo patchers for this post: waveformGroove.maxpat and waveformGlitch.maxpat. Look at the waveformGroove patcher first. waveform~ The waveform~ object is a graphic editor for buffered audio. The easiest way to make use of waveform~ in a patcher is to copy and paste from the help file. This implementation is copied from the subpatcher for multi-channel…
-
(maxmsp) recording to a buffer, more groove
Demo patcher: RecordNGroove.maxpat Today’s demo patcher is based on grooveplay, from the buffer~ and groove~ post. Some minor changes, before diving into the new stuff. The buffer~ object (in the green section) is getting audio from the record~ object. I’ve deleted the read messages. You can put them back in, of course. In the groove section…
-
(maxmsp) buffer~ and groove~
I included the example patcher (grooveplay.maxpat) in the zipped soundfilepatcher archive from Monday. buffer~ Preliminary stuff first. buffer~ allows you to load a sound file into RAM. You can play it back with a number of objects, get information about it, etc., but it is in effect like sampler memory. The object takes arguments for…
-
(maxmsp) sfplay~ and dropfile
I’ve zipped the example patcher, CtlnAssign, and a couple of sound files into one downloadable folder. sfplay~ MaxMSP has an excellent tutorial and help patchers. My example doesn’t try to recreate everything you can do with sfplay~. I’m focusing on basic playback, the loading of files, and how to create a useful start/stop mechanism with…
-
(maxmsp) midi poly and audio poly~
As indicated, this is a scaled-down post so that you have the demo patchers from class. To use the PolyAudioDemo.maxpat you also need to download SimpleSynthKeith~.maxpat and place both patchers in the same folder. Highlights The poly object The poly object takes incoming noteon and noteoff messages (note number and velocity), tracks them so as…
-
(maxmsp) delay (and degrade) demo patcher
My delay demo patcher is finally uploaded. It also includes a little section with a degrade~ object. I’m only doing bit reduction with the degrade~ object.
-
(maxmsp) chiptune demo patcher for 2/24 in-class work
Mr. Olson has prepared a wondrous chiptune demo patcher for 2/24. Download and prepare to amaze and be amazed.
-
(maxmsp) Simple Additive Synth, patcher aesthetics…
I’ve uploaded a much-improved version of my simple additive synthesizer (2 oscillators). The patcher makes extensive use of send and receive objects, which function to both clean up the spaghetti tangle of patch cords, and provide a means for self-commenting code. The core of the patcher is a two-oscillator additive synth, with function controls for…
-
(maxmsp) basic audio in max/msp
I will be posting an expanded explanation later, but for now I’m putting up Michael Olson’s Day 16: Audio Brass Tacks patcher.