This app was built with Max.
[wpdm_file id=21]
Using transfer functions with the lookup~ object.
From Cycling 74
http://cycling74.com/wiki/index.php?title=MSP_Dynamics_Tutorial_3:_Distortion
Debugging a Max patch that speeds up arrow keys after you hold a key down for 2 seconds. The metro object was hanging the patch, no matter what the speed. Replacing the metro with qmetro solved the problem
5 part tutorial: hooking up the Arduino to Max via the USB port
By Darwin Grosse at cycling74.com
http://cycling74.com/wiki/index.php?title=SimpleArduinoConnection-p1
By Dan Nigrin, Oli Larkin, and James Howard Young
http://cycling74.com/2012/04/19/get-your-max-standalone-on-apple%E2%80%99s-mac-app-store/
“Advanced Topics in Max/MSP/Jitter”
At the Parsons School of Design
http://www.bootsquad.com/parsons/resources.html
If you look at the vst~ help file. Under the Plugin Names tab – there’s a bpatcher which uses javascript code: get_plugs.js to retrieve a list of all AU and VST plugins on the machine.
One of my favorites
There are instructions at http://cycling74.com/wiki/index.php?title=Gen_Code_Export_iOS – which are expanded upon here.
// Create an Audiobus instance self.audiobusController = [[[ABAudiobusController alloc] initWithAppLaunchURL:[NSURL URLWithString:@"genfilter.audiobus://"] apiKey:@"MTM4MDY1ODQzNSoqKkdlbkZpbHRlcioqKmdlbmZpbHRlci5hdWRpb2J1czovLw==:caS8WT1r4OmYz6t89pDq37qNi29hwFba+7+7bP8WubzyKN7Xj+tnU31/Wcaw580zQg8Jz+vC6Ha0H+qDM9JhdBxfQZ7w/R0VHrvsbZYQEJkj1bNpg2h2DfsF1mvFr6jb"] autorelease];