Jitter gen examples.
By Kagami Shota
Patches: http://mirror.boy.jp/?cat=41
Tutorials by Gregory Taylor
gen~ for beginners (not Jitter) https://cycling74.com/wiki/index.php?title=gen~_For_Beginners
Delicious Max Tutorials by dude837
http://otherbirds.com/tutorials/
Pixelface (gen): https://www.youtube.com/watch?v=e49qgv5NuUQ
Experiments in particle generation
download patches: http://www.itaru.org/ilog/2012/11/12/inky-particle/
Party Lights (From Jitter Recipes book 4) https://cycling74.com/2012/03/20/jitter-recipes-book-four/5/
Jitter-examples/gen/jit.gen.particles
From: https://cycling74.com/forums/topic/sharing-is-hairy-brains-gen-particles/
https://github.com/tkzic/max-projects
folder: gen-codebox
patch: gen-codebox-ringmod.maxpat
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];
Using the “tremolo project” from Designing Sound (In Mac OS 9).
Use instructions in c74 wiki – not the ones from Designing Sound:
http://cycling74.com/wiki/index.php?title=Gen_Code_Export_AU
But you’ll need the gen~ code and patch from this blog:
http://designingsound.org/2013/04/a-tremolo-au-plugin-with-max/
A tutorial for exporting gen~ code into an AU plugin.
http://designingsound.org/2013/04/a-tremolo-au-plugin-with-max/