├── 1-karplus └── karplus.maxpat ├── 10-wobble ├── WobbleBassRedux.maxproj ├── data │ ├── Untitled.txt │ └── mappings.txt └── patchers │ └── WobbleBassRedux.maxpat ├── 11-wii ├── wii_all.oscd └── wii_drum.maxpat ├── 12-pfft ├── sjt.freq_amp_slide.maxpat ├── sjt.freq_delay.maxpat ├── sjt.freq_gate.maxpat └── sjt.freq_range.maxpat ├── 13-coll └── coll_of-duty.maxpat ├── 14-autechre ├── Autechre_Powmod.maxpat ├── autechre1.maxpat └── autechre_chrip.maxpat ├── 15-bouncy ├── ball_state.txt └── bouncy.maxpat ├── 16-pixelface └── pixelface.maxpat ├── 17-fisheye ├── exponent.maxpat └── fisheye.maxpat ├── 18-sawcloud └── sawcloud_p1.maxpat ├── 19-2dwave └── Tutorial_19 │ ├── Tutorial_19.maxproj │ ├── media │ └── DVNO_loop.aif │ └── patchers │ └── tutorial_19.maxpat ├── 2-sequencer ├── saw_note.maxpat └── sequencer.maxpat ├── 20-kick ├── Tutorial_20.maxproj ├── kick.maxpat └── patchers │ └── Tutorial_20.maxpat ├── 21-bumper ├── Tutorial_21b.maxproj └── patchers │ └── bumper.maxpat ├── 22-feedback └── Tutorial-22-Feedback.maxpat ├── 23-boids ├── Boids23.maxproj └── patchers │ ├── boids_poly.maxpat │ └── main.maxpat ├── 24-bloom └── bloom.maxpat ├── 25-cellpump └── CellPump.maxpat ├── 3-stutter └── stutter.maxpat ├── 4-vocoder ├── kill_humans.wav ├── robot_master.maxpat ├── robot_pfft.maxpat ├── robot_pfft_efficient.maxpat └── violin.wav ├── 5-boomerang └── boomerang4.maxpat ├── 6-tb-303 ├── tb-303-poly.maxpat ├── tb-303.amxd └── tb-303.maxpat ├── 7-pitch └── sjt.doppler_poly.maxpat ├── 8-circleseq ├── circle_master.maxpat ├── circle_sequencer.maxpat └── circseq.js ├── 9-bpatcher ├── base.maxpat ├── base_bp.maxpat └── sjt.karplus_poly.maxpat └── README.md /1-karplus/karplus.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/1-karplus/karplus.maxpat -------------------------------------------------------------------------------- /10-wobble/WobbleBassRedux.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/10-wobble/WobbleBassRedux.maxproj -------------------------------------------------------------------------------- /10-wobble/data/Untitled.txt: -------------------------------------------------------------------------------- 1 | 1, wobbleFreq 0. 4.; 2 | -------------------------------------------------------------------------------- /10-wobble/data/mappings.txt: -------------------------------------------------------------------------------- 1 | 1, wobbleFreq 0. 4.; 2 | -------------------------------------------------------------------------------- /10-wobble/patchers/WobbleBassRedux.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/10-wobble/patchers/WobbleBassRedux.maxpat -------------------------------------------------------------------------------- /11-wii/wii_all.oscd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/11-wii/wii_all.oscd -------------------------------------------------------------------------------- /11-wii/wii_drum.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/11-wii/wii_drum.maxpat -------------------------------------------------------------------------------- /12-pfft/sjt.freq_amp_slide.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/12-pfft/sjt.freq_amp_slide.maxpat -------------------------------------------------------------------------------- /12-pfft/sjt.freq_delay.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/12-pfft/sjt.freq_delay.maxpat -------------------------------------------------------------------------------- /12-pfft/sjt.freq_gate.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/12-pfft/sjt.freq_gate.maxpat -------------------------------------------------------------------------------- /12-pfft/sjt.freq_range.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/12-pfft/sjt.freq_range.maxpat -------------------------------------------------------------------------------- /13-coll/coll_of-duty.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/13-coll/coll_of-duty.maxpat -------------------------------------------------------------------------------- /14-autechre/Autechre_Powmod.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/14-autechre/Autechre_Powmod.maxpat -------------------------------------------------------------------------------- /14-autechre/autechre1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/14-autechre/autechre1.maxpat -------------------------------------------------------------------------------- /14-autechre/autechre_chrip.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/14-autechre/autechre_chrip.maxpat -------------------------------------------------------------------------------- /15-bouncy/ball_state.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/15-bouncy/ball_state.txt -------------------------------------------------------------------------------- /15-bouncy/bouncy.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/15-bouncy/bouncy.maxpat -------------------------------------------------------------------------------- /16-pixelface/pixelface.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/16-pixelface/pixelface.maxpat -------------------------------------------------------------------------------- /17-fisheye/exponent.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/17-fisheye/exponent.maxpat -------------------------------------------------------------------------------- /17-fisheye/fisheye.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/17-fisheye/fisheye.maxpat -------------------------------------------------------------------------------- /18-sawcloud/sawcloud_p1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/18-sawcloud/sawcloud_p1.maxpat -------------------------------------------------------------------------------- /19-2dwave/Tutorial_19/Tutorial_19.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/19-2dwave/Tutorial_19/Tutorial_19.maxproj -------------------------------------------------------------------------------- /19-2dwave/Tutorial_19/media/DVNO_loop.aif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/19-2dwave/Tutorial_19/media/DVNO_loop.aif -------------------------------------------------------------------------------- /19-2dwave/Tutorial_19/patchers/tutorial_19.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/19-2dwave/Tutorial_19/patchers/tutorial_19.maxpat -------------------------------------------------------------------------------- /2-sequencer/saw_note.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/2-sequencer/saw_note.maxpat -------------------------------------------------------------------------------- /2-sequencer/sequencer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/2-sequencer/sequencer.maxpat -------------------------------------------------------------------------------- /20-kick/Tutorial_20.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/20-kick/Tutorial_20.maxproj -------------------------------------------------------------------------------- /20-kick/kick.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/20-kick/kick.maxpat -------------------------------------------------------------------------------- /20-kick/patchers/Tutorial_20.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/20-kick/patchers/Tutorial_20.maxpat -------------------------------------------------------------------------------- /21-bumper/Tutorial_21b.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/21-bumper/Tutorial_21b.maxproj -------------------------------------------------------------------------------- /21-bumper/patchers/bumper.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/21-bumper/patchers/bumper.maxpat -------------------------------------------------------------------------------- /22-feedback/Tutorial-22-Feedback.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/22-feedback/Tutorial-22-Feedback.maxpat -------------------------------------------------------------------------------- /23-boids/Boids23.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/23-boids/Boids23.maxproj -------------------------------------------------------------------------------- /23-boids/patchers/boids_poly.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/23-boids/patchers/boids_poly.maxpat -------------------------------------------------------------------------------- /23-boids/patchers/main.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/23-boids/patchers/main.maxpat -------------------------------------------------------------------------------- /24-bloom/bloom.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/24-bloom/bloom.maxpat -------------------------------------------------------------------------------- /25-cellpump/CellPump.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/25-cellpump/CellPump.maxpat -------------------------------------------------------------------------------- /3-stutter/stutter.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/3-stutter/stutter.maxpat -------------------------------------------------------------------------------- /4-vocoder/kill_humans.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/4-vocoder/kill_humans.wav -------------------------------------------------------------------------------- /4-vocoder/robot_master.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/4-vocoder/robot_master.maxpat -------------------------------------------------------------------------------- /4-vocoder/robot_pfft.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/4-vocoder/robot_pfft.maxpat -------------------------------------------------------------------------------- /4-vocoder/robot_pfft_efficient.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/4-vocoder/robot_pfft_efficient.maxpat -------------------------------------------------------------------------------- /4-vocoder/violin.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/4-vocoder/violin.wav -------------------------------------------------------------------------------- /5-boomerang/boomerang4.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/5-boomerang/boomerang4.maxpat -------------------------------------------------------------------------------- /6-tb-303/tb-303-poly.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/6-tb-303/tb-303-poly.maxpat -------------------------------------------------------------------------------- /6-tb-303/tb-303.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/6-tb-303/tb-303.amxd -------------------------------------------------------------------------------- /6-tb-303/tb-303.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/6-tb-303/tb-303.maxpat -------------------------------------------------------------------------------- /7-pitch/sjt.doppler_poly.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/7-pitch/sjt.doppler_poly.maxpat -------------------------------------------------------------------------------- /8-circleseq/circle_master.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/8-circleseq/circle_master.maxpat -------------------------------------------------------------------------------- /8-circleseq/circle_sequencer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/8-circleseq/circle_sequencer.maxpat -------------------------------------------------------------------------------- /8-circleseq/circseq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/8-circleseq/circseq.js -------------------------------------------------------------------------------- /9-bpatcher/base.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/9-bpatcher/base.maxpat -------------------------------------------------------------------------------- /9-bpatcher/base_bp.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/9-bpatcher/base_bp.maxpat -------------------------------------------------------------------------------- /9-bpatcher/sjt.karplus_poly.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/9-bpatcher/sjt.karplus_poly.maxpat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starakaj/DeliciousTutorials/HEAD/README.md --------------------------------------------------------------------------------