Audible Artistry:

Electronic Introspection
The Shy Spectacular
Dance-pop mashup freak-fest
Antonio Carlos Jobim - Wave
Mike Laurence, Sax

Ventures:

(coming soon)

Programming:

trary
javascript column-view data browser
flex bench
interactive actionscript benchmarking tool

Miscellaneous Geekery:

max/pk
padKONTROL for Max

he's been known to program things sometimes

max / pk getting started reference
< back to main project page

Installation

  1. Download the max/pk code from the main project page
  2. Extract to a location of your choice

Patcher setup

  1. Any patch using Max/pk must have an instance of the pk_base object somewhere. This object interprets input from the padKONTROL and routes it to all of Max/pk's input objects. You must provide the pk_base object with a single letter, representing the symbol of the MIDI device that your padKONTROL is hooked up to (this is configured in Max's preferences.)
  2. Once pk_base is configured, you will need to tell your padKONTROL to go into "Native Mode". You can do this easily using the pk_set_native_mode patcher; it takes a binary value (1 or 0), with 1 turning on native mode and 0 turning it off.
You can consolidate these steps with a single toggle button if you prefer, like this: