├── .gitignore ├── README.md ├── docs ├── pdm.amlfo~.maxref.xml ├── pdm.amlfo~.readme.txt ├── pdm.midiplayer~.maxref.xml ├── pdm.midiplayer~.readme.txt ├── pdm.onepulse~.maxref.xml └── pdm.onepulse~.readme.txt ├── externals ├── pdm.amlfo~.mxo │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── pdm.amlfo~ │ │ └── PkgInfo ├── pdm.midiplayer~.mxe64 ├── pdm.midiplayer~.mxo │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── pdm.midiplayer~ │ │ └── PkgInfo └── pdm.onepulse~.mxo │ └── Contents │ ├── Info.plist │ ├── MacOS │ └── pdm.onepulse~ │ └── PkgInfo ├── extras └── fundamentals-of-sequencing │ ├── event-phasor.maxpat │ ├── pdm.ar-slide-envelope.maxpat │ ├── pdm.env.relativear.gendsp │ ├── pdm.keyboardmap.maxpat │ ├── pdm.legalpattern.maxpat │ ├── pdm.midievent.maxpat │ ├── pdm.midiplayer.rnbopat │ ├── pdm.polysignal.gendsp │ ├── pdm.ramp.gendsp │ ├── pdm.rampdetect.maxpat │ ├── pdm.scala.parser.maxpat │ └── pdm.webcamlfo.maxpat ├── help └── pdm.midiplayer~.maxhelp ├── init ├── init.txt ├── pdm.amlfo~-mc.txt ├── pdm.midiplayer~-mc.txt └── pdm.onepulse~-mc.txt ├── misc └── Raga_Kafi.scl ├── package-info.json └── patchers ├── 0ctrl └── 0ctrl.maxpat ├── basic-sequencer └── basic-sequencer.maxpat ├── better-abstractions ├── better-abstractions.maxpat └── subdiv-abstraction.maxpat ├── binary-with-go ├── binary-beats-2.gendsp └── binary-with-go.maxpat ├── binary └── binary-beats_01.maxpat ├── bouncing-ball └── bouncing-ball.maxpat ├── chamberlin-svf ├── chamberlin-svf-diagram.png └── chamberlin-svf.maxpat ├── clock-modulation-basics ├── alternate-msp-approach.maxpat └── clock-modulation-basics.maxpat ├── duration-pattern └── duration-pattern.maxpat ├── euclidean ├── docs │ ├── euclidean~.maxref.xml │ └── euclidean~.readme.txt ├── euclidean-gen.maxpat ├── euclidean-pt1.maxpat ├── euclidean-pt2_mc.maxpat ├── euclidean-pt3_ui-pattr.maxpat ├── externals │ └── euclidean~.mxo │ │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ └── euclidean~ │ │ └── PkgInfo ├── init │ └── euclidean~-mc.txt └── mc-eucl.json ├── fundamentals-of-sequencing ├── 00_TOC.maxpat ├── 01_phasor~.maxpat ├── 02_subdiv~.maxpat ├── 03_stash~.maxpat ├── 04_what~.maxpat ├── 05_ramp~.maxpat ├── 06_mc.midiplayer~.maxpat └── 07_mtof~.maxpat ├── gate-detect ├── gate-detect.maxpat └── pdm.gatedetect.gendsp ├── glider └── glider.maxpat ├── high-res-slider └── high-res-slider.maxpat ├── interp-sah ├── interp-sah.maxpat └── interpsah.gendsp ├── intra ├── 1200x1200bf-60.jpg ├── intra.maxpat ├── rtt.intra.js └── structure and synthesis.tiff ├── jitter-fm-lfo └── jit-lfo.maxpat ├── kaoss-trackpad ├── kaoss-trackpad.maxpat ├── pdm.pan.gendsp └── pdm.swanramp.linear.gendsp ├── list-variance ├── list-variance-presentation-patch.maxpat └── list-variance.maxpat ├── live-api-intro ├── Archive.zip ├── Live API Reference.amxd ├── LiveAPI_Intro_L11.alp └── LiveAPI_Intro_L12.alp ├── m4l-microtiming ├── Microtiming Example.amxd └── microtimer.gendsp ├── masked-pattern ├── euclidean-masking.maxpat ├── euclidean-masking.xml └── euclidean-masking_jit.maxpat ├── mc-gen-concrete └── mc-gen-concrete.maxpat ├── metropolis ├── metropolis-presets.json └── metropolis_rykm185_pt1.maxpat ├── midi-note-track-muter └── MIDI Note Track Muter.amxd ├── midi-tools-arrays └── Pitch Randomize.amxd ├── misc └── 2023_05-03_phase-experiments-for-vojko.maxpat ├── moorer-discrete-summation ├── moorer-discrete-summation.maxpat ├── one-sided-bandlimited.png ├── one-sided.png ├── pdm.synth.moorer.bipolar.gendsp ├── pdm.synth.moorer.unipolar.gendsp ├── two-sided-bandlimited.png └── two-sided.png ├── nested-tuplet └── nested-tuplet.maxpat ├── noise-distribution ├── distribution_noise.maxpat ├── gaussian-modulation-source.maxpat └── probability-table-approach.maxpat ├── office-hours-2025-03 ├── explore-parameters.js ├── go.autolimit.gendsp ├── go.chaos.coullet.gendsp ├── go.limits.gendsp ├── office_hours_2025-04-03.maxpat ├── office_hours_2025-04-03.maxproj └── osc-explore.maxpat ├── opn-oval ├── oual_qroccss.zip └── oual_qroccss │ ├── _DeletedItems │ ├── data │ │ └── oual_qroccss_2024-10-30.json │ └── other │ │ └── readme.md │ ├── code │ ├── oual_lcd.js │ ├── pdm.baseobject.js │ ├── pdm.dynamiccolor.js │ ├── pdm.jsui.multi.js │ ├── pdm.jsuielement.js │ ├── pdm.jsuiinteraction.js │ └── pdm.jsuiparam.js │ ├── media │ └── .gitkeep │ ├── oual_qroccss.maxproj │ └── patchers │ ├── oual_playback_poly.maxpat │ ├── oual_qroccss.maxpat │ └── oual_voice_ui.maxpat ├── osc-midi-map ├── OSC MIDI Map │ ├── OSC MIDI Map.maxproj │ ├── data │ │ └── mapping.txt │ ├── externals │ │ ├── o.atomize.mxo │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS │ │ │ │ └── o.atomize │ │ │ │ ├── PkgInfo │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ └── o.dict.mxo │ │ │ └── Contents │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── o.dict │ │ │ ├── PkgInfo │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ └── patchers │ │ ├── main.maxpat │ │ └── pdm.midi.map.maxpat └── osc-playground.maxpat ├── polymeter-vs-polyrhythm └── polymeter-vs-polyrhythm.maxpat ├── probability └── subdiv~-probability-pattern.maxpat ├── rhythm-and-time-toolkit ├── chaotic-clock-with-go.maxpat ├── euclidean-accents.maxpat ├── modules.json ├── modules.maxpat ├── pitch-in-rtt.maxpat └── simple-sequencer-with-rtt.maxpat ├── ringbuffer └── basic-ring-buffer.maxpat ├── rnbo ├── intro-to-rnbo.maxpat ├── pdm.amlfo.rnbopat └── seq.eventmodifieroutput.rnbopat ├── sampler ├── gen_pt1 │ └── gen-sampler_pt1.maxpat ├── gen_pt2 │ └── gen-sampler_pt2.maxpat ├── gen_pt3_swanramp │ ├── gen-sampler_pt3.maxpat │ ├── pdm.swanramp.linear.gendsp │ └── swanramp_testing.maxpat ├── mc │ ├── mc-gen-sampler.maxpat │ └── pmt.sampler.gendsp ├── sample-midi-control │ └── sample-midi-control.maxpat └── sample-switching │ └── sample-switching.maxpat ├── sensor-trigger └── sensor-to-velocity.maxpat ├── sfizz-drumrack └── sfizz-drumrack.maxpat ├── signal-driven-livestep ├── signal-driven-livestep.maxpat ├── thumbnail.png └── thumbnail2.png ├── signal-polyphony └── signal-polyphony │ ├── code │ ├── QuadraticEaseInOut.gendsp │ ├── pdm.interp.gendsp │ ├── pdm.ramp.oneshot.hz.gendsp │ ├── pdm.sampler.mono.gendsp │ ├── pdm.totrig.gendsp │ ├── voice_allocator.gendsp │ └── voice_reader.gendsp │ ├── patchers │ ├── buf_snapshot.maxpat │ └── signal-polyphony.maxpat │ └── signal-polyphony.maxproj ├── subdiv~ probability ├── subdiv~-probability-pattern.maxpat └── subdiv~-tutorial.maxpat ├── swing ├── depth-of-feel.maxpat └── swing-rhythm-final.maxpat ├── tap-groove ├── pdm.tapgroove.gendsp └── tap-groove.maxpat ├── texdelay-live-visuals └── Texdelay Live Visuals_20250531_174437.maxzip ├── triggering-sounds ├── trig-sounds-pt1.xml ├── trig-sounds-pt2.xml ├── triggering-sounds-pt1.maxpat └── triggering-sounds-pt2.maxpat ├── turing-machine ├── led-frame.png ├── pdm.turingmachine.gendsp ├── pdm.turingmachine.maxpat └── turing-machine-performance.maxpat ├── whale-conversation ├── rhythm-view.js ├── whale-click.mp3 └── whale-conversation.maxpat ├── what-stash-sequencer ├── what~and-stash~-sequencer.maxpat └── with-rtt-makenote.maxpat └── why_gen └── why_gen ├── code ├── go.unit.arc.gendsp ├── pdm.cmod.microtime.gendsp ├── pdm.env.ar.gendsp ├── pdm.gatedetect.gendsp └── pdm.sampler.mono.gendsp ├── data └── springto.maxsnap ├── patchers └── why_gen.maxpat └── why_gen.maxproj /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/README.md -------------------------------------------------------------------------------- /docs/pdm.amlfo~.maxref.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/docs/pdm.amlfo~.maxref.xml -------------------------------------------------------------------------------- /docs/pdm.amlfo~.readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/docs/pdm.amlfo~.readme.txt -------------------------------------------------------------------------------- /docs/pdm.midiplayer~.maxref.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/docs/pdm.midiplayer~.maxref.xml -------------------------------------------------------------------------------- /docs/pdm.midiplayer~.readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/docs/pdm.midiplayer~.readme.txt -------------------------------------------------------------------------------- /docs/pdm.onepulse~.maxref.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/docs/pdm.onepulse~.maxref.xml -------------------------------------------------------------------------------- /docs/pdm.onepulse~.readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/docs/pdm.onepulse~.readme.txt -------------------------------------------------------------------------------- /externals/pdm.amlfo~.mxo/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/externals/pdm.amlfo~.mxo/Contents/Info.plist -------------------------------------------------------------------------------- /externals/pdm.amlfo~.mxo/Contents/MacOS/pdm.amlfo~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/externals/pdm.amlfo~.mxo/Contents/MacOS/pdm.amlfo~ -------------------------------------------------------------------------------- /externals/pdm.amlfo~.mxo/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | iLaX???? -------------------------------------------------------------------------------- /externals/pdm.midiplayer~.mxe64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/externals/pdm.midiplayer~.mxe64 -------------------------------------------------------------------------------- /externals/pdm.midiplayer~.mxo/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/externals/pdm.midiplayer~.mxo/Contents/Info.plist -------------------------------------------------------------------------------- /externals/pdm.midiplayer~.mxo/Contents/MacOS/pdm.midiplayer~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/externals/pdm.midiplayer~.mxo/Contents/MacOS/pdm.midiplayer~ -------------------------------------------------------------------------------- /externals/pdm.midiplayer~.mxo/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | iLaX???? -------------------------------------------------------------------------------- /externals/pdm.onepulse~.mxo/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/externals/pdm.onepulse~.mxo/Contents/Info.plist -------------------------------------------------------------------------------- /externals/pdm.onepulse~.mxo/Contents/MacOS/pdm.onepulse~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/externals/pdm.onepulse~.mxo/Contents/MacOS/pdm.onepulse~ -------------------------------------------------------------------------------- /externals/pdm.onepulse~.mxo/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | iLaX???? -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/event-phasor.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/event-phasor.maxpat -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.ar-slide-envelope.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.ar-slide-envelope.maxpat -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.env.relativear.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.env.relativear.gendsp -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.keyboardmap.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.keyboardmap.maxpat -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.legalpattern.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.legalpattern.maxpat -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.midievent.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.midievent.maxpat -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.midiplayer.rnbopat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.midiplayer.rnbopat -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.polysignal.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.polysignal.gendsp -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.ramp.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.ramp.gendsp -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.rampdetect.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.rampdetect.maxpat -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.scala.parser.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.scala.parser.maxpat -------------------------------------------------------------------------------- /extras/fundamentals-of-sequencing/pdm.webcamlfo.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/extras/fundamentals-of-sequencing/pdm.webcamlfo.maxpat -------------------------------------------------------------------------------- /help/pdm.midiplayer~.maxhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/help/pdm.midiplayer~.maxhelp -------------------------------------------------------------------------------- /init/init.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/init/init.txt -------------------------------------------------------------------------------- /init/pdm.amlfo~-mc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/init/pdm.amlfo~-mc.txt -------------------------------------------------------------------------------- /init/pdm.midiplayer~-mc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/init/pdm.midiplayer~-mc.txt -------------------------------------------------------------------------------- /init/pdm.onepulse~-mc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/init/pdm.onepulse~-mc.txt -------------------------------------------------------------------------------- /misc/Raga_Kafi.scl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/misc/Raga_Kafi.scl -------------------------------------------------------------------------------- /package-info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/package-info.json -------------------------------------------------------------------------------- /patchers/0ctrl/0ctrl.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/0ctrl/0ctrl.maxpat -------------------------------------------------------------------------------- /patchers/basic-sequencer/basic-sequencer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/basic-sequencer/basic-sequencer.maxpat -------------------------------------------------------------------------------- /patchers/better-abstractions/better-abstractions.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/better-abstractions/better-abstractions.maxpat -------------------------------------------------------------------------------- /patchers/better-abstractions/subdiv-abstraction.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/better-abstractions/subdiv-abstraction.maxpat -------------------------------------------------------------------------------- /patchers/binary-with-go/binary-beats-2.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/binary-with-go/binary-beats-2.gendsp -------------------------------------------------------------------------------- /patchers/binary-with-go/binary-with-go.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/binary-with-go/binary-with-go.maxpat -------------------------------------------------------------------------------- /patchers/binary/binary-beats_01.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/binary/binary-beats_01.maxpat -------------------------------------------------------------------------------- /patchers/bouncing-ball/bouncing-ball.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/bouncing-ball/bouncing-ball.maxpat -------------------------------------------------------------------------------- /patchers/chamberlin-svf/chamberlin-svf-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/chamberlin-svf/chamberlin-svf-diagram.png -------------------------------------------------------------------------------- /patchers/chamberlin-svf/chamberlin-svf.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/chamberlin-svf/chamberlin-svf.maxpat -------------------------------------------------------------------------------- /patchers/clock-modulation-basics/alternate-msp-approach.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/clock-modulation-basics/alternate-msp-approach.maxpat -------------------------------------------------------------------------------- /patchers/clock-modulation-basics/clock-modulation-basics.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/clock-modulation-basics/clock-modulation-basics.maxpat -------------------------------------------------------------------------------- /patchers/duration-pattern/duration-pattern.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/duration-pattern/duration-pattern.maxpat -------------------------------------------------------------------------------- /patchers/euclidean/docs/euclidean~.maxref.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/docs/euclidean~.maxref.xml -------------------------------------------------------------------------------- /patchers/euclidean/docs/euclidean~.readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/docs/euclidean~.readme.txt -------------------------------------------------------------------------------- /patchers/euclidean/euclidean-gen.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/euclidean-gen.maxpat -------------------------------------------------------------------------------- /patchers/euclidean/euclidean-pt1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/euclidean-pt1.maxpat -------------------------------------------------------------------------------- /patchers/euclidean/euclidean-pt2_mc.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/euclidean-pt2_mc.maxpat -------------------------------------------------------------------------------- /patchers/euclidean/euclidean-pt3_ui-pattr.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/euclidean-pt3_ui-pattr.maxpat -------------------------------------------------------------------------------- /patchers/euclidean/externals/euclidean~.mxo/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/externals/euclidean~.mxo/Contents/Info.plist -------------------------------------------------------------------------------- /patchers/euclidean/externals/euclidean~.mxo/Contents/MacOS/euclidean~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/externals/euclidean~.mxo/Contents/MacOS/euclidean~ -------------------------------------------------------------------------------- /patchers/euclidean/externals/euclidean~.mxo/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | iLaX???? -------------------------------------------------------------------------------- /patchers/euclidean/init/euclidean~-mc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/init/euclidean~-mc.txt -------------------------------------------------------------------------------- /patchers/euclidean/mc-eucl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/euclidean/mc-eucl.json -------------------------------------------------------------------------------- /patchers/fundamentals-of-sequencing/00_TOC.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/fundamentals-of-sequencing/00_TOC.maxpat -------------------------------------------------------------------------------- /patchers/fundamentals-of-sequencing/01_phasor~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/fundamentals-of-sequencing/01_phasor~.maxpat -------------------------------------------------------------------------------- /patchers/fundamentals-of-sequencing/02_subdiv~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/fundamentals-of-sequencing/02_subdiv~.maxpat -------------------------------------------------------------------------------- /patchers/fundamentals-of-sequencing/03_stash~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/fundamentals-of-sequencing/03_stash~.maxpat -------------------------------------------------------------------------------- /patchers/fundamentals-of-sequencing/04_what~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/fundamentals-of-sequencing/04_what~.maxpat -------------------------------------------------------------------------------- /patchers/fundamentals-of-sequencing/05_ramp~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/fundamentals-of-sequencing/05_ramp~.maxpat -------------------------------------------------------------------------------- /patchers/fundamentals-of-sequencing/06_mc.midiplayer~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/fundamentals-of-sequencing/06_mc.midiplayer~.maxpat -------------------------------------------------------------------------------- /patchers/fundamentals-of-sequencing/07_mtof~.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/fundamentals-of-sequencing/07_mtof~.maxpat -------------------------------------------------------------------------------- /patchers/gate-detect/gate-detect.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/gate-detect/gate-detect.maxpat -------------------------------------------------------------------------------- /patchers/gate-detect/pdm.gatedetect.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/gate-detect/pdm.gatedetect.gendsp -------------------------------------------------------------------------------- /patchers/glider/glider.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/glider/glider.maxpat -------------------------------------------------------------------------------- /patchers/high-res-slider/high-res-slider.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/high-res-slider/high-res-slider.maxpat -------------------------------------------------------------------------------- /patchers/interp-sah/interp-sah.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/interp-sah/interp-sah.maxpat -------------------------------------------------------------------------------- /patchers/interp-sah/interpsah.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/interp-sah/interpsah.gendsp -------------------------------------------------------------------------------- /patchers/intra/1200x1200bf-60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/intra/1200x1200bf-60.jpg -------------------------------------------------------------------------------- /patchers/intra/intra.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/intra/intra.maxpat -------------------------------------------------------------------------------- /patchers/intra/rtt.intra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/intra/rtt.intra.js -------------------------------------------------------------------------------- /patchers/intra/structure and synthesis.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/intra/structure and synthesis.tiff -------------------------------------------------------------------------------- /patchers/jitter-fm-lfo/jit-lfo.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/jitter-fm-lfo/jit-lfo.maxpat -------------------------------------------------------------------------------- /patchers/kaoss-trackpad/kaoss-trackpad.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/kaoss-trackpad/kaoss-trackpad.maxpat -------------------------------------------------------------------------------- /patchers/kaoss-trackpad/pdm.pan.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/kaoss-trackpad/pdm.pan.gendsp -------------------------------------------------------------------------------- /patchers/kaoss-trackpad/pdm.swanramp.linear.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/kaoss-trackpad/pdm.swanramp.linear.gendsp -------------------------------------------------------------------------------- /patchers/list-variance/list-variance-presentation-patch.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/list-variance/list-variance-presentation-patch.maxpat -------------------------------------------------------------------------------- /patchers/list-variance/list-variance.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/list-variance/list-variance.maxpat -------------------------------------------------------------------------------- /patchers/live-api-intro/Archive.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/live-api-intro/Archive.zip -------------------------------------------------------------------------------- /patchers/live-api-intro/Live API Reference.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/live-api-intro/Live API Reference.amxd -------------------------------------------------------------------------------- /patchers/live-api-intro/LiveAPI_Intro_L11.alp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/live-api-intro/LiveAPI_Intro_L11.alp -------------------------------------------------------------------------------- /patchers/live-api-intro/LiveAPI_Intro_L12.alp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/live-api-intro/LiveAPI_Intro_L12.alp -------------------------------------------------------------------------------- /patchers/m4l-microtiming/Microtiming Example.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/m4l-microtiming/Microtiming Example.amxd -------------------------------------------------------------------------------- /patchers/m4l-microtiming/microtimer.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/m4l-microtiming/microtimer.gendsp -------------------------------------------------------------------------------- /patchers/masked-pattern/euclidean-masking.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/masked-pattern/euclidean-masking.maxpat -------------------------------------------------------------------------------- /patchers/masked-pattern/euclidean-masking.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/masked-pattern/euclidean-masking.xml -------------------------------------------------------------------------------- /patchers/masked-pattern/euclidean-masking_jit.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/masked-pattern/euclidean-masking_jit.maxpat -------------------------------------------------------------------------------- /patchers/mc-gen-concrete/mc-gen-concrete.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/mc-gen-concrete/mc-gen-concrete.maxpat -------------------------------------------------------------------------------- /patchers/metropolis/metropolis-presets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/metropolis/metropolis-presets.json -------------------------------------------------------------------------------- /patchers/metropolis/metropolis_rykm185_pt1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/metropolis/metropolis_rykm185_pt1.maxpat -------------------------------------------------------------------------------- /patchers/midi-note-track-muter/MIDI Note Track Muter.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/midi-note-track-muter/MIDI Note Track Muter.amxd -------------------------------------------------------------------------------- /patchers/midi-tools-arrays/Pitch Randomize.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/midi-tools-arrays/Pitch Randomize.amxd -------------------------------------------------------------------------------- /patchers/misc/2023_05-03_phase-experiments-for-vojko.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/misc/2023_05-03_phase-experiments-for-vojko.maxpat -------------------------------------------------------------------------------- /patchers/moorer-discrete-summation/moorer-discrete-summation.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/moorer-discrete-summation/moorer-discrete-summation.maxpat -------------------------------------------------------------------------------- /patchers/moorer-discrete-summation/one-sided-bandlimited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/moorer-discrete-summation/one-sided-bandlimited.png -------------------------------------------------------------------------------- /patchers/moorer-discrete-summation/one-sided.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/moorer-discrete-summation/one-sided.png -------------------------------------------------------------------------------- /patchers/moorer-discrete-summation/pdm.synth.moorer.bipolar.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/moorer-discrete-summation/pdm.synth.moorer.bipolar.gendsp -------------------------------------------------------------------------------- /patchers/moorer-discrete-summation/pdm.synth.moorer.unipolar.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/moorer-discrete-summation/pdm.synth.moorer.unipolar.gendsp -------------------------------------------------------------------------------- /patchers/moorer-discrete-summation/two-sided-bandlimited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/moorer-discrete-summation/two-sided-bandlimited.png -------------------------------------------------------------------------------- /patchers/moorer-discrete-summation/two-sided.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/moorer-discrete-summation/two-sided.png -------------------------------------------------------------------------------- /patchers/nested-tuplet/nested-tuplet.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/nested-tuplet/nested-tuplet.maxpat -------------------------------------------------------------------------------- /patchers/noise-distribution/distribution_noise.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/noise-distribution/distribution_noise.maxpat -------------------------------------------------------------------------------- /patchers/noise-distribution/gaussian-modulation-source.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/noise-distribution/gaussian-modulation-source.maxpat -------------------------------------------------------------------------------- /patchers/noise-distribution/probability-table-approach.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/noise-distribution/probability-table-approach.maxpat -------------------------------------------------------------------------------- /patchers/office-hours-2025-03/explore-parameters.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/office-hours-2025-03/explore-parameters.js -------------------------------------------------------------------------------- /patchers/office-hours-2025-03/go.autolimit.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/office-hours-2025-03/go.autolimit.gendsp -------------------------------------------------------------------------------- /patchers/office-hours-2025-03/go.chaos.coullet.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/office-hours-2025-03/go.chaos.coullet.gendsp -------------------------------------------------------------------------------- /patchers/office-hours-2025-03/go.limits.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/office-hours-2025-03/go.limits.gendsp -------------------------------------------------------------------------------- /patchers/office-hours-2025-03/office_hours_2025-04-03.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/office-hours-2025-03/office_hours_2025-04-03.maxpat -------------------------------------------------------------------------------- /patchers/office-hours-2025-03/office_hours_2025-04-03.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/office-hours-2025-03/office_hours_2025-04-03.maxproj -------------------------------------------------------------------------------- /patchers/office-hours-2025-03/osc-explore.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/office-hours-2025-03/osc-explore.maxpat -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss.zip -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/_DeletedItems/data/oual_qroccss_2024-10-30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/_DeletedItems/data/oual_qroccss_2024-10-30.json -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/_DeletedItems/other/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/_DeletedItems/other/readme.md -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/code/oual_lcd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/code/oual_lcd.js -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/code/pdm.baseobject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/code/pdm.baseobject.js -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/code/pdm.dynamiccolor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/code/pdm.dynamiccolor.js -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/code/pdm.jsui.multi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/code/pdm.jsui.multi.js -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/code/pdm.jsuielement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/code/pdm.jsuielement.js -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/code/pdm.jsuiinteraction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/code/pdm.jsuiinteraction.js -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/code/pdm.jsuiparam.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/code/pdm.jsuiparam.js -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/media/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/oual_qroccss.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/oual_qroccss.maxproj -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/patchers/oual_playback_poly.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/patchers/oual_playback_poly.maxpat -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/patchers/oual_qroccss.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/patchers/oual_qroccss.maxpat -------------------------------------------------------------------------------- /patchers/opn-oval/oual_qroccss/patchers/oual_voice_ui.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/opn-oval/oual_qroccss/patchers/oual_voice_ui.maxpat -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/OSC MIDI Map.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/OSC MIDI Map.maxproj -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/data/mapping.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/data/mapping.txt -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/externals/o.atomize.mxo/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/externals/o.atomize.mxo/Contents/Info.plist -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/externals/o.atomize.mxo/Contents/MacOS/o.atomize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/externals/o.atomize.mxo/Contents/MacOS/o.atomize -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/externals/o.atomize.mxo/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | iLaX???? -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/externals/o.atomize.mxo/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/externals/o.atomize.mxo/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/externals/o.dict.mxo/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/externals/o.dict.mxo/Contents/Info.plist -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/externals/o.dict.mxo/Contents/MacOS/o.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/externals/o.dict.mxo/Contents/MacOS/o.dict -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/externals/o.dict.mxo/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | iLaX???? -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/externals/o.dict.mxo/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/externals/o.dict.mxo/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/patchers/main.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/patchers/main.maxpat -------------------------------------------------------------------------------- /patchers/osc-midi-map/OSC MIDI Map/patchers/pdm.midi.map.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/OSC MIDI Map/patchers/pdm.midi.map.maxpat -------------------------------------------------------------------------------- /patchers/osc-midi-map/osc-playground.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/osc-midi-map/osc-playground.maxpat -------------------------------------------------------------------------------- /patchers/polymeter-vs-polyrhythm/polymeter-vs-polyrhythm.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/polymeter-vs-polyrhythm/polymeter-vs-polyrhythm.maxpat -------------------------------------------------------------------------------- /patchers/probability/subdiv~-probability-pattern.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/probability/subdiv~-probability-pattern.maxpat -------------------------------------------------------------------------------- /patchers/rhythm-and-time-toolkit/chaotic-clock-with-go.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rhythm-and-time-toolkit/chaotic-clock-with-go.maxpat -------------------------------------------------------------------------------- /patchers/rhythm-and-time-toolkit/euclidean-accents.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rhythm-and-time-toolkit/euclidean-accents.maxpat -------------------------------------------------------------------------------- /patchers/rhythm-and-time-toolkit/modules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rhythm-and-time-toolkit/modules.json -------------------------------------------------------------------------------- /patchers/rhythm-and-time-toolkit/modules.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rhythm-and-time-toolkit/modules.maxpat -------------------------------------------------------------------------------- /patchers/rhythm-and-time-toolkit/pitch-in-rtt.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rhythm-and-time-toolkit/pitch-in-rtt.maxpat -------------------------------------------------------------------------------- /patchers/rhythm-and-time-toolkit/simple-sequencer-with-rtt.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rhythm-and-time-toolkit/simple-sequencer-with-rtt.maxpat -------------------------------------------------------------------------------- /patchers/ringbuffer/basic-ring-buffer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/ringbuffer/basic-ring-buffer.maxpat -------------------------------------------------------------------------------- /patchers/rnbo/intro-to-rnbo.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rnbo/intro-to-rnbo.maxpat -------------------------------------------------------------------------------- /patchers/rnbo/pdm.amlfo.rnbopat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rnbo/pdm.amlfo.rnbopat -------------------------------------------------------------------------------- /patchers/rnbo/seq.eventmodifieroutput.rnbopat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/rnbo/seq.eventmodifieroutput.rnbopat -------------------------------------------------------------------------------- /patchers/sampler/gen_pt1/gen-sampler_pt1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/gen_pt1/gen-sampler_pt1.maxpat -------------------------------------------------------------------------------- /patchers/sampler/gen_pt2/gen-sampler_pt2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/gen_pt2/gen-sampler_pt2.maxpat -------------------------------------------------------------------------------- /patchers/sampler/gen_pt3_swanramp/gen-sampler_pt3.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/gen_pt3_swanramp/gen-sampler_pt3.maxpat -------------------------------------------------------------------------------- /patchers/sampler/gen_pt3_swanramp/pdm.swanramp.linear.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/gen_pt3_swanramp/pdm.swanramp.linear.gendsp -------------------------------------------------------------------------------- /patchers/sampler/gen_pt3_swanramp/swanramp_testing.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/gen_pt3_swanramp/swanramp_testing.maxpat -------------------------------------------------------------------------------- /patchers/sampler/mc/mc-gen-sampler.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/mc/mc-gen-sampler.maxpat -------------------------------------------------------------------------------- /patchers/sampler/mc/pmt.sampler.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/mc/pmt.sampler.gendsp -------------------------------------------------------------------------------- /patchers/sampler/sample-midi-control/sample-midi-control.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/sample-midi-control/sample-midi-control.maxpat -------------------------------------------------------------------------------- /patchers/sampler/sample-switching/sample-switching.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sampler/sample-switching/sample-switching.maxpat -------------------------------------------------------------------------------- /patchers/sensor-trigger/sensor-to-velocity.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sensor-trigger/sensor-to-velocity.maxpat -------------------------------------------------------------------------------- /patchers/sfizz-drumrack/sfizz-drumrack.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/sfizz-drumrack/sfizz-drumrack.maxpat -------------------------------------------------------------------------------- /patchers/signal-driven-livestep/signal-driven-livestep.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-driven-livestep/signal-driven-livestep.maxpat -------------------------------------------------------------------------------- /patchers/signal-driven-livestep/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-driven-livestep/thumbnail.png -------------------------------------------------------------------------------- /patchers/signal-driven-livestep/thumbnail2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-driven-livestep/thumbnail2.png -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/code/QuadraticEaseInOut.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/code/QuadraticEaseInOut.gendsp -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/code/pdm.interp.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/code/pdm.interp.gendsp -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/code/pdm.ramp.oneshot.hz.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/code/pdm.ramp.oneshot.hz.gendsp -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/code/pdm.sampler.mono.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/code/pdm.sampler.mono.gendsp -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/code/pdm.totrig.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/code/pdm.totrig.gendsp -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/code/voice_allocator.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/code/voice_allocator.gendsp -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/code/voice_reader.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/code/voice_reader.gendsp -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/patchers/buf_snapshot.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/patchers/buf_snapshot.maxpat -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/patchers/signal-polyphony.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/patchers/signal-polyphony.maxpat -------------------------------------------------------------------------------- /patchers/signal-polyphony/signal-polyphony/signal-polyphony.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/signal-polyphony/signal-polyphony/signal-polyphony.maxproj -------------------------------------------------------------------------------- /patchers/subdiv~ probability/subdiv~-probability-pattern.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/subdiv~ probability/subdiv~-probability-pattern.maxpat -------------------------------------------------------------------------------- /patchers/subdiv~ probability/subdiv~-tutorial.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/subdiv~ probability/subdiv~-tutorial.maxpat -------------------------------------------------------------------------------- /patchers/swing/depth-of-feel.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/swing/depth-of-feel.maxpat -------------------------------------------------------------------------------- /patchers/swing/swing-rhythm-final.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/swing/swing-rhythm-final.maxpat -------------------------------------------------------------------------------- /patchers/tap-groove/pdm.tapgroove.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/tap-groove/pdm.tapgroove.gendsp -------------------------------------------------------------------------------- /patchers/tap-groove/tap-groove.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/tap-groove/tap-groove.maxpat -------------------------------------------------------------------------------- /patchers/texdelay-live-visuals/Texdelay Live Visuals_20250531_174437.maxzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/texdelay-live-visuals/Texdelay Live Visuals_20250531_174437.maxzip -------------------------------------------------------------------------------- /patchers/triggering-sounds/trig-sounds-pt1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/triggering-sounds/trig-sounds-pt1.xml -------------------------------------------------------------------------------- /patchers/triggering-sounds/trig-sounds-pt2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/triggering-sounds/trig-sounds-pt2.xml -------------------------------------------------------------------------------- /patchers/triggering-sounds/triggering-sounds-pt1.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/triggering-sounds/triggering-sounds-pt1.maxpat -------------------------------------------------------------------------------- /patchers/triggering-sounds/triggering-sounds-pt2.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/triggering-sounds/triggering-sounds-pt2.maxpat -------------------------------------------------------------------------------- /patchers/turing-machine/led-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/turing-machine/led-frame.png -------------------------------------------------------------------------------- /patchers/turing-machine/pdm.turingmachine.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/turing-machine/pdm.turingmachine.gendsp -------------------------------------------------------------------------------- /patchers/turing-machine/pdm.turingmachine.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/turing-machine/pdm.turingmachine.maxpat -------------------------------------------------------------------------------- /patchers/turing-machine/turing-machine-performance.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/turing-machine/turing-machine-performance.maxpat -------------------------------------------------------------------------------- /patchers/whale-conversation/rhythm-view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/whale-conversation/rhythm-view.js -------------------------------------------------------------------------------- /patchers/whale-conversation/whale-click.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/whale-conversation/whale-click.mp3 -------------------------------------------------------------------------------- /patchers/whale-conversation/whale-conversation.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/whale-conversation/whale-conversation.maxpat -------------------------------------------------------------------------------- /patchers/what-stash-sequencer/what~and-stash~-sequencer.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/what-stash-sequencer/what~and-stash~-sequencer.maxpat -------------------------------------------------------------------------------- /patchers/what-stash-sequencer/with-rtt-makenote.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/what-stash-sequencer/with-rtt-makenote.maxpat -------------------------------------------------------------------------------- /patchers/why_gen/why_gen/code/go.unit.arc.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/why_gen/why_gen/code/go.unit.arc.gendsp -------------------------------------------------------------------------------- /patchers/why_gen/why_gen/code/pdm.cmod.microtime.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/why_gen/why_gen/code/pdm.cmod.microtime.gendsp -------------------------------------------------------------------------------- /patchers/why_gen/why_gen/code/pdm.env.ar.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/why_gen/why_gen/code/pdm.env.ar.gendsp -------------------------------------------------------------------------------- /patchers/why_gen/why_gen/code/pdm.gatedetect.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/why_gen/why_gen/code/pdm.gatedetect.gendsp -------------------------------------------------------------------------------- /patchers/why_gen/why_gen/code/pdm.sampler.mono.gendsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/why_gen/why_gen/code/pdm.sampler.mono.gendsp -------------------------------------------------------------------------------- /patchers/why_gen/why_gen/data/springto.maxsnap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/why_gen/why_gen/data/springto.maxsnap -------------------------------------------------------------------------------- /patchers/why_gen/why_gen/patchers/why_gen.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/why_gen/why_gen/patchers/why_gen.maxpat -------------------------------------------------------------------------------- /patchers/why_gen/why_gen/why_gen.maxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pdmeyer/philip-meyer-max-tutorials/HEAD/patchers/why_gen/why_gen/why_gen.maxproj --------------------------------------------------------------------------------