he's been known to program things sometimes
< back to main project page
Installation
- Download the max/pk code from the main project page
- Extract to a location of your choice
Patcher setup
- 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.)
- 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.
