├── .github └── FUNDING.yml ├── .gitmodules ├── LICENSE ├── README.md ├── abunch048 ├── 12 String D3..wav ├── 2mod-fm-help.pd ├── 2mod-fm.pd ├── 8band-filter-help.pd ├── 8band-filter.pd ├── abunch-info-eng.pd ├── addy-help.pd ├── addy.pd ├── addyvoice.pd ├── al-disto-help.pd ├── al-disto.pd ├── analyse-help.pd ├── analyse.pd ├── band-bpf.pd ├── calculator.pd ├── clock-help.pd ├── clock.pd ├── crackle-help.pd ├── crackle.pd ├── cross-fm-help.pd ├── cross-fm.pd ├── crynth-help.pd ├── crynth.pd ├── disto-filter-help.pd ├── disto-filter.pd ├── doc │ ├── abunch048-tutorial-eng.pdf │ ├── license.txt │ ├── mapping-tutorial-eng.pd │ └── objects-eng.htm ├── e-scope-help.pd ├── e-scope.pd ├── envelopes-help.pd ├── envelopes.pd ├── ex1a-playsample.pd ├── ex1b-recandplay.pd ├── ex1c-phaser.pd ├── ex1d-synths.pd ├── ex1g-noisefilter.pd ├── ex1h-grainosample.pd ├── ex1i-basicfm.pd ├── ex1j-playscore.pd ├── ex1k-noise8band.pd ├── ex1l-grainsynth.pd ├── ex1m-control.pd ├── ex2a-clockenv.pd ├── ex2b-reverbphaser.pd ├── ex2c-sequencerdelay.pd ├── ex2d-timelinesampler.pd ├── ex2e-filtertimeline.pd ├── ex2f-noisesynth.pd ├── ex2g-fmsyntha.pd ├── ex2h-showenvelopes.pd ├── ex2i-wavesadd.pd ├── ex2j-grainsample.pd ├── ex2k-analysis-synthesis.pd ├── ex2l-multigrain.pd ├── ex2m-multiseq.pd ├── ex2n-multiseqn.pd ├── ex2o-multitap-delay.pd ├── ex2p-vocoder.pd ├── ex2q-synthdrones.pd ├── ex3a-crackies.pd ├── ex3b-phasewave.pd ├── ex3d-phasewavelive.pd ├── ex3f-wavefeedbackdelay.pd ├── ex3g-sequencercrackle.pd ├── ex3i-loopstation.pd ├── ex3j-moreloops.pd ├── ex3k-livegrainsample.pd ├── ex5c-morefm.pd ├── ex5d-overtonesines.pd ├── ex5e-pitchshift.pd ├── ex5m-dronny.pd ├── feed-delay-help.pd ├── feed-delay.pd ├── file.pd ├── g4.pd ├── grain-live-help.pd ├── grain-live.pd ├── grain-sample-help.pd ├── grain-sample.pd ├── grain-synth-help.pd ├── grain-synth.pd ├── grain48-sample-help.pd ├── grain48-sample.pd ├── graino-sample-help.pd ├── graino-sample.pd ├── gri.pd ├── grl.pd ├── grov.pd ├── grp.pd ├── grs.pd ├── harmonicahr.pd ├── keyboard-azerty-help.pd ├── keyboard-azerty.pd ├── keyboard-qwerty-help.pd ├── keyboard-qwerty.pd ├── lege-file.pd ├── long-delay-help.pd ├── long-delay.pd ├── lowhigh-filter-help.pd ├── lowhigh-filter.pd ├── matrix-4in-help.pd ├── matrix-4in.pd ├── matrix-4out-help.pd ├── matrix-4out.pd ├── matrix4-help.pd ├── matrix4.pd ├── metronome-help.pd ├── metronome.pd ├── midi-ctlin-help.pd ├── midi-ctlin.pd ├── multi-clock-help.pd ├── multi-clock.pd ├── multi-seq-help.pd ├── multi-seq.pd ├── multi-seqm.pd ├── multi-seqn-help.pd ├── multi-seqn.pd ├── o-scope-help.pd ├── o-scope.pd ├── old-vocoder-help.pd ├── old-vocoder.pd ├── ozzy-help.pd ├── ozzy.pd ├── panning-help.pd ├── panning.pd ├── phaser-help.pd ├── phaser.pd ├── pianob7.wav ├── play-file-help.pd ├── play-file.pd ├── play-sample-help.pd ├── play-sample.pd ├── play-score-help.pd ├── play-score.pd ├── presets-help.pd ├── presets-old-help.pd ├── presets-old.pd ├── presets.pd ├── presets │ ├── ex-ldrones.txt │ ├── ex100.txt │ ├── ex1a.txt │ ├── ex1c.txt │ ├── ex1d.txt │ ├── ex1g.txt │ ├── ex1h.txt │ ├── ex1i.txt │ ├── ex1j.txt │ ├── ex1k.txt │ ├── ex1l.txt │ ├── ex1m.txt │ ├── ex2a.txt │ ├── ex2b.txt │ ├── ex2c.txt │ ├── ex2d.txt │ ├── ex2e.txt │ ├── ex2f.txt │ ├── ex2g.txt │ ├── ex2h.txt │ ├── ex2i.txt │ ├── ex2j.txt │ ├── ex2k.txt │ ├── ex2l.txt │ ├── ex2m.txt │ ├── ex2n.txt │ ├── ex2o.txt │ ├── ex2p.txt │ ├── ex2q.txt │ ├── ex3a.txt │ ├── ex3b.txt │ ├── ex3d.txt │ ├── ex3f.txt │ ├── ex3g.txt │ ├── ex3i.txt │ ├── ex3j.txt │ ├── ex3k.txt │ ├── ex5c.txt │ ├── ex5d.txt │ ├── ex5e.txt │ ├── ex5m.txt │ ├── expoly.txt │ ├── ozzy.txt │ ├── ruisring.txt │ ├── softand.txt │ ├── soloscross.txt │ ├── tut-map1.txt │ └── windsynth.txt ├── random-out-help.pd ├── random-out.pd ├── random-walk-help.pd ├── random-walk.pd ├── record-file-help.pd ├── record-file.pd ├── record-sample-help.pd ├── record-sample.pd ├── record-score-help.pd ├── record-score.pd ├── reverb-help.pd ├── reverb.pd ├── rhapso.wav ├── scales-div-help.pd ├── scales-div.pd ├── scales-help.pd ├── scales.pd ├── scales.pdf ├── scales.txt ├── score-ex1.txt ├── score-ex1j-preset1.txt ├── score1.txt ├── score2.txt ├── score3.txt ├── scorefilter1.txt ├── scratch-sample-help.pd ├── scratch-sample.pd ├── sequencer-help.pd ├── sequencer.pd ├── sequencern.pd ├── shapesynth.pd ├── simple-chorus-help.pd ├── simple-chorus.pd ├── simple-delay-help.pd ├── simple-delay.pd ├── simple-filter-help.pd ├── simple-filter.pd ├── simple-fm-help.pd ├── simple-fm.pd ├── simple-pitchshift-help.pd ├── simple-pitchshift.pd ├── simple-sampler-help.pd ├── simple-sampler.pd ├── slap.wav ├── slice-help.pd ├── slice.pd ├── sound-out-help.pd ├── sound-out.pd ├── spectrum-help.pd ├── spectrum.pd ├── syna-fm-help.pd ├── syna-fm.pd ├── tarra-help.pd ├── tarra.pd ├── text-score.pd ├── timeline-help.pd ├── timeline.pd ├── wa-synth-help.pd ├── wa-synth.pd ├── waterdrop.wav ├── waves-add-help.pd ├── waves-add.pd ├── waves-help.pd ├── waves.pd ├── whip.wav ├── wind-synth-help.pd └── wind-synth.pd ├── blitonna ├── environment1.jpg ├── environment1.pd ├── guitarpiece.jpg ├── guitarpiece.pd ├── midisampler.pd ├── pitchfollow147.jpg ├── pitchfollow147.pd ├── pitchloopomni.jpg ├── pitchloopomni.pd ├── sampler1.jpg ├── simon.jpg ├── simon.pd ├── slice.jpg ├── slice.pd ├── slicelooper2.jpg ├── slicelooper2.pd ├── sssmd.jpg ├── sssmd.pd ├── tuner.jpg └── tuner.pd ├── martinbrinkmann ├── 2oscringnoise │ └── 2oscringnoise1.pd ├── 2polefbloop1b │ ├── 2polefbloop.pd │ ├── 2polefbloop1b.pd │ ├── abs_2polefeedbackloop.pd │ └── abs_2polefeedbackloop1b.pd ├── adding_blips2011 │ └── adding_blips2011.pd ├── cant_talk │ └── cant_talk.pd ├── cells1 │ └── cells1.pd ├── chaosmonster1 │ └── chaosmonster1.pd ├── clickstrings1 │ └── clickstrings1.pd ├── cloudsalias │ └── cloudsalias.pd ├── euclidean_patterns1 │ └── euclidean_patterns1.pd ├── fbfm1r │ └── fbfm1r.pd ├── feedbackroom1 │ ├── abs_platereverb1.pd │ └── feedbackroom1.pd ├── fmdrone1 │ ├── abs_fm_op1.pd │ ├── abs_stereochorus1.pd │ ├── abs_tabosc512buffer.pd │ └── fmdrone1.pd ├── ginger2 │ └── ginger2.pd ├── grainsamplerfx1 │ ├── abs_grainsampler1.pd │ └── grainsamplerfx1.pd ├── grainstates1r │ ├── VS-loop3.wav │ └── grainstates1r.pd ├── grainstates2 │ ├── VS-loop3.wav │ ├── abs_delayline1.pd │ ├── abs_grainstates_2c_colour.pd │ ├── abs_grainstates_2c_tables.pd │ ├── abs_granularsynthesis_particle2_s.pd │ ├── abs_granularsynthesis_particles_20.pd │ └── grainstates2.pd ├── groovebox1r3 │ └── groovebox1r3.pd ├── irrational1a │ └── irrational1a.pd ├── lower_density │ └── lower_density.pd ├── madloop1o │ └── madloop1o.pd ├── metroplucks1 │ └── metroplucks1.pd ├── mnb_instruments_wip │ ├── 0a_README.txt │ ├── 0b_OVERVIEW.txt │ ├── 1mixtools.pd │ ├── abs_16midifaders.pd │ ├── abs_2polefeedbackloop.pd │ ├── abs_2polefeedbackloop1b.pd │ ├── abs_beatloop1.pd │ ├── abs_beatloop5deluxe_display.pd │ ├── abs_bigplayer1tables.pd │ ├── abs_bigplayer1voice.pd │ ├── abs_clustersynth128.pd │ ├── abs_clustr1.pd │ ├── abs_delayline1.pd │ ├── abs_delayline1filt.pd │ ├── abs_delayline1psf.pd │ ├── abs_delayrw1.pd │ ├── abs_dly_rotating_speaker1.pd │ ├── abs_dly_tapestopfx1.pd │ ├── abs_fbfm1synth.pd │ ├── abs_flangerfbdly1.pd │ ├── abs_flngdelayline1.pd │ ├── abs_flngphs_stages_dly1.pd │ ├── abs_fm_op1.pd │ ├── abs_fourtapdelay2.pd │ ├── abs_grainsampler1.pd │ ├── abs_granularsynthesis_particle2_s.pd │ ├── abs_granularsynthesis_particles_20.pd │ ├── abs_granulator2_display.pd │ ├── abs_moddelayline1.pd │ ├── abs_monoblur4096.pd │ ├── abs_noisefmsyncoscillator.pd │ ├── abs_oneshot2p.pd │ ├── abs_osc_binrfmsdrone1.pd │ ├── abs_osc_chaosmonster1.pd │ ├── abs_particles12.pd │ ├── abs_particles12m.pd │ ├── abs_pddocpvoc1.pd │ ├── abs_pitchshift1.pd │ ├── abs_platereverb1.pd │ ├── abs_plk2dg.pd │ ├── abs_polysimsam1.pd │ ├── abs_pvocloop2_display.pd │ ├── abs_qlistrec3n.pd │ ├── abs_qlistrec3v.pd │ ├── abs_randomsub2_synth.pd │ ├── abs_randrezresonator1.pd │ ├── abs_reverb1.pd │ ├── abs_rezdelayline1.pd │ ├── abs_samplelooper1.pd │ ├── abs_sampletrigger1.pd │ ├── abs_singcycles1.pd │ ├── abs_spectralxfade1.pd │ ├── abs_stereoblur4096.pd │ ├── abs_stereochorus1.pd │ ├── abs_table_bufferfx1.pd │ ├── abs_tabosc512buffer.pd │ ├── abs_tanhdist1.pd │ ├── abs_timbrestamp1.pd │ ├── abs_triopsfmosc1.pd │ ├── abs_uniquecatch1.pd │ ├── abs_valueseq2b.pd │ ├── abs_vssloop1s.pd │ ├── abs_xfadeloop1.pd │ ├── abs_xfadeloop1s.pd │ ├── ahihat1r.pd │ ├── ahihat2v.pd │ ├── akick2.pd │ ├── akick3.pd │ ├── asnare1v.pd │ ├── autochord2a.pd │ ├── autopan1.pd │ ├── beatdelay1.pd │ ├── beatdelay1filter.pd │ ├── beatdelay1pitch.pd │ ├── beatloop5.pd │ ├── beatloop5deluxe.pd │ ├── bigplayer1.pd │ ├── binary_rndfmsynth_drone.pd │ ├── bufferfx1.pd │ ├── cells2.pd │ ├── chaosmonster1s.pd │ ├── clixsq2r.pd │ ├── clustersynth128.pd │ ├── cyclerecorders1.pd │ ├── cymbalsynth1.pd │ ├── distortion1s.pd │ ├── distortion1tanh.pd │ ├── doubleosc1fm.pd │ ├── doubleosc1v.pd │ ├── dualdelays2.pd │ ├── electroperc1.pd │ ├── fbfm1a.pd │ ├── filterdist1.pd │ ├── filters1.pd │ ├── flangephaser1.pd │ ├── flanger1.pd │ ├── fmdrone1.pd │ ├── fmdrum1.pd │ ├── fourtapdelay2.pd │ ├── gingergen.pd │ ├── graindrum1a.pd │ ├── grainsamplerfx1.pd │ ├── granulator1.pd │ ├── granulator2_grainstates.pd │ ├── granulator2_loop.pd │ ├── lfo1.pd │ ├── loopmove1.pd │ ├── madbox8p.pd │ ├── madboxp.pd │ ├── madloop1m.pd │ ├── metroblips1.pd │ ├── moddelay1.pd │ ├── monomodes1b.pd │ ├── morf2.pd │ ├── musinum_generator1.pd │ ├── noisefilter1.pd │ ├── normalizer1.pd │ ├── oneosc1o.pd │ ├── oneshot2p.pd │ ├── pcf1.pd │ ├── phaser1m.pd │ ├── pitchshifters1.pd │ ├── platereverb1.pd │ ├── plink2d1a.pd │ ├── polyblip1.pd │ ├── polyoneosc1.pd │ ├── polysimsam1.pd │ ├── pvocloop1a.pd │ ├── pvocloop2.pd │ ├── qlistrec3.pd │ ├── quantizer2.pd │ ├── random_hang_perc1.pd │ ├── randomsub2a.pd │ ├── randrezloop1m.pd │ ├── resample1.pd │ ├── resonator.pd │ ├── reverb1.pd │ ├── rksubnoiseloop.pd │ ├── rmcricket1r.pd │ ├── rotating_speaker1.pd │ ├── samplebrowser1.pd │ ├── samplecue1.pd │ ├── samplelooper2s.pd │ ├── sampletriggerloop1.pd │ ├── scene-sequencer1.pd │ ├── singlecycles1.pd │ ├── sinsynth1.pd │ ├── steadystateblur1m.pd │ ├── steadystateblur1s.pd │ ├── tapestop.pd │ ├── taptempo_sp1.pd │ ├── timbrestamp1.pd │ ├── timer1.pd │ ├── tri-ops2.pd │ ├── triggercycles1.pd │ ├── triggernrs1.pd │ ├── two_ops1.pd │ ├── twoosc1chord.pd │ ├── twoosc1p.pd │ ├── twooscringnoise1.pd │ ├── twopolefbloop1b.pd │ ├── valueseq2b.pd │ ├── vbsqs1.pd │ ├── vowelfilter1.pd │ ├── xfadeloops.pd │ └── zynpadchord1.pd ├── mnb_rjdj_scenes │ ├── ac_bubbles.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── thumb.jpg │ ├── add_blips.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── thumb.jpg │ ├── asmf.rj │ │ ├── Info.plist │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── thumb.jpg │ ├── droneplay1.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── thumb.jpg │ ├── fm_shake.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── thumb.jpg │ ├── go_on.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── thumb.jpg │ ├── loop_n_destroy.rj │ │ ├── Info.plist │ │ ├── Info.plist~ │ │ ├── _main.pd │ │ ├── image.jpg │ │ ├── inrect.pd │ │ ├── multifx.pd │ │ └── thumb.jpg │ ├── plink.rj │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── description.txt │ │ ├── image.jpg │ │ ├── sinegrain.pd │ │ └── thumb.jpg │ ├── readymade.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ ├── inrect.pd │ │ └── thumb.jpg │ └── rns.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ ├── inrect.pd │ │ └── thumb.jpg ├── nanopadseq1 │ └── nanopadseq1a.pd ├── newscoolish1r │ └── newscoolish1r.pd ├── off_festival │ └── off_festival.pd ├── plinktank │ ├── plinktank.pd │ └── sinegrain.pd ├── ppsq1 │ └── ppsq1.pd ├── random_minimal4vb │ ├── abs_bigplayer1tables.pd │ ├── abs_bigplayer1voice.pd │ ├── abs_fm_op1.pd │ ├── abs_mono_minimal_random_seq1.pd │ ├── abs_reverb1.pd │ └── random_minimal4v.pd ├── randomperc1 │ └── randomperc1.pd ├── randomsub2r │ └── randomsub2r.pd ├── randrezloop1 │ └── randrezloop1.pd ├── readymade3a1r │ └── readymade3a1r.pd ├── rez14 │ ├── abs_rezdelayline1.pd │ └── rez14.pd ├── rksubnoiseloop │ └── rksubnoiseloop.pd ├── rns │ └── rns.pd ├── rns1pd │ └── rns1pd.pd ├── rule110patterns │ └── rule110patterns.pd ├── sequenzquadrat3r │ └── sequenzquadrat3r.pd ├── sinecyclesfm │ └── sinecyclesfm.pd ├── sprayloops │ └── sprayloops.pd ├── steadystateblur1 │ ├── steadystateblur1bm.pd │ ├── steadystateblur1m.pd │ └── steadystateblur1s.pd ├── tonecluster1 │ └── tonecluster1.pd ├── two_ops1poly │ ├── abs_fm_op1.pd │ └── two_ops1poly.pd ├── vmix1 │ └── vmix1.pd ├── wii_grid_add_blips1 │ └── wii_grid_add_blips1.pd ├── wii_plink │ ├── sinegrain.pd │ └── wii_plink.pd └── wolframdrums1 │ └── wolframdrums1.pd ├── pdparty ├── lib │ ├── droidparty │ │ ├── build-toggles.pd │ │ ├── display.pd │ │ ├── droidnetclient.pd │ │ ├── droidnetreceive.pd │ │ ├── droidsystem.pd │ │ ├── loadsave.pd │ │ ├── menubang.pd │ │ ├── mknob.pd │ │ ├── numberbox.pd │ │ ├── ribbon.pd │ │ ├── taplist.pd │ │ ├── touch.pd │ │ └── wordbutton.pd │ ├── pd │ │ ├── complex-mod~.pd │ │ ├── hilbert~.pd │ │ ├── playback.pd │ │ ├── recorder.pd │ │ ├── rev1-final.pd │ │ ├── rev1-stage.pd │ │ ├── rev1~.pd │ │ ├── rev2~.pd │ │ ├── rev3~.pd │ │ ├── soundinput.pd │ │ └── soundoutput.pd │ ├── pdparty │ │ ├── closebang.pd │ │ ├── rj_compass.pd │ │ ├── rj_image.pd │ │ ├── rj_loc.pd │ │ ├── rj_text.pd │ │ ├── rj_time.pd │ │ └── rjdj.pd │ └── rj_deprecated │ │ ├── README │ │ ├── abs │ │ └── reverb-echo.pd │ │ ├── accelerate.pd │ │ ├── analysepitch.pd │ │ ├── analysesimpleonset.pd │ │ ├── reverb.pd │ │ ├── rjXYZshake-help.pd │ │ ├── rjXYZshake.pd │ │ ├── rj_fft.pd │ │ ├── rjdispatch-help.pd │ │ ├── rjdispatch.pd │ │ ├── rjloader-help.pd │ │ ├── rjloader.pd │ │ ├── rjsave-ex-help.pd │ │ ├── rjsave-ex.pd │ │ ├── sssad.pd │ │ └── touch.pd ├── samples │ ├── droidparty │ │ ├── drum-machine │ │ │ ├── droidparty_main.pd │ │ │ ├── drum.pd │ │ │ └── tanh~.pd │ │ ├── multibeat │ │ │ ├── Canvas.svg │ │ │ ├── Numberbox-off.svg │ │ │ ├── Numberbox-on.svg │ │ │ ├── Slider-vertical.svg │ │ │ ├── Slider-widget-vertical.svg │ │ │ ├── Toggle-off.svg │ │ │ ├── Toggle-on.svg │ │ │ ├── background.svg │ │ │ ├── cntrlr.pd │ │ │ ├── droidparty_main.pd │ │ │ ├── drum.pd │ │ │ └── tanh~.pd │ │ └── pure-widgets-demo │ │ │ ├── droidparty_main.pd │ │ │ └── move.pd │ ├── need_cool_samples.pd │ ├── pdparty │ │ ├── TriSamp │ │ │ ├── _main.pd │ │ │ ├── info.json │ │ │ ├── rj │ │ │ │ ├── e_pan-help.pd │ │ │ │ └── e_pan.pd │ │ │ ├── sampler.pd │ │ │ └── thumb.png │ │ └── elemental-rain │ │ │ ├── LICENSE.txt │ │ │ ├── _main.pd │ │ │ ├── cpraingen-rel.pd │ │ │ ├── cpulse.pd │ │ │ ├── drops.pd │ │ │ ├── gaussianoise-rel.pd │ │ │ ├── info.json │ │ │ ├── noise_distort_bp.pd │ │ │ ├── pink~-help.pd │ │ │ ├── pink~.pd │ │ │ ├── rain.pd │ │ │ ├── rain1.pd │ │ │ ├── raindrops-rel.pd │ │ │ ├── soundoutput.pd │ │ │ └── thumb.jpg │ └── rjdj │ │ ├── ApolloVoice.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── thumb.jpg │ │ ├── Atsuke.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── atsuke-closed.png │ │ ├── bg.png │ │ ├── eyes-full.png │ │ ├── image.jpg │ │ ├── rj │ │ │ ├── LICENSE.txt │ │ │ ├── OVERVIEW.pd │ │ │ ├── _markovanal.pd │ │ │ ├── a.txt │ │ │ ├── a_breath.pd │ │ │ ├── a_onset-help.pd │ │ │ ├── a_onset.pd │ │ │ ├── c.txt │ │ │ ├── c_adsr-help.pd │ │ │ ├── c_adsr.pd │ │ │ ├── c_adsrj-help.pd │ │ │ ├── c_adsrj.pd │ │ │ ├── c_bangx-help.pd │ │ │ ├── c_bangx.pd │ │ │ ├── c_cpfade-help.pd │ │ │ ├── c_cpfade.pd │ │ │ ├── c_drunk-help.pd │ │ │ ├── c_drunk.pd │ │ │ ├── c_ead-help.pd │ │ │ ├── c_ead.pd │ │ │ ├── c_lfo-help.pd │ │ │ ├── c_lfo.pd │ │ │ ├── c_madsr-help.pd │ │ │ ├── c_madsr.pd │ │ │ ├── c_madsrj-help.pd │ │ │ ├── c_madsrj.pd │ │ │ ├── c_markov-help.pd │ │ │ ├── c_markov.pd │ │ │ ├── c_mphasor-help.pd │ │ │ ├── c_mphasor.pd │ │ │ ├── c_multimetro-help.pd │ │ │ ├── c_multimetro.pd │ │ │ ├── c_multipass-help.pd │ │ │ ├── c_multipass.pd │ │ │ ├── c_pass-help.pd │ │ │ ├── c_pass.pd │ │ │ ├── c_patternchange-help.pd │ │ │ ├── c_patternchange.pd │ │ │ ├── c_seqplay-help.pd │ │ │ ├── c_seqplay.pd │ │ │ ├── c_urn-help.pd │ │ │ ├── c_urn.pd │ │ │ ├── c_xfade-help.pd │ │ │ ├── c_xfade.pd │ │ │ ├── e.txt │ │ │ ├── e_agc-help.pd │ │ │ ├── e_agc.pd │ │ │ ├── e_alias-help.pd │ │ │ ├── e_alias.pd │ │ │ ├── e_apdist-help.pd │ │ │ ├── e_apdist.pd │ │ │ ├── e_beequad-help.pd │ │ │ ├── e_beequad.pd │ │ │ ├── e_bitcrusher-help.pd │ │ │ ├── e_bitcrusher.pd │ │ │ ├── e_chorus-help.pd │ │ │ ├── e_chorus.pd │ │ │ ├── e_chorusr-help.pd │ │ │ ├── e_chorusr.pd │ │ │ ├── e_circlepan-help.pd │ │ │ ├── e_circlepan.pd │ │ │ ├── e_dubdel-help.pd │ │ │ ├── e_dubdel.pd │ │ │ ├── e_dynproc-help.pd │ │ │ ├── e_dynproc.pd │ │ │ ├── e_fbdelay-help.pd │ │ │ ├── e_fbdelay.pd │ │ │ ├── e_fbdelay2.pd │ │ │ ├── e_freqshift-help.pd │ │ │ ├── e_freqshift.pd │ │ │ ├── e_graindelread-help.pd │ │ │ ├── e_graindelread.pd │ │ │ ├── e_lop2-help.pd │ │ │ ├── e_lop2.pd │ │ │ ├── e_lop4-help.pd │ │ │ ├── e_lop4.pd │ │ │ ├── e_pan-help.pd │ │ │ ├── e_pan.pd │ │ │ ├── e_phaser-help.pd │ │ │ ├── e_phaser.pd │ │ │ ├── e_pingpong-help.pd │ │ │ ├── e_pingpong.pd │ │ │ ├── e_pitchshift-help.pd │ │ │ ├── e_pitchshift.pd │ │ │ ├── e_platereverb-help.pd │ │ │ ├── e_platereverb.pd │ │ │ ├── e_repeater-help.pd │ │ │ ├── e_repeater.pd │ │ │ ├── e_reslop-help.pd │ │ │ ├── e_reslop.pd │ │ │ ├── e_resonzq-help.pd │ │ │ ├── e_resonzq.pd │ │ │ ├── e_reverb-help.pd │ │ │ ├── e_reverb.pd │ │ │ ├── e_scompress-help.pd │ │ │ ├── e_scompress.pd │ │ │ ├── e_sdelay-help.pd │ │ │ ├── e_sdelay.pd │ │ │ ├── e_softclip-help.pd │ │ │ ├── e_softclip.pd │ │ │ ├── e_tremolo-help.pd │ │ │ ├── e_tremolo.pd │ │ │ ├── e_vocoder-help.pd │ │ │ ├── e_vocoder.pd │ │ │ ├── g.txt │ │ │ ├── g_channelstrip-help.pd │ │ │ ├── g_channelstrip.pd │ │ │ ├── g_hradio-help.pd │ │ │ ├── g_hradio.pd │ │ │ ├── g_hsl-help.pd │ │ │ ├── g_hsl.pd │ │ │ ├── g_hsl4-help.pd │ │ │ ├── g_hsl4.pd │ │ │ ├── g_nbx-help.pd │ │ │ ├── g_nbx.pd │ │ │ ├── g_nhsl-help.pd │ │ │ ├── g_nhsl.pd │ │ │ ├── g_pattern32-help.pd │ │ │ ├── g_pattern32.pd │ │ │ ├── g_showimage-help.pd │ │ │ ├── g_showimage.pd │ │ │ ├── g_showtext-help.pd │ │ │ ├── g_showtext.pd │ │ │ ├── g_symbol-help.pd │ │ │ ├── g_symbol.pd │ │ │ ├── g_tgl-help.pd │ │ │ ├── g_tgl.pd │ │ │ ├── g_vol-help.pd │ │ │ ├── g_vol.pd │ │ │ ├── g_vol2-help.pd │ │ │ ├── g_vol2.pd │ │ │ ├── m.txt │ │ │ ├── m_accel_magnitude-help.pd │ │ │ ├── m_accel_magnitude.pd │ │ │ ├── m_accel_pitch-help.pd │ │ │ ├── m_accel_pitch.pd │ │ │ ├── m_accel_roll-help.pd │ │ │ ├── m_accel_roll.pd │ │ │ ├── m_accel_status-help.pd │ │ │ ├── m_accel_status.pd │ │ │ ├── m_autoscale-help.pd │ │ │ ├── m_autoscale.pd │ │ │ ├── m_beat2ms-help.pd │ │ │ ├── m_beat2ms.pd │ │ │ ├── m_bpm2ms-help.pd │ │ │ ├── m_bpm2ms.pd │ │ │ ├── m_chorddict-help.pd │ │ │ ├── m_chorddict.pd │ │ │ ├── m_keyfollow-help.pd │ │ │ ├── m_keyfollow.pd │ │ │ ├── m_majorscale-help.pd │ │ │ ├── m_majorscale.pd │ │ │ ├── m_markovanal-help.pd │ │ │ ├── m_markovanal.pd │ │ │ ├── m_scale-help.pd │ │ │ ├── m_scale.pd │ │ │ ├── m_speedlimit-help.pd │ │ │ ├── m_speedlimit.pd │ │ │ ├── m_symbolarray-help.pd │ │ │ ├── m_symbolarray.pd │ │ │ ├── m_thresholds-help.pd │ │ │ ├── m_thresholds.pd │ │ │ ├── m_touch2grid-help.pd │ │ │ ├── m_touch2grid.pd │ │ │ ├── s.txt │ │ │ ├── s_blsaw-help.pd │ │ │ ├── s_blsaw.pd │ │ │ ├── s_blsquare-help.pd │ │ │ ├── s_blsquare.pd │ │ │ ├── s_buzz-help.pd │ │ │ ├── s_buzz.pd │ │ │ ├── s_drumelectro-help.pd │ │ │ ├── s_drumelectro.pd │ │ │ ├── s_fm4-help.pd │ │ │ ├── s_fm4.pd │ │ │ ├── s_fmoscil-help.pd │ │ │ ├── s_fmoscil.pd │ │ │ ├── s_fplaytable.pd │ │ │ ├── s_fplaytable2.pd │ │ │ ├── s_guitar-help.pd │ │ │ ├── s_guitar.pd │ │ │ ├── s_looper-help.pd │ │ │ ├── s_looper.pd │ │ │ ├── s_loopsmooth-help.pd │ │ │ ├── s_loopsmooth.pd │ │ │ ├── s_noish-help.pd │ │ │ ├── s_noish.pd │ │ │ ├── s_osc-help.pd │ │ │ ├── s_osc.pd │ │ │ ├── s_pinknoise-help.pd │ │ │ ├── s_pinknoise.pd │ │ │ ├── s_playolap-help.pd │ │ │ ├── s_playolap.pd │ │ │ ├── s_playtable-help.pd │ │ │ ├── s_playtable.pd │ │ │ ├── s_playtable2-help.pd │ │ │ ├── s_playtable2.pd │ │ │ ├── s_rhodey-help.pd │ │ │ ├── s_rhodey.pd │ │ │ ├── u.txt │ │ │ ├── u_bandpass1-help.pd │ │ │ ├── u_bandpass1.pd │ │ │ ├── u_bandpass1q-help.pd │ │ │ ├── u_bandpass1q.pd │ │ │ ├── u_bandpass2-help.pd │ │ │ ├── u_bandpass2.pd │ │ │ ├── u_bandpass2q-help.pd │ │ │ ├── u_bandpass2q.pd │ │ │ ├── u_channelstrip-help.pd │ │ │ ├── u_channelstrip.pd │ │ │ ├── u_cocollect-help.pd │ │ │ ├── u_cocollect.pd │ │ │ ├── u_collect-help.pd │ │ │ ├── u_collect.pd │ │ │ ├── u_dispatch-help.pd │ │ │ ├── u_dispatch.pd │ │ │ ├── u_dumpfile-help.pd │ │ │ ├── u_dumpfile.pd │ │ │ ├── u_fade-help.pd │ │ │ ├── u_fade.pd │ │ │ ├── u_follower.pd │ │ │ ├── u_highpass-help.pd │ │ │ ├── u_highpass.pd │ │ │ ├── u_highpassq-help.pd │ │ │ ├── u_highpassq.pd │ │ │ ├── u_listdrip-help.pd │ │ │ ├── u_listdrip.pd │ │ │ ├── u_listequal-help.pd │ │ │ ├── u_listequal.pd │ │ │ ├── u_listfilter-help.pd │ │ │ ├── u_listfilter.pd │ │ │ ├── u_listloop-help.pd │ │ │ ├── u_listloop.pd │ │ │ ├── u_listmap-help.pd │ │ │ ├── u_listmap.pd │ │ │ ├── u_listnth-help.pd │ │ │ ├── u_listnth.pd │ │ │ ├── u_listrandom-help.pd │ │ │ ├── u_listrandom.pd │ │ │ ├── u_listreduce-help.pd │ │ │ ├── u_listreduce.pd │ │ │ ├── u_listser-help.pd │ │ │ ├── u_listser.pd │ │ │ ├── u_loader-help.pd │ │ │ ├── u_loader.pd │ │ │ ├── u_loadmeter-help.pd │ │ │ ├── u_loadmeter.pd │ │ │ ├── u_lowpass-help.pd │ │ │ ├── u_lowpass.pd │ │ │ ├── u_lowpassq-help.pd │ │ │ ├── u_lowpassq.pd │ │ │ ├── u_makepoly-help.pd │ │ │ ├── u_makepoly.pd │ │ │ ├── u_multisamplebank-help.pd │ │ │ ├── u_multisamplebank.pd │ │ │ ├── u_multisamplebank2-help.pd │ │ │ ├── u_multisamplebank2.pd │ │ │ ├── u_record-help.pd │ │ │ ├── u_record.pd │ │ │ ├── u_robinpoly-help.pd │ │ │ ├── u_robinpoly.pd │ │ │ ├── u_robinpolymono-help.pd │ │ │ ├── u_robinpolymono.pd │ │ │ ├── u_samplebank-help.pd │ │ │ ├── u_samplebank.pd │ │ │ ├── u_samplebank2-help.pd │ │ │ ├── u_samplebank2.pd │ │ │ ├── u_samplekit-help.pd │ │ │ ├── u_samplekit.pd │ │ │ ├── u_samplekit2-help.pd │ │ │ ├── u_samplekit2.pd │ │ │ ├── u_show-help.pd │ │ │ ├── u_show.pd │ │ │ ├── u_sigm-help.pd │ │ │ ├── u_sigm.pd │ │ │ ├── u_spinner-help.pd │ │ │ ├── u_spinner.pd │ │ │ ├── u_splicetrans-help.pd │ │ │ ├── u_splicetrans.pd │ │ │ ├── u_sssad.pd │ │ │ ├── u_stereo-help.pd │ │ │ ├── u_stereo.pd │ │ │ ├── u_wrandom-help.pd │ │ │ └── u_wrandom.pd │ │ ├── tail0.png │ │ ├── tail1.png │ │ ├── tail2.png │ │ ├── thumb.jpg │ │ ├── u_numrecord.pd │ │ ├── u_trueseed.pd │ │ └── unused.pd │ │ ├── Boomerang.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── thumb.jpg │ │ ├── CanOfBeats.rj │ │ ├── CanOfBeats.png │ │ ├── CanOfBeats.svg │ │ ├── Info.plist │ │ ├── _main.pd │ │ ├── acid-wave~.pd │ │ ├── autocompress~.pd │ │ ├── canofbeats-recorder.pd │ │ ├── e_dynproc.pd │ │ ├── exceed.pd │ │ ├── image.jpg │ │ ├── latency-comp.pd │ │ ├── lookup.pd │ │ ├── loop.pd │ │ ├── makeloop.pd │ │ ├── makenoteloop.pd │ │ ├── netprinter.pd │ │ ├── oscillator~.pd │ │ ├── oscil~.pd │ │ ├── pluck~.pd │ │ ├── record-loop.pd │ │ ├── rj │ │ │ ├── OVERVIEW.pd │ │ │ ├── a.txt │ │ │ ├── a_breath.pd │ │ │ ├── c.txt │ │ │ ├── c_adsr-help.pd │ │ │ ├── c_adsr.pd │ │ │ ├── c_adsrj-help.pd │ │ │ ├── c_adsrj.pd │ │ │ ├── c_cpfade-help.pd │ │ │ ├── c_cpfade.pd │ │ │ ├── c_drunk-help.pd │ │ │ ├── c_drunk.pd │ │ │ ├── c_ead-help.pd │ │ │ ├── c_ead.pd │ │ │ ├── c_lfo-help.pd │ │ │ ├── c_lfo.pd │ │ │ ├── c_madsr-help.pd │ │ │ ├── c_madsr.pd │ │ │ ├── c_madsrj-help.pd │ │ │ ├── c_madsrj.pd │ │ │ ├── c_mphasor-help.pd │ │ │ ├── c_mphasor.pd │ │ │ ├── c_multimetro-help.pd │ │ │ ├── c_multimetro.pd │ │ │ ├── c_xfade-help.pd │ │ │ ├── c_xfade.pd │ │ │ ├── dontcommitme.pd │ │ │ ├── e.txt │ │ │ ├── e_alias-help.pd │ │ │ ├── e_alias.pd │ │ │ ├── e_apdist-help.pd │ │ │ ├── e_apdist.pd │ │ │ ├── e_beequad-help.pd │ │ │ ├── e_beequad.pd │ │ │ ├── e_bitcrusher-help.pd │ │ │ ├── e_bitcrusher.pd │ │ │ ├── e_chorus-help.pd │ │ │ ├── e_chorus.pd │ │ │ ├── e_chorusr-help.pd │ │ │ ├── e_chorusr.pd │ │ │ ├── e_dubdel-help.pd │ │ │ ├── e_dubdel.pd │ │ │ ├── e_dynproc-help.pd │ │ │ ├── e_dynproc.pd │ │ │ ├── e_fbdelay-help.pd │ │ │ ├── e_fbdelay.pd │ │ │ ├── e_fbdelay2.pd │ │ │ ├── e_freqshift-help.pd │ │ │ ├── e_freqshift.pd │ │ │ ├── e_graindelread-help.pd │ │ │ ├── e_graindelread.pd │ │ │ ├── e_lop2-help.pd │ │ │ ├── e_lop2.pd │ │ │ ├── e_lop4-help.pd │ │ │ ├── e_lop4.pd │ │ │ ├── e_pan-help.pd │ │ │ ├── e_pan.pd │ │ │ ├── e_phaser-help.pd │ │ │ ├── e_phaser.pd │ │ │ ├── e_pingpong-help.pd │ │ │ ├── e_pingpong.pd │ │ │ ├── e_pitchshift-help.pd │ │ │ ├── e_pitchshift.pd │ │ │ ├── e_platereverb-help.pd │ │ │ ├── e_platereverb.pd │ │ │ ├── e_repeater-help.pd │ │ │ ├── e_repeater-help2.pd │ │ │ ├── e_repeater.pd │ │ │ ├── e_reslop-help.pd │ │ │ ├── e_reslop.pd │ │ │ ├── e_resonzq-help.pd │ │ │ ├── e_resonzq.pd │ │ │ ├── e_reverb-help.pd │ │ │ ├── e_reverb.pd │ │ │ ├── e_scompress-help.pd │ │ │ ├── e_scompress.pd │ │ │ ├── e_softclip-help.pd │ │ │ ├── e_softclip.pd │ │ │ ├── e_tremolo-help.pd │ │ │ ├── e_tremolo.pd │ │ │ ├── e_vocoder-help.pd │ │ │ ├── e_vocoder.pd │ │ │ ├── g.txt │ │ │ ├── g_channelstrip-help.pd │ │ │ ├── g_channelstrip.pd │ │ │ ├── g_hradio-help.pd │ │ │ ├── g_hradio.pd │ │ │ ├── g_hsl-help.pd │ │ │ ├── g_hsl.pd │ │ │ ├── g_hsl4-help.pd │ │ │ ├── g_hsl4.pd │ │ │ ├── g_nbx-help.pd │ │ │ ├── g_nbx.pd │ │ │ ├── g_nhsl-help.pd │ │ │ ├── g_nhsl.pd │ │ │ ├── g_symbol-help.pd │ │ │ ├── g_symbol.pd │ │ │ ├── g_tgl-help.pd │ │ │ ├── g_tgl.pd │ │ │ ├── m.txt │ │ │ ├── m_autoscale-help.pd │ │ │ ├── m_autoscale.pd │ │ │ ├── m_bpm2ms-help.pd │ │ │ ├── m_bpm2ms.pd │ │ │ ├── m_keyfollow-help.pd │ │ │ ├── m_keyfollow.pd │ │ │ ├── m_majorscale-help.pd │ │ │ ├── m_majorscale.pd │ │ │ ├── m_scale-help.pd │ │ │ ├── m_scale.pd │ │ │ ├── m_speedlimit-help.pd │ │ │ ├── m_speedlimit.pd │ │ │ ├── m_touch2grid-help.pd │ │ │ ├── m_touch2grid.pd │ │ │ ├── prophet.pd │ │ │ ├── prophetosc.pd │ │ │ ├── s.txt │ │ │ ├── s_blsaw-help.pd │ │ │ ├── s_blsaw.pd │ │ │ ├── s_blsquare-help.pd │ │ │ ├── s_blsquare.pd │ │ │ ├── s_buzz-help.pd │ │ │ ├── s_buzz.pd │ │ │ ├── s_drumelectro-help.pd │ │ │ ├── s_drumelectro.pd │ │ │ ├── s_fm4-help.pd │ │ │ ├── s_fm4.pd │ │ │ ├── s_fmoscil-help.pd │ │ │ ├── s_fmoscil.pd │ │ │ ├── s_fplaytable.pd │ │ │ ├── s_fplaytable2.pd │ │ │ ├── s_guitar-help.pd │ │ │ ├── s_guitar.pd │ │ │ ├── s_looper-help.pd │ │ │ ├── s_looper.pd │ │ │ ├── s_osc-help.pd │ │ │ ├── s_osc.pd │ │ │ ├── s_pinknoise-help.pd │ │ │ ├── s_pinknoise.pd │ │ │ ├── s_playtable-help.pd │ │ │ ├── s_playtable.pd │ │ │ ├── s_playtable2-help.pd │ │ │ ├── s_playtable2.pd │ │ │ ├── s_rhodey-help.pd │ │ │ ├── s_rhodey.pd │ │ │ ├── settings.txt │ │ │ ├── u.txt │ │ │ ├── u_bandpass1-help.pd │ │ │ ├── u_bandpass1.pd │ │ │ ├── u_bandpass1q-help.pd │ │ │ ├── u_bandpass1q.pd │ │ │ ├── u_bandpass2-help.pd │ │ │ ├── u_bandpass2.pd │ │ │ ├── u_bandpass2q-help.pd │ │ │ ├── u_bandpass2q.pd │ │ │ ├── u_channelstrip-help.pd │ │ │ ├── u_channelstrip.pd │ │ │ ├── u_cocollect-help.pd │ │ │ ├── u_cocollect.pd │ │ │ ├── u_collect-help.pd │ │ │ ├── u_collect.pd │ │ │ ├── u_dispatch-help.pd │ │ │ ├── u_dispatch.pd │ │ │ ├── u_fade-help.pd │ │ │ ├── u_fade.pd │ │ │ ├── u_follower.pd │ │ │ ├── u_highpass-help.pd │ │ │ ├── u_highpass.pd │ │ │ ├── u_highpassq-help.pd │ │ │ ├── u_highpassq.pd │ │ │ ├── u_listdrip-help.pd │ │ │ ├── u_listdrip.pd │ │ │ ├── u_listfilter-help.pd │ │ │ ├── u_listfilter.pd │ │ │ ├── u_listmap-help.pd │ │ │ ├── u_listmap.pd │ │ │ ├── u_listnth-help.pd │ │ │ ├── u_listnth.pd │ │ │ ├── u_listreduce-help.pd │ │ │ ├── u_listreduce.pd │ │ │ ├── u_listser-help.pd │ │ │ ├── u_listser.pd │ │ │ ├── u_loader-help.pd │ │ │ ├── u_loader.pd │ │ │ ├── u_loadmeter-help.pd │ │ │ ├── u_loadmeter.pd │ │ │ ├── u_lowpass-help.pd │ │ │ ├── u_lowpass.pd │ │ │ ├── u_lowpassq-help.pd │ │ │ ├── u_lowpassq.pd │ │ │ ├── u_makepoly-help.pd │ │ │ ├── u_makepoly.pd │ │ │ ├── u_record-help.pd │ │ │ ├── u_record.pd │ │ │ ├── u_samplebank-help.pd │ │ │ ├── u_samplebank.pd │ │ │ ├── u_samplebank2-help.pd │ │ │ ├── u_samplebank2.pd │ │ │ ├── u_sigm-help.pd │ │ │ ├── u_sigm.pd │ │ │ ├── u_splicetrans-help.pd │ │ │ ├── u_splicetrans.pd │ │ │ ├── u_sssad.pd │ │ │ ├── u_stereo-help.pd │ │ │ ├── u_stereo.pd │ │ │ └── u_wqrec.pd │ │ ├── rprint.pd │ │ ├── s-loader.pd │ │ ├── s_blsquare-mod.pd │ │ ├── sample-select.pd │ │ ├── sample.pd │ │ ├── show.pd │ │ ├── style.pd │ │ ├── synth-subtractive.pd │ │ ├── synth-type-1.pd │ │ ├── synth-type-2.pd │ │ ├── synth.pd │ │ └── thumb.jpg │ │ ├── Eargasm.rj │ │ ├── Info.plist │ │ ├── _main.pd │ │ ├── bus.pd │ │ ├── busses.pd │ │ ├── d-anaclip~.pd │ │ ├── d-default-example.pd │ │ ├── d-default-help.pd │ │ ├── d-default.pd │ │ ├── d-drywet~.pd │ │ ├── d-fbdelay~.pd │ │ ├── d-gt~.pd │ │ ├── d-midirec.pd │ │ ├── d-modes-help.pd │ │ ├── d-modes.pd │ │ ├── d-pan.pd │ │ ├── d-pan~.pd │ │ ├── d-resonator~.pd │ │ ├── d-resunit~.pd │ │ ├── d-smooth~.pd │ │ ├── d-sq.pd │ │ ├── image.jpg │ │ ├── midirecplay-chfilter.pd │ │ ├── midirecplay.pd │ │ ├── mix.pd │ │ ├── notes.qlist │ │ ├── return.pd │ │ └── tanh.pd │ │ └── bouncy.rj │ │ ├── 120-white.png │ │ ├── 200-white.png │ │ ├── 20pxslider.pd │ │ ├── 20pxsliderSND.pd │ │ ├── 48weiss.png │ │ ├── Info.plist │ │ ├── _main 2.pd │ │ ├── _main.pd │ │ ├── ball10.png │ │ ├── ball13.png │ │ ├── ball20.png │ │ ├── bounce10.png │ │ ├── bounce13.png │ │ ├── bounce320 2.pd │ │ ├── bounce320.pd │ │ ├── fingergravity.pd │ │ ├── gridblinkping.pd │ │ ├── image 2.jpg │ │ ├── image.jpg │ │ ├── license.txt │ │ ├── normal+.pd │ │ ├── normal.pd │ │ ├── p-64.png │ │ ├── p-slider20 │ │ ├── p-slider20.png │ │ ├── penta.pd │ │ ├── physics-back.png │ │ ├── pythagoras.pd │ │ ├── rj_image.pd │ │ ├── rj_text.pd │ │ ├── skalarprodukt.pd │ │ ├── sound-back.png │ │ └── u_loadmeter.pd └── tests │ ├── all_pd_guis.pd │ ├── droidparty │ ├── bang-driven │ │ └── droidparty_main.pd │ ├── bang │ │ └── droidparty_main.pd │ ├── canvas │ │ └── droidparty_main.pd │ ├── comment │ │ └── droidparty_main.pd │ ├── customfont │ │ ├── droidparty_main.pd │ │ └── font.ttf │ ├── display-rcv │ │ └── droidparty_main.pd │ ├── display │ │ └── droidparty_main.pd │ ├── droidnetclient │ │ ├── droidparty_main.pd │ │ └── test_hostclient.pd │ ├── droidnetreceive │ │ ├── droidparty_main.pd │ │ └── test_hostclient.pd │ ├── droidsystem │ │ └── droidparty_main.pd │ ├── hslider-driven │ │ └── droidparty_main.pd │ ├── hslider-init │ │ └── droidparty_main.pd │ ├── hslider-label │ │ └── droidparty_main.pd │ ├── hslider-range │ │ └── droidparty_main.pd │ ├── hslider │ │ └── droidparty_main.pd │ ├── hsliders-weird │ │ └── droidparty_main.pd │ ├── loadsave │ │ └── droidparty_main.pd │ ├── menubang │ │ ├── droidparty_main.pd │ │ ├── menubang-hello.png │ │ └── menubang-what_is_up.png │ ├── midi-monitor │ │ └── droidparty_main.pd │ ├── mknob │ │ ├── droidparty_main.pd │ │ └── knob-image.png │ ├── multitouch │ │ └── droidparty_main.pd │ ├── numberbox-driven │ │ └── droidparty_main.pd │ ├── numberbox-label │ │ └── droidparty_main.pd │ ├── numberbox-minmax │ │ └── droidparty_main.pd │ ├── numberbox │ │ └── droidparty_main.pd │ ├── numberbox2 │ │ └── droidparty_main.pd │ ├── numberboxfixed │ │ └── droidparty_main.pd │ ├── png-background │ │ ├── background.png │ │ └── droidparty_main.pd │ ├── ribbon │ │ └── droidparty_main.pd │ ├── svg-background-2 │ │ ├── background.svg │ │ └── droidparty_main.pd │ ├── svg-background-3 │ │ ├── background.svg │ │ └── droidparty_main.pd │ ├── svg-background │ │ ├── background.svg │ │ └── droidparty_main.pd │ ├── svg-widgets │ │ ├── Canvas.svg │ │ ├── Numberbox-off.svg │ │ ├── Numberbox-on.svg │ │ ├── Numberbox-xs-off.svg │ │ ├── Numberbox-xs-on.svg │ │ ├── Slider-horizontal.svg │ │ ├── Slider-test-horizontal.svg │ │ ├── Slider-test-vertical.svg │ │ ├── Slider-test-widget-horizontal.svg │ │ ├── Slider-test-widget-vertical.svg │ │ ├── Slider-vertical.svg │ │ ├── Taplist-off.svg │ │ ├── Taplist-on.svg │ │ ├── Taplist-ys-off.svg │ │ ├── Taplist-ys-on.svg │ │ ├── Toggle-label_test-off.svg │ │ ├── Toggle-label_test-on.svg │ │ ├── Toggle-off.svg │ │ ├── Toggle-on.svg │ │ ├── Toggle-send_test_1-off.svg │ │ ├── Toggle-send_test_1-on.svg │ │ ├── Toggle-sendtest-off.svg │ │ ├── Toggle-sendtest-on.svg │ │ ├── Touch-off.svg │ │ ├── Touch-on.svg │ │ ├── Wordbutton-boom-off.svg │ │ ├── Wordbutton-boom-on.svg │ │ ├── Wordbutton-off.svg │ │ ├── Wordbutton-on.svg │ │ ├── background.svg │ │ ├── droidparty_main.pd │ │ └── hemihead.ttf │ ├── taplist-sndrcv │ │ └── droidparty_main.pd │ ├── taplist │ │ └── droidparty_main.pd │ ├── test-aspect │ │ └── droidparty_main.pd │ ├── test-set │ │ └── droidparty_main.pd │ ├── toggle-driven │ │ └── droidparty_main.pd │ ├── toggle-init │ │ └── droidparty_main.pd │ ├── toggle-label │ │ └── droidparty_main.pd │ ├── toggle-value │ │ └── droidparty_main.pd │ ├── toggle │ │ └── droidparty_main.pd │ ├── touch │ │ └── droidparty_main.pd │ ├── vslider │ │ └── droidparty_main.pd │ └── wordbutton │ │ └── droidparty_main.pd │ ├── gui │ ├── bang-edit.pd │ ├── bang.pd │ ├── canvas-edit.pd │ ├── canvas.pd │ ├── comment.pd │ ├── console.pd │ ├── dollartest.pd │ ├── inits.pd │ ├── knob-edit.pd │ ├── knob.pd │ ├── list.pd │ ├── number.pd │ ├── number2-edit.pd │ ├── number2-linlog.pd │ ├── number2-width.pd │ ├── number2.pd │ ├── radio-edit.pd │ ├── radio.pd │ ├── slider-edit.pd │ ├── slider-linlog.pd │ ├── slider.pd │ ├── sr-range.pd │ ├── symbol.pd │ ├── toggle-edit.pd │ ├── toggle.pd │ ├── vumeter-edit.pd │ └── vumeter.pd │ ├── multi_channel.pd │ ├── pdparty │ ├── Accelerate │ │ └── _main.pd │ ├── Background │ │ ├── _main.pd │ │ ├── a.png │ │ ├── b.png │ │ └── background.png │ ├── Compass │ │ └── _main.pd │ ├── Controller │ │ ├── _main.pd │ │ └── gc-send.pd │ ├── Gyro │ │ └── _main.pd │ ├── Key │ │ └── _main.pd │ ├── Loc │ │ └── _main.pd │ ├── Magnet │ │ └── _main.pd │ ├── Midi │ │ └── _main.pd │ ├── Motion │ │ └── _main.pd │ ├── OpenClose │ │ ├── _main.pd │ │ ├── patch1.pd │ │ ├── patch2.pd │ │ └── rc │ │ │ ├── u_list2symbol-help.pd │ │ │ ├── u_list2symbol.pd │ │ │ ├── u_listdrip-help.pd │ │ │ ├── u_listdrip.pd │ │ │ ├── u_openclose-help.pd │ │ │ └── u_openclose.pd │ ├── OpenUrl │ │ ├── _main.pd │ │ └── local.html │ ├── Osc │ │ └── _main.pd │ ├── Shake │ │ └── _main.pd │ ├── Stylus │ │ └── _main.pd │ ├── Time │ │ └── _main.pd │ ├── Touch │ │ └── _main.pd │ └── ViewPort │ │ └── _main.pd │ └── rjdj │ ├── NoBackground.rj │ ├── Info.plist │ ├── LICENSE.txt │ ├── _main.pd │ └── thumb.jpg │ ├── Sensors.rj │ ├── Info.plist │ ├── _main.pd │ ├── image.jpg │ ├── rj_compass.pd │ ├── rj_image.pd │ ├── rj_loc.pd │ ├── rj_text.pd │ ├── rj_time.pd │ └── u_list2symbol.pd │ └── Widgets.rj │ ├── Info.plist │ ├── _main.pd │ ├── image.jpg │ ├── jerry.gif │ ├── mark.gif │ ├── rj │ ├── LICENSE.txt │ ├── OVERVIEW.pd │ ├── _markovanal.pd │ ├── a.txt │ ├── a_breath.pd │ ├── a_onset-help.pd │ ├── a_onset.pd │ ├── c.txt │ ├── c_adsr-help.pd │ ├── c_adsr.pd │ ├── c_adsrj-help.pd │ ├── c_adsrj.pd │ ├── c_bangx-help.pd │ ├── c_bangx.pd │ ├── c_cpfade-help.pd │ ├── c_cpfade.pd │ ├── c_drunk-help.pd │ ├── c_drunk.pd │ ├── c_ead-help.pd │ ├── c_ead.pd │ ├── c_lfo-help.pd │ ├── c_lfo.pd │ ├── c_madsr-help.pd │ ├── c_madsr.pd │ ├── c_madsrj-help.pd │ ├── c_madsrj.pd │ ├── c_markov-help.pd │ ├── c_markov.pd │ ├── c_mphasor-help.pd │ ├── c_mphasor.pd │ ├── c_multimetro-help.pd │ ├── c_multimetro.pd │ ├── c_multipass-help.pd │ ├── c_multipass.pd │ ├── c_pass-help.pd │ ├── c_pass.pd │ ├── c_patternchange-help.pd │ ├── c_patternchange.pd │ ├── c_seqplay-help.pd │ ├── c_seqplay.pd │ ├── c_urn-help.pd │ ├── c_urn.pd │ ├── c_xfade-help.pd │ ├── c_xfade.pd │ ├── e.txt │ ├── e_agc-help.pd │ ├── e_agc.pd │ ├── e_alias-help.pd │ ├── e_alias.pd │ ├── e_apdist-help.pd │ ├── e_apdist.pd │ ├── e_beequad-help.pd │ ├── e_beequad.pd │ ├── e_bitcrusher-help.pd │ ├── e_bitcrusher.pd │ ├── e_chorus-help.pd │ ├── e_chorus.pd │ ├── e_chorusr-help.pd │ ├── e_chorusr.pd │ ├── e_circlepan-help.pd │ ├── e_circlepan.pd │ ├── e_dubdel-help.pd │ ├── e_dubdel.pd │ ├── e_dynproc-help.pd │ ├── e_dynproc.pd │ ├── e_fbdelay-help.pd │ ├── e_fbdelay.pd │ ├── e_fbdelay2.pd │ ├── e_freqshift-help.pd │ ├── e_freqshift.pd │ ├── e_graindelread-help.pd │ ├── e_graindelread.pd │ ├── e_lop2-help.pd │ ├── e_lop2.pd │ ├── e_lop4-help.pd │ ├── e_lop4.pd │ ├── e_pan-help.pd │ ├── e_pan.pd │ ├── e_phaser-help.pd │ ├── e_phaser.pd │ ├── e_pingpong-help.pd │ ├── e_pingpong.pd │ ├── e_pitchshift-help.pd │ ├── e_pitchshift.pd │ ├── e_platereverb-help.pd │ ├── e_platereverb.pd │ ├── e_repeater-help.pd │ ├── e_repeater.pd │ ├── e_reslop-help.pd │ ├── e_reslop.pd │ ├── e_resonzq-help.pd │ ├── e_resonzq.pd │ ├── e_reverb-help.pd │ ├── e_reverb.pd │ ├── e_scompress-help.pd │ ├── e_scompress.pd │ ├── e_sdelay-help.pd │ ├── e_sdelay.pd │ ├── e_softclip-help.pd │ ├── e_softclip.pd │ ├── e_tremolo-help.pd │ ├── e_tremolo.pd │ ├── e_vocoder-help.pd │ ├── e_vocoder.pd │ ├── g.txt │ ├── g_channelstrip-help.pd │ ├── g_channelstrip.pd │ ├── g_hradio-help.pd │ ├── g_hradio.pd │ ├── g_hsl-help.pd │ ├── g_hsl.pd │ ├── g_hsl4-help.pd │ ├── g_hsl4.pd │ ├── g_nbx-help.pd │ ├── g_nbx.pd │ ├── g_nhsl-help.pd │ ├── g_nhsl.pd │ ├── g_pattern32-help.pd │ ├── g_pattern32.pd │ ├── g_showimage-help.pd │ ├── g_showimage.pd │ ├── g_showtext-help.pd │ ├── g_showtext.pd │ ├── g_symbol-help.pd │ ├── g_symbol.pd │ ├── g_tgl-help.pd │ ├── g_tgl.pd │ ├── g_vol-help.pd │ ├── g_vol.pd │ ├── g_vol2-help.pd │ ├── g_vol2.pd │ ├── m.txt │ ├── m_accel_magnitude-help.pd │ ├── m_accel_magnitude.pd │ ├── m_accel_pitch-help.pd │ ├── m_accel_pitch.pd │ ├── m_accel_roll-help.pd │ ├── m_accel_roll.pd │ ├── m_accel_status-help.pd │ ├── m_accel_status.pd │ ├── m_autoscale-help.pd │ ├── m_autoscale.pd │ ├── m_beat2ms-help.pd │ ├── m_beat2ms.pd │ ├── m_bpm2ms-help.pd │ ├── m_bpm2ms.pd │ ├── m_chorddict-help.pd │ ├── m_chorddict.pd │ ├── m_keyfollow-help.pd │ ├── m_keyfollow.pd │ ├── m_majorscale-help.pd │ ├── m_majorscale.pd │ ├── m_markovanal-help.pd │ ├── m_markovanal.pd │ ├── m_scale-help.pd │ ├── m_scale.pd │ ├── m_speedlimit-help.pd │ ├── m_speedlimit.pd │ ├── m_symbolarray-help.pd │ ├── m_symbolarray.pd │ ├── m_thresholds-help.pd │ ├── m_thresholds.pd │ ├── m_touch2grid-help.pd │ ├── m_touch2grid.pd │ ├── s.txt │ ├── s_blsaw-help.pd │ ├── s_blsaw.pd │ ├── s_blsquare-help.pd │ ├── s_blsquare.pd │ ├── s_buzz-help.pd │ ├── s_buzz.pd │ ├── s_drumelectro-help.pd │ ├── s_drumelectro.pd │ ├── s_fm4-help.pd │ ├── s_fm4.pd │ ├── s_fmoscil-help.pd │ ├── s_fmoscil.pd │ ├── s_fplaytable.pd │ ├── s_fplaytable2.pd │ ├── s_guitar-help.pd │ ├── s_guitar.pd │ ├── s_looper-help.pd │ ├── s_looper.pd │ ├── s_loopsmooth-help.pd │ ├── s_loopsmooth.pd │ ├── s_noish-help.pd │ ├── s_noish.pd │ ├── s_osc-help.pd │ ├── s_osc.pd │ ├── s_pinknoise-help.pd │ ├── s_pinknoise.pd │ ├── s_playolap-help.pd │ ├── s_playolap.pd │ ├── s_playtable-help.pd │ ├── s_playtable.pd │ ├── s_playtable2-help.pd │ ├── s_playtable2.pd │ ├── s_rhodey-help.pd │ ├── s_rhodey.pd │ ├── u.txt │ ├── u_bandpass1-help.pd │ ├── u_bandpass1.pd │ ├── u_bandpass1q-help.pd │ ├── u_bandpass1q.pd │ ├── u_bandpass2-help.pd │ ├── u_bandpass2.pd │ ├── u_bandpass2q-help.pd │ ├── u_bandpass2q.pd │ ├── u_channelstrip-help.pd │ ├── u_channelstrip.pd │ ├── u_cocollect-help.pd │ ├── u_cocollect.pd │ ├── u_collect-help.pd │ ├── u_collect.pd │ ├── u_dispatch-help.pd │ ├── u_dispatch.pd │ ├── u_dumpfile-help.pd │ ├── u_dumpfile.pd │ ├── u_fade-help.pd │ ├── u_fade.pd │ ├── u_follower.pd │ ├── u_highpass-help.pd │ ├── u_highpass.pd │ ├── u_highpassq-help.pd │ ├── u_highpassq.pd │ ├── u_listdrip-help.pd │ ├── u_listdrip.pd │ ├── u_listequal-help.pd │ ├── u_listequal.pd │ ├── u_listfilter-help.pd │ ├── u_listfilter.pd │ ├── u_listloop-help.pd │ ├── u_listloop.pd │ ├── u_listmap-help.pd │ ├── u_listmap.pd │ ├── u_listnth-help.pd │ ├── u_listnth.pd │ ├── u_listrandom-help.pd │ ├── u_listrandom.pd │ ├── u_listreduce-help.pd │ ├── u_listreduce.pd │ ├── u_listser-help.pd │ ├── u_listser.pd │ ├── u_loader-help.pd │ ├── u_loader.pd │ ├── u_loadmeter-help.pd │ ├── u_loadmeter.pd │ ├── u_lowpass-help.pd │ ├── u_lowpass.pd │ ├── u_lowpassq-help.pd │ ├── u_lowpassq.pd │ ├── u_makepoly-help.pd │ ├── u_makepoly.pd │ ├── u_multisamplebank-help.pd │ ├── u_multisamplebank.pd │ ├── u_multisamplebank2-help.pd │ ├── u_multisamplebank2.pd │ ├── u_record-help.pd │ ├── u_record.pd │ ├── u_robinpoly-help.pd │ ├── u_robinpoly.pd │ ├── u_robinpolymono-help.pd │ ├── u_robinpolymono.pd │ ├── u_samplebank-help.pd │ ├── u_samplebank.pd │ ├── u_samplebank2-help.pd │ ├── u_samplebank2.pd │ ├── u_samplekit-help.pd │ ├── u_samplekit.pd │ ├── u_samplekit2-help.pd │ ├── u_samplekit2.pd │ ├── u_show-help.pd │ ├── u_show.pd │ ├── u_sigm-help.pd │ ├── u_sigm.pd │ ├── u_spinner-help.pd │ ├── u_spinner.pd │ ├── u_splicetrans-help.pd │ ├── u_splicetrans.pd │ ├── u_sssad.pd │ ├── u_stereo-help.pd │ ├── u_stereo.pd │ ├── u_wrandom-help.pd │ └── u_wrandom.pd │ ├── rj_image.pd │ └── rj_text.pd ├── rjdj-rjlib ├── .gitignore ├── README.txt ├── deprecated │ ├── README │ ├── abs │ │ └── reverb-echo.pd │ ├── accelerate.pd │ ├── analysepitch.pd │ ├── analysesimpleonset.pd │ ├── hilbert~.pd │ ├── reverb.pd │ ├── rjXYZshake-help.pd │ ├── rjXYZshake.pd │ ├── rj_fft.pd │ ├── rjdispatch-help.pd │ ├── rjdispatch.pd │ ├── rjloader-help.pd │ ├── rjloader.pd │ ├── rjsave-ex-help.pd │ ├── rjsave-ex.pd │ ├── sssad.pd │ └── touch.pd ├── examplescenes │ ├── HelloWorldWorldWorld.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── rj │ │ │ ├── LICENSE.txt │ │ │ ├── OVERVIEW.pd │ │ │ ├── _markovanal.pd │ │ │ ├── a.txt │ │ │ ├── a_breath-help.pd │ │ │ ├── a_breath.pd │ │ │ ├── a_onset-help.pd │ │ │ ├── a_onset.pd │ │ │ ├── c.txt │ │ │ ├── c_adsr-help.pd │ │ │ ├── c_adsr.pd │ │ │ ├── c_adsrj-help.pd │ │ │ ├── c_adsrj.pd │ │ │ ├── c_bangx-help.pd │ │ │ ├── c_bangx.pd │ │ │ ├── c_bus-help.pd │ │ │ ├── c_bus.pd │ │ │ ├── c_cpfade-help.pd │ │ │ ├── c_cpfade.pd │ │ │ ├── c_drunk-help.pd │ │ │ ├── c_drunk.pd │ │ │ ├── c_ead-help.pd │ │ │ ├── c_ead.pd │ │ │ ├── c_frand-help.pd │ │ │ ├── c_frand.pd │ │ │ ├── c_frombus-help.pd │ │ │ ├── c_frombus.pd │ │ │ ├── c_lfo-help.pd │ │ │ ├── c_lfo.pd │ │ │ ├── c_madsr-help.pd │ │ │ ├── c_madsr.pd │ │ │ ├── c_madsrj-help.pd │ │ │ ├── c_madsrj.pd │ │ │ ├── c_markov-help.pd │ │ │ ├── c_markov.pd │ │ │ ├── c_mfade3-help.pd │ │ │ ├── c_mfade3.pd │ │ │ ├── c_mphasor-help.pd │ │ │ ├── c_mphasor.pd │ │ │ ├── c_multimetro-help.pd │ │ │ ├── c_multimetro.pd │ │ │ ├── c_multipass-help.pd │ │ │ ├── c_multipass.pd │ │ │ ├── c_pass-help.pd │ │ │ ├── c_pass.pd │ │ │ ├── c_patternchange-help.pd │ │ │ ├── c_patternchange.pd │ │ │ ├── c_seqplay-help.pd │ │ │ ├── c_seqplay.pd │ │ │ ├── c_taptap-help.pd │ │ │ ├── c_taptap.pd │ │ │ ├── c_tobus-help.pd │ │ │ ├── c_tobus.pd │ │ │ ├── c_urn-help.pd │ │ │ ├── c_urn.pd │ │ │ ├── c_xfade-help.pd │ │ │ ├── c_xfade.pd │ │ │ ├── e.txt │ │ │ ├── e_agc-help.pd │ │ │ ├── e_agc.pd │ │ │ ├── e_alias-help.pd │ │ │ ├── e_alias.pd │ │ │ ├── e_apdist-help.pd │ │ │ ├── e_apdist.pd │ │ │ ├── e_beequad-help.pd │ │ │ ├── e_beequad.pd │ │ │ ├── e_bitcrusher-help.pd │ │ │ ├── e_bitcrusher.pd │ │ │ ├── e_chorus-help.pd │ │ │ ├── e_chorus.pd │ │ │ ├── e_chorusr-help.pd │ │ │ ├── e_chorusr.pd │ │ │ ├── e_circlepan-help.pd │ │ │ ├── e_circlepan.pd │ │ │ ├── e_dubdel-help.pd │ │ │ ├── e_dubdel.pd │ │ │ ├── e_dynproc-help.pd │ │ │ ├── e_dynproc.pd │ │ │ ├── e_fbdelay-help.pd │ │ │ ├── e_fbdelay.pd │ │ │ ├── e_fbdelay2.pd │ │ │ ├── e_forcepitch-help.pd │ │ │ ├── e_forcepitch.pd │ │ │ ├── e_freqshift-help.pd │ │ │ ├── e_freqshift.pd │ │ │ ├── e_graindelread-help.pd │ │ │ ├── e_graindelread.pd │ │ │ ├── e_lop2-help.pd │ │ │ ├── e_lop2.pd │ │ │ ├── e_lop4-help.pd │ │ │ ├── e_lop4.pd │ │ │ ├── e_noclickdel-help.pd │ │ │ ├── e_noclickdel.pd │ │ │ ├── e_noclickdelsig.pd │ │ │ ├── e_pan-help.pd │ │ │ ├── e_pan.pd │ │ │ ├── e_phaser-help.pd │ │ │ ├── e_phaser.pd │ │ │ ├── e_pingpong-help.pd │ │ │ ├── e_pingpong.pd │ │ │ ├── e_pitchshift-help.pd │ │ │ ├── e_pitchshift.pd │ │ │ ├── e_platereverb-help.pd │ │ │ ├── e_platereverb.pd │ │ │ ├── e_repeater-help.pd │ │ │ ├── e_repeater.pd │ │ │ ├── e_reslop-help.pd │ │ │ ├── e_reslop.pd │ │ │ ├── e_resonzq-help.pd │ │ │ ├── e_resonzq.pd │ │ │ ├── e_reverb-help.pd │ │ │ ├── e_reverb.pd │ │ │ ├── e_scompress-help.pd │ │ │ ├── e_scompress.pd │ │ │ ├── e_sdelay-help.pd │ │ │ ├── e_sdelay.pd │ │ │ ├── e_softclip-help.pd │ │ │ ├── e_softclip.pd │ │ │ ├── e_stereowidener-help.pd │ │ │ ├── e_stereowidener.pd │ │ │ ├── e_tremolo-help.pd │ │ │ ├── e_tremolo.pd │ │ │ ├── e_vocoder-help.pd │ │ │ ├── e_vocoder.pd │ │ │ ├── g.txt │ │ │ ├── g_channelstrip-help.pd │ │ │ ├── g_channelstrip.pd │ │ │ ├── g_hradio-help.pd │ │ │ ├── g_hradio.pd │ │ │ ├── g_hsl-help.pd │ │ │ ├── g_hsl.pd │ │ │ ├── g_hsl4-help.pd │ │ │ ├── g_hsl4.pd │ │ │ ├── g_nbx-help.pd │ │ │ ├── g_nbx.pd │ │ │ ├── g_nhsl-help.pd │ │ │ ├── g_nhsl.pd │ │ │ ├── g_pattern32-help.pd │ │ │ ├── g_pattern32.pd │ │ │ ├── g_showimage-help.pd │ │ │ ├── g_showimage.pd │ │ │ ├── g_showtext-help.pd │ │ │ ├── g_showtext.pd │ │ │ ├── g_symbol-help.pd │ │ │ ├── g_symbol.pd │ │ │ ├── g_synsl-help.pd │ │ │ ├── g_synsl.pd │ │ │ ├── g_synthcontrol-help.pd │ │ │ ├── g_synthcontrol.pd │ │ │ ├── g_tgl-help.pd │ │ │ ├── g_tgl.pd │ │ │ ├── g_vol-help.pd │ │ │ ├── g_vol.pd │ │ │ ├── g_vol2-help.pd │ │ │ ├── g_vol2.pd │ │ │ ├── m.txt │ │ │ ├── m_accel_magnitude-help.pd │ │ │ ├── m_accel_magnitude.pd │ │ │ ├── m_accel_pitch-help.pd │ │ │ ├── m_accel_pitch.pd │ │ │ ├── m_accel_roll-help.pd │ │ │ ├── m_accel_roll.pd │ │ │ ├── m_accel_status-help.pd │ │ │ ├── m_accel_status.pd │ │ │ ├── m_autoscale-help.pd │ │ │ ├── m_autoscale.pd │ │ │ ├── m_beat2ms-help.pd │ │ │ ├── m_beat2ms.pd │ │ │ ├── m_bpm2ms-help.pd │ │ │ ├── m_bpm2ms.pd │ │ │ ├── m_chorddict-help.pd │ │ │ ├── m_chorddict.pd │ │ │ ├── m_intv2ratio-help.pd │ │ │ ├── m_intv2ratio.pd │ │ │ ├── m_keyfollow-help.pd │ │ │ ├── m_keyfollow.pd │ │ │ ├── m_majorscale-help.pd │ │ │ ├── m_majorscale.pd │ │ │ ├── m_markovanal-help.pd │ │ │ ├── m_markovanal.pd │ │ │ ├── m_minorscale-help.pd │ │ │ ├── m_minorscale.pd │ │ │ ├── m_ms2beat-help.pd │ │ │ ├── m_ms2beat.pd │ │ │ ├── m_ms2sm-help.pd │ │ │ ├── m_ms2sm.pd │ │ │ ├── m_ratio2intv-help.pd │ │ │ ├── m_ratio2intv.pd │ │ │ ├── m_scale-help.pd │ │ │ ├── m_scale.pd │ │ │ ├── m_sm2ms-help.pd │ │ │ ├── m_sm2ms.pd │ │ │ ├── m_speedlimit-help.pd │ │ │ ├── m_speedlimit.pd │ │ │ ├── m_symbolarray-help.pd │ │ │ ├── m_symbolarray.pd │ │ │ ├── m_thresholds-help.pd │ │ │ ├── m_thresholds.pd │ │ │ ├── m_touch2grid-help.pd │ │ │ ├── m_touch2grid.pd │ │ │ ├── r_#accelerate-help.pd │ │ │ ├── r_#accelerate.pd │ │ │ ├── r_#compass-help.pd │ │ │ ├── r_#compass.pd │ │ │ ├── r_#gyro-help.pd │ │ │ ├── r_#gyro.pd │ │ │ ├── r_#loc-help.pd │ │ │ ├── r_#loc.pd │ │ │ ├── r_#time-help.pd │ │ │ ├── r_#time.pd │ │ │ ├── r_#touch-help.pd │ │ │ ├── r_#touch.pd │ │ │ ├── rj-meta.pd │ │ │ ├── rj.txt │ │ │ ├── rj_image-help.pd │ │ │ ├── rj_image.pd │ │ │ ├── s.txt │ │ │ ├── s_blsaw-help.pd │ │ │ ├── s_blsaw.pd │ │ │ ├── s_blsquare-help.pd │ │ │ ├── s_blsquare.pd │ │ │ ├── s_buzz-help.pd │ │ │ ├── s_buzz.pd │ │ │ ├── s_chip-help.pd │ │ │ ├── s_chip.pd │ │ │ ├── s_cwc-help.pd │ │ │ ├── s_cwc.pd │ │ │ ├── s_czz-help.pd │ │ │ ├── s_czz.pd │ │ │ ├── s_drumelectro-help.pd │ │ │ ├── s_drumelectro.pd │ │ │ ├── s_ejun-help.pd │ │ │ ├── s_ejun.pd │ │ │ ├── s_fm4-help.pd │ │ │ ├── s_fm4.pd │ │ │ ├── s_fmoscil-help.pd │ │ │ ├── s_fmoscil.pd │ │ │ ├── s_fplaytable-help.pd │ │ │ ├── s_fplaytable.pd │ │ │ ├── s_fplaytable2.pd │ │ │ ├── s_guitar-help.pd │ │ │ ├── s_guitar.pd │ │ │ ├── s_hstr-help.pd │ │ │ ├── s_hstr.pd │ │ │ ├── s_looper-help.pd │ │ │ ├── s_looper.pd │ │ │ ├── s_loopsmooth-help.pd │ │ │ ├── s_loopsmooth.pd │ │ │ ├── s_noish-help.pd │ │ │ ├── s_noish.pd │ │ │ ├── s_noiz-help.pd │ │ │ ├── s_noiz.pd │ │ │ ├── s_osc-help.pd │ │ │ ├── s_osc.pd │ │ │ ├── s_pinknoise-help.pd │ │ │ ├── s_pinknoise.pd │ │ │ ├── s_playolap-help.pd │ │ │ ├── s_playolap.pd │ │ │ ├── s_playtable-help.pd │ │ │ ├── s_playtable.pd │ │ │ ├── s_playtable2-help.pd │ │ │ ├── s_playtable2.pd │ │ │ ├── s_rhodey-help.pd │ │ │ ├── s_rhodey.pd │ │ │ ├── s_spad-help.pd │ │ │ ├── s_spad.pd │ │ │ ├── s_vphasor-help.pd │ │ │ ├── s_vphasor.pd │ │ │ ├── s_wsb-help.pd │ │ │ ├── s_wsb.pd │ │ │ ├── u.txt │ │ │ ├── u_bandpass1-help.pd │ │ │ ├── u_bandpass1.pd │ │ │ ├── u_bandpass1q-help.pd │ │ │ ├── u_bandpass1q.pd │ │ │ ├── u_bandpass2-help.pd │ │ │ ├── u_bandpass2.pd │ │ │ ├── u_bandpass2q-help.pd │ │ │ ├── u_bandpass2q.pd │ │ │ ├── u_channelstrip-help.pd │ │ │ ├── u_channelstrip.pd │ │ │ ├── u_cocollect-help.pd │ │ │ ├── u_cocollect.pd │ │ │ ├── u_collect-help.pd │ │ │ ├── u_collect.pd │ │ │ ├── u_dispatch-help.pd │ │ │ ├── u_dispatch.pd │ │ │ ├── u_dumpfile-help.pd │ │ │ ├── u_dumpfile.pd │ │ │ ├── u_fade-help.pd │ │ │ ├── u_fade.pd │ │ │ ├── u_follower.pd │ │ │ ├── u_highpass-help.pd │ │ │ ├── u_highpass.pd │ │ │ ├── u_highpassq-help.pd │ │ │ ├── u_highpassq.pd │ │ │ ├── u_listdrip-help.pd │ │ │ ├── u_listdrip.pd │ │ │ ├── u_listequal-help.pd │ │ │ ├── u_listequal.pd │ │ │ ├── u_listfilter-help.pd │ │ │ ├── u_listfilter.pd │ │ │ ├── u_listloop-help.pd │ │ │ ├── u_listloop.pd │ │ │ ├── u_listmap-help.pd │ │ │ ├── u_listmap.pd │ │ │ ├── u_listnth-help.pd │ │ │ ├── u_listnth.pd │ │ │ ├── u_listrandom-help.pd │ │ │ ├── u_listrandom.pd │ │ │ ├── u_listreduce-help.pd │ │ │ ├── u_listreduce.pd │ │ │ ├── u_listser-help.pd │ │ │ ├── u_listser.pd │ │ │ ├── u_loader-help.pd │ │ │ ├── u_loader.pd │ │ │ ├── u_loadmeter-help.pd │ │ │ ├── u_loadmeter.pd │ │ │ ├── u_lowpass-help.pd │ │ │ ├── u_lowpass.pd │ │ │ ├── u_lowpassq-help.pd │ │ │ ├── u_lowpassq.pd │ │ │ ├── u_makepoly-help.pd │ │ │ ├── u_makepoly.pd │ │ │ ├── u_messagesaver-help.pd │ │ │ ├── u_messagesaver.pd │ │ │ ├── u_multisamplebank-help.pd │ │ │ ├── u_multisamplebank.pd │ │ │ ├── u_multisamplebank2-help.pd │ │ │ ├── u_multisamplebank2.pd │ │ │ ├── u_record-help.pd │ │ │ ├── u_record.pd │ │ │ ├── u_robinpoly-help.pd │ │ │ ├── u_robinpoly.pd │ │ │ ├── u_robinpolymono-help.pd │ │ │ ├── u_robinpolymono.pd │ │ │ ├── u_samplebank-help.pd │ │ │ ├── u_samplebank.pd │ │ │ ├── u_samplebank2-help.pd │ │ │ ├── u_samplebank2.pd │ │ │ ├── u_samplekit-help.pd │ │ │ ├── u_samplekit.pd │ │ │ ├── u_samplekit2-help.pd │ │ │ ├── u_samplekit2.pd │ │ │ ├── u_show-help.pd │ │ │ ├── u_show.pd │ │ │ ├── u_sigm-help.pd │ │ │ ├── u_sigm.pd │ │ │ ├── u_spinner-help.pd │ │ │ ├── u_spinner.pd │ │ │ ├── u_splicetrans-help.pd │ │ │ ├── u_splicetrans.pd │ │ │ ├── u_sssad.pd │ │ │ ├── u_stereo-help.pd │ │ │ ├── u_stereo.pd │ │ │ ├── u_wrandom-help.pd │ │ │ ├── u_wrandom.pd │ │ │ └── z_blank-help.pd │ ├── OnsetDetection.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ ├── rj │ │ │ ├── LICENSE.txt │ │ │ ├── OVERVIEW.pd │ │ │ ├── _markovanal.pd │ │ │ ├── a.txt │ │ │ ├── a_breath-help.pd │ │ │ ├── a_breath.pd │ │ │ ├── a_onset-help.pd │ │ │ ├── a_onset.pd │ │ │ ├── c.txt │ │ │ ├── c_adsr-help.pd │ │ │ ├── c_adsr.pd │ │ │ ├── c_adsrj-help.pd │ │ │ ├── c_adsrj.pd │ │ │ ├── c_bangx-help.pd │ │ │ ├── c_bangx.pd │ │ │ ├── c_bus-help.pd │ │ │ ├── c_bus.pd │ │ │ ├── c_cpfade-help.pd │ │ │ ├── c_cpfade.pd │ │ │ ├── c_drunk-help.pd │ │ │ ├── c_drunk.pd │ │ │ ├── c_ead-help.pd │ │ │ ├── c_ead.pd │ │ │ ├── c_frand-help.pd │ │ │ ├── c_frand.pd │ │ │ ├── c_frombus-help.pd │ │ │ ├── c_frombus.pd │ │ │ ├── c_lfo-help.pd │ │ │ ├── c_lfo.pd │ │ │ ├── c_madsr-help.pd │ │ │ ├── c_madsr.pd │ │ │ ├── c_madsrj-help.pd │ │ │ ├── c_madsrj.pd │ │ │ ├── c_markov-help.pd │ │ │ ├── c_markov.pd │ │ │ ├── c_mfade3-help.pd │ │ │ ├── c_mfade3.pd │ │ │ ├── c_mphasor-help.pd │ │ │ ├── c_mphasor.pd │ │ │ ├── c_multimetro-help.pd │ │ │ ├── c_multimetro.pd │ │ │ ├── c_multipass-help.pd │ │ │ ├── c_multipass.pd │ │ │ ├── c_pass-help.pd │ │ │ ├── c_pass.pd │ │ │ ├── c_patternchange-help.pd │ │ │ ├── c_patternchange.pd │ │ │ ├── c_seqplay-help.pd │ │ │ ├── c_seqplay.pd │ │ │ ├── c_taptap-help.pd │ │ │ ├── c_taptap.pd │ │ │ ├── c_tobus-help.pd │ │ │ ├── c_tobus.pd │ │ │ ├── c_urn-help.pd │ │ │ ├── c_urn.pd │ │ │ ├── c_xfade-help.pd │ │ │ ├── c_xfade.pd │ │ │ ├── e.txt │ │ │ ├── e_agc-help.pd │ │ │ ├── e_agc.pd │ │ │ ├── e_alias-help.pd │ │ │ ├── e_alias.pd │ │ │ ├── e_apdist-help.pd │ │ │ ├── e_apdist.pd │ │ │ ├── e_beequad-help.pd │ │ │ ├── e_beequad.pd │ │ │ ├── e_bitcrusher-help.pd │ │ │ ├── e_bitcrusher.pd │ │ │ ├── e_chorus-help.pd │ │ │ ├── e_chorus.pd │ │ │ ├── e_chorusr-help.pd │ │ │ ├── e_chorusr.pd │ │ │ ├── e_circlepan-help.pd │ │ │ ├── e_circlepan.pd │ │ │ ├── e_dubdel-help.pd │ │ │ ├── e_dubdel.pd │ │ │ ├── e_dynproc-help.pd │ │ │ ├── e_dynproc.pd │ │ │ ├── e_fbdelay-help.pd │ │ │ ├── e_fbdelay.pd │ │ │ ├── e_fbdelay2.pd │ │ │ ├── e_forcepitch-help.pd │ │ │ ├── e_forcepitch.pd │ │ │ ├── e_freqshift-help.pd │ │ │ ├── e_freqshift.pd │ │ │ ├── e_graindelread-help.pd │ │ │ ├── e_graindelread.pd │ │ │ ├── e_lop2-help.pd │ │ │ ├── e_lop2.pd │ │ │ ├── e_lop4-help.pd │ │ │ ├── e_lop4.pd │ │ │ ├── e_noclickdel-help.pd │ │ │ ├── e_noclickdel.pd │ │ │ ├── e_noclickdelsig.pd │ │ │ ├── e_pan-help.pd │ │ │ ├── e_pan.pd │ │ │ ├── e_phaser-help.pd │ │ │ ├── e_phaser.pd │ │ │ ├── e_pingpong-help.pd │ │ │ ├── e_pingpong.pd │ │ │ ├── e_pitchshift-help.pd │ │ │ ├── e_pitchshift.pd │ │ │ ├── e_platereverb-help.pd │ │ │ ├── e_platereverb.pd │ │ │ ├── e_repeater-help.pd │ │ │ ├── e_repeater.pd │ │ │ ├── e_reslop-help.pd │ │ │ ├── e_reslop.pd │ │ │ ├── e_resonzq-help.pd │ │ │ ├── e_resonzq.pd │ │ │ ├── e_reverb-help.pd │ │ │ ├── e_reverb.pd │ │ │ ├── e_scompress-help.pd │ │ │ ├── e_scompress.pd │ │ │ ├── e_sdelay-help.pd │ │ │ ├── e_sdelay.pd │ │ │ ├── e_softclip-help.pd │ │ │ ├── e_softclip.pd │ │ │ ├── e_stereowidener-help.pd │ │ │ ├── e_stereowidener.pd │ │ │ ├── e_tremolo-help.pd │ │ │ ├── e_tremolo.pd │ │ │ ├── e_vocoder-help.pd │ │ │ ├── e_vocoder.pd │ │ │ ├── g.txt │ │ │ ├── g_channelstrip-help.pd │ │ │ ├── g_channelstrip.pd │ │ │ ├── g_hradio-help.pd │ │ │ ├── g_hradio.pd │ │ │ ├── g_hsl-help.pd │ │ │ ├── g_hsl.pd │ │ │ ├── g_hsl4-help.pd │ │ │ ├── g_hsl4.pd │ │ │ ├── g_nbx-help.pd │ │ │ ├── g_nbx.pd │ │ │ ├── g_nhsl-help.pd │ │ │ ├── g_nhsl.pd │ │ │ ├── g_pattern32-help.pd │ │ │ ├── g_pattern32.pd │ │ │ ├── g_showimage-help.pd │ │ │ ├── g_showimage.pd │ │ │ ├── g_showtext-help.pd │ │ │ ├── g_showtext.pd │ │ │ ├── g_symbol-help.pd │ │ │ ├── g_symbol.pd │ │ │ ├── g_synsl-help.pd │ │ │ ├── g_synsl.pd │ │ │ ├── g_synthcontrol-help.pd │ │ │ ├── g_synthcontrol.pd │ │ │ ├── g_tgl-help.pd │ │ │ ├── g_tgl.pd │ │ │ ├── g_vol-help.pd │ │ │ ├── g_vol.pd │ │ │ ├── g_vol2-help.pd │ │ │ ├── g_vol2.pd │ │ │ ├── m.txt │ │ │ ├── m_accel_magnitude-help.pd │ │ │ ├── m_accel_magnitude.pd │ │ │ ├── m_accel_pitch-help.pd │ │ │ ├── m_accel_pitch.pd │ │ │ ├── m_accel_roll-help.pd │ │ │ ├── m_accel_roll.pd │ │ │ ├── m_accel_status-help.pd │ │ │ ├── m_accel_status.pd │ │ │ ├── m_autoscale-help.pd │ │ │ ├── m_autoscale.pd │ │ │ ├── m_beat2ms-help.pd │ │ │ ├── m_beat2ms.pd │ │ │ ├── m_bpm2ms-help.pd │ │ │ ├── m_bpm2ms.pd │ │ │ ├── m_chorddict-help.pd │ │ │ ├── m_chorddict.pd │ │ │ ├── m_intv2ratio-help.pd │ │ │ ├── m_intv2ratio.pd │ │ │ ├── m_keyfollow-help.pd │ │ │ ├── m_keyfollow.pd │ │ │ ├── m_majorscale-help.pd │ │ │ ├── m_majorscale.pd │ │ │ ├── m_markovanal-help.pd │ │ │ ├── m_markovanal.pd │ │ │ ├── m_minorscale-help.pd │ │ │ ├── m_minorscale.pd │ │ │ ├── m_ms2beat-help.pd │ │ │ ├── m_ms2beat.pd │ │ │ ├── m_ms2sm-help.pd │ │ │ ├── m_ms2sm.pd │ │ │ ├── m_ratio2intv-help.pd │ │ │ ├── m_ratio2intv.pd │ │ │ ├── m_scale-help.pd │ │ │ ├── m_scale.pd │ │ │ ├── m_sm2ms-help.pd │ │ │ ├── m_sm2ms.pd │ │ │ ├── m_speedlimit-help.pd │ │ │ ├── m_speedlimit.pd │ │ │ ├── m_symbolarray-help.pd │ │ │ ├── m_symbolarray.pd │ │ │ ├── m_thresholds-help.pd │ │ │ ├── m_thresholds.pd │ │ │ ├── m_touch2grid-help.pd │ │ │ ├── m_touch2grid.pd │ │ │ ├── r_#accelerate-help.pd │ │ │ ├── r_#accelerate.pd │ │ │ ├── r_#compass-help.pd │ │ │ ├── r_#compass.pd │ │ │ ├── r_#gyro-help.pd │ │ │ ├── r_#gyro.pd │ │ │ ├── r_#loc-help.pd │ │ │ ├── r_#loc.pd │ │ │ ├── r_#time-help.pd │ │ │ ├── r_#time.pd │ │ │ ├── r_#touch-help.pd │ │ │ ├── r_#touch.pd │ │ │ ├── rj-meta.pd │ │ │ ├── rj.txt │ │ │ ├── rj_image-help.pd │ │ │ ├── rj_image.pd │ │ │ ├── s.txt │ │ │ ├── s_blsaw-help.pd │ │ │ ├── s_blsaw.pd │ │ │ ├── s_blsquare-help.pd │ │ │ ├── s_blsquare.pd │ │ │ ├── s_buzz-help.pd │ │ │ ├── s_buzz.pd │ │ │ ├── s_chip-help.pd │ │ │ ├── s_chip.pd │ │ │ ├── s_cwc-help.pd │ │ │ ├── s_cwc.pd │ │ │ ├── s_czz-help.pd │ │ │ ├── s_czz.pd │ │ │ ├── s_drumelectro-help.pd │ │ │ ├── s_drumelectro.pd │ │ │ ├── s_ejun-help.pd │ │ │ ├── s_ejun.pd │ │ │ ├── s_fm4-help.pd │ │ │ ├── s_fm4.pd │ │ │ ├── s_fmoscil-help.pd │ │ │ ├── s_fmoscil.pd │ │ │ ├── s_fplaytable-help.pd │ │ │ ├── s_fplaytable.pd │ │ │ ├── s_fplaytable2.pd │ │ │ ├── s_guitar-help.pd │ │ │ ├── s_guitar.pd │ │ │ ├── s_hstr-help.pd │ │ │ ├── s_hstr.pd │ │ │ ├── s_looper-help.pd │ │ │ ├── s_looper.pd │ │ │ ├── s_loopsmooth-help.pd │ │ │ ├── s_loopsmooth.pd │ │ │ ├── s_noish-help.pd │ │ │ ├── s_noish.pd │ │ │ ├── s_noiz-help.pd │ │ │ ├── s_noiz.pd │ │ │ ├── s_osc-help.pd │ │ │ ├── s_osc.pd │ │ │ ├── s_pinknoise-help.pd │ │ │ ├── s_pinknoise.pd │ │ │ ├── s_playolap-help.pd │ │ │ ├── s_playolap.pd │ │ │ ├── s_playtable-help.pd │ │ │ ├── s_playtable.pd │ │ │ ├── s_playtable2-help.pd │ │ │ ├── s_playtable2.pd │ │ │ ├── s_rhodey-help.pd │ │ │ ├── s_rhodey.pd │ │ │ ├── s_spad-help.pd │ │ │ ├── s_spad.pd │ │ │ ├── s_vphasor-help.pd │ │ │ ├── s_vphasor.pd │ │ │ ├── s_wsb-help.pd │ │ │ ├── s_wsb.pd │ │ │ ├── u.txt │ │ │ ├── u_bandpass1-help.pd │ │ │ ├── u_bandpass1.pd │ │ │ ├── u_bandpass1q-help.pd │ │ │ ├── u_bandpass1q.pd │ │ │ ├── u_bandpass2-help.pd │ │ │ ├── u_bandpass2.pd │ │ │ ├── u_bandpass2q-help.pd │ │ │ ├── u_bandpass2q.pd │ │ │ ├── u_channelstrip-help.pd │ │ │ ├── u_channelstrip.pd │ │ │ ├── u_cocollect-help.pd │ │ │ ├── u_cocollect.pd │ │ │ ├── u_collect-help.pd │ │ │ ├── u_collect.pd │ │ │ ├── u_dispatch-help.pd │ │ │ ├── u_dispatch.pd │ │ │ ├── u_dumpfile-help.pd │ │ │ ├── u_dumpfile.pd │ │ │ ├── u_fade-help.pd │ │ │ ├── u_fade.pd │ │ │ ├── u_follower.pd │ │ │ ├── u_highpass-help.pd │ │ │ ├── u_highpass.pd │ │ │ ├── u_highpassq-help.pd │ │ │ ├── u_highpassq.pd │ │ │ ├── u_listdrip-help.pd │ │ │ ├── u_listdrip.pd │ │ │ ├── u_listequal-help.pd │ │ │ ├── u_listequal.pd │ │ │ ├── u_listfilter-help.pd │ │ │ ├── u_listfilter.pd │ │ │ ├── u_listloop-help.pd │ │ │ ├── u_listloop.pd │ │ │ ├── u_listmap-help.pd │ │ │ ├── u_listmap.pd │ │ │ ├── u_listnth-help.pd │ │ │ ├── u_listnth.pd │ │ │ ├── u_listrandom-help.pd │ │ │ ├── u_listrandom.pd │ │ │ ├── u_listreduce-help.pd │ │ │ ├── u_listreduce.pd │ │ │ ├── u_listser-help.pd │ │ │ ├── u_listser.pd │ │ │ ├── u_loader-help.pd │ │ │ ├── u_loader.pd │ │ │ ├── u_loadmeter-help.pd │ │ │ ├── u_loadmeter.pd │ │ │ ├── u_lowpass-help.pd │ │ │ ├── u_lowpass.pd │ │ │ ├── u_lowpassq-help.pd │ │ │ ├── u_lowpassq.pd │ │ │ ├── u_makepoly-help.pd │ │ │ ├── u_makepoly.pd │ │ │ ├── u_messagesaver-help.pd │ │ │ ├── u_messagesaver.pd │ │ │ ├── u_multisamplebank-help.pd │ │ │ ├── u_multisamplebank.pd │ │ │ ├── u_multisamplebank2-help.pd │ │ │ ├── u_multisamplebank2.pd │ │ │ ├── u_record-help.pd │ │ │ ├── u_record.pd │ │ │ ├── u_robinpoly-help.pd │ │ │ ├── u_robinpoly.pd │ │ │ ├── u_robinpolymono-help.pd │ │ │ ├── u_robinpolymono.pd │ │ │ ├── u_samplebank-help.pd │ │ │ ├── u_samplebank.pd │ │ │ ├── u_samplebank2-help.pd │ │ │ ├── u_samplebank2.pd │ │ │ ├── u_samplekit-help.pd │ │ │ ├── u_samplekit.pd │ │ │ ├── u_samplekit2-help.pd │ │ │ ├── u_samplekit2.pd │ │ │ ├── u_show-help.pd │ │ │ ├── u_show.pd │ │ │ ├── u_sigm-help.pd │ │ │ ├── u_sigm.pd │ │ │ ├── u_spinner-help.pd │ │ │ ├── u_spinner.pd │ │ │ ├── u_splicetrans-help.pd │ │ │ ├── u_splicetrans.pd │ │ │ ├── u_sssad.pd │ │ │ ├── u_stereo-help.pd │ │ │ ├── u_stereo.pd │ │ │ ├── u_wrandom-help.pd │ │ │ ├── u_wrandom.pd │ │ │ └── z_blank-help.pd │ │ ├── sf_C3.wav │ │ └── sf_Gis1.wav │ ├── StreetBeatz.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ ├── rj │ │ │ ├── LICENSE.txt │ │ │ ├── OVERVIEW.pd │ │ │ ├── _markovanal.pd │ │ │ ├── a.txt │ │ │ ├── a_breath-help.pd │ │ │ ├── a_breath.pd │ │ │ ├── a_onset-help.pd │ │ │ ├── a_onset.pd │ │ │ ├── c.txt │ │ │ ├── c_adsr-help.pd │ │ │ ├── c_adsr.pd │ │ │ ├── c_adsrj-help.pd │ │ │ ├── c_adsrj.pd │ │ │ ├── c_bangx-help.pd │ │ │ ├── c_bangx.pd │ │ │ ├── c_bus-help.pd │ │ │ ├── c_bus.pd │ │ │ ├── c_cpfade-help.pd │ │ │ ├── c_cpfade.pd │ │ │ ├── c_drunk-help.pd │ │ │ ├── c_drunk.pd │ │ │ ├── c_ead-help.pd │ │ │ ├── c_ead.pd │ │ │ ├── c_frand-help.pd │ │ │ ├── c_frand.pd │ │ │ ├── c_frombus-help.pd │ │ │ ├── c_frombus.pd │ │ │ ├── c_lfo-help.pd │ │ │ ├── c_lfo.pd │ │ │ ├── c_madsr-help.pd │ │ │ ├── c_madsr.pd │ │ │ ├── c_madsrj-help.pd │ │ │ ├── c_madsrj.pd │ │ │ ├── c_markov-help.pd │ │ │ ├── c_markov.pd │ │ │ ├── c_mfade3-help.pd │ │ │ ├── c_mfade3.pd │ │ │ ├── c_mphasor-help.pd │ │ │ ├── c_mphasor.pd │ │ │ ├── c_multimetro-help.pd │ │ │ ├── c_multimetro.pd │ │ │ ├── c_multipass-help.pd │ │ │ ├── c_multipass.pd │ │ │ ├── c_pass-help.pd │ │ │ ├── c_pass.pd │ │ │ ├── c_patternchange-help.pd │ │ │ ├── c_patternchange.pd │ │ │ ├── c_seqplay-help.pd │ │ │ ├── c_seqplay.pd │ │ │ ├── c_taptap-help.pd │ │ │ ├── c_taptap.pd │ │ │ ├── c_tobus-help.pd │ │ │ ├── c_tobus.pd │ │ │ ├── c_urn-help.pd │ │ │ ├── c_urn.pd │ │ │ ├── c_xfade-help.pd │ │ │ ├── c_xfade.pd │ │ │ ├── e.txt │ │ │ ├── e_agc-help.pd │ │ │ ├── e_agc.pd │ │ │ ├── e_alias-help.pd │ │ │ ├── e_alias.pd │ │ │ ├── e_apdist-help.pd │ │ │ ├── e_apdist.pd │ │ │ ├── e_beequad-help.pd │ │ │ ├── e_beequad.pd │ │ │ ├── e_bitcrusher-help.pd │ │ │ ├── e_bitcrusher.pd │ │ │ ├── e_chorus-help.pd │ │ │ ├── e_chorus.pd │ │ │ ├── e_chorusr-help.pd │ │ │ ├── e_chorusr.pd │ │ │ ├── e_circlepan-help.pd │ │ │ ├── e_circlepan.pd │ │ │ ├── e_dubdel-help.pd │ │ │ ├── e_dubdel.pd │ │ │ ├── e_dynproc-help.pd │ │ │ ├── e_dynproc.pd │ │ │ ├── e_fbdelay-help.pd │ │ │ ├── e_fbdelay.pd │ │ │ ├── e_fbdelay2.pd │ │ │ ├── e_forcepitch-help.pd │ │ │ ├── e_forcepitch.pd │ │ │ ├── e_freqshift-help.pd │ │ │ ├── e_freqshift.pd │ │ │ ├── e_graindelread-help.pd │ │ │ ├── e_graindelread.pd │ │ │ ├── e_lop2-help.pd │ │ │ ├── e_lop2.pd │ │ │ ├── e_lop4-help.pd │ │ │ ├── e_lop4.pd │ │ │ ├── e_noclickdel-help.pd │ │ │ ├── e_noclickdel.pd │ │ │ ├── e_noclickdelsig.pd │ │ │ ├── e_pan-help.pd │ │ │ ├── e_pan.pd │ │ │ ├── e_phaser-help.pd │ │ │ ├── e_phaser.pd │ │ │ ├── e_pingpong-help.pd │ │ │ ├── e_pingpong.pd │ │ │ ├── e_pitchshift-help.pd │ │ │ ├── e_pitchshift.pd │ │ │ ├── e_platereverb-help.pd │ │ │ ├── e_platereverb.pd │ │ │ ├── e_repeater-help.pd │ │ │ ├── e_repeater.pd │ │ │ ├── e_reslop-help.pd │ │ │ ├── e_reslop.pd │ │ │ ├── e_resonzq-help.pd │ │ │ ├── e_resonzq.pd │ │ │ ├── e_reverb-help.pd │ │ │ ├── e_reverb.pd │ │ │ ├── e_scompress-help.pd │ │ │ ├── e_scompress.pd │ │ │ ├── e_sdelay-help.pd │ │ │ ├── e_sdelay.pd │ │ │ ├── e_softclip-help.pd │ │ │ ├── e_softclip.pd │ │ │ ├── e_stereowidener-help.pd │ │ │ ├── e_stereowidener.pd │ │ │ ├── e_tremolo-help.pd │ │ │ ├── e_tremolo.pd │ │ │ ├── e_vocoder-help.pd │ │ │ ├── e_vocoder.pd │ │ │ ├── g.txt │ │ │ ├── g_channelstrip-help.pd │ │ │ ├── g_channelstrip.pd │ │ │ ├── g_hradio-help.pd │ │ │ ├── g_hradio.pd │ │ │ ├── g_hsl-help.pd │ │ │ ├── g_hsl.pd │ │ │ ├── g_hsl4-help.pd │ │ │ ├── g_hsl4.pd │ │ │ ├── g_nbx-help.pd │ │ │ ├── g_nbx.pd │ │ │ ├── g_nhsl-help.pd │ │ │ ├── g_nhsl.pd │ │ │ ├── g_pattern32-help.pd │ │ │ ├── g_pattern32.pd │ │ │ ├── g_showimage-help.pd │ │ │ ├── g_showimage.pd │ │ │ ├── g_showtext-help.pd │ │ │ ├── g_showtext.pd │ │ │ ├── g_symbol-help.pd │ │ │ ├── g_symbol.pd │ │ │ ├── g_synsl-help.pd │ │ │ ├── g_synsl.pd │ │ │ ├── g_synthcontrol-help.pd │ │ │ ├── g_synthcontrol.pd │ │ │ ├── g_tgl-help.pd │ │ │ ├── g_tgl.pd │ │ │ ├── g_vol-help.pd │ │ │ ├── g_vol.pd │ │ │ ├── g_vol2-help.pd │ │ │ ├── g_vol2.pd │ │ │ ├── m.txt │ │ │ ├── m_accel_magnitude-help.pd │ │ │ ├── m_accel_magnitude.pd │ │ │ ├── m_accel_pitch-help.pd │ │ │ ├── m_accel_pitch.pd │ │ │ ├── m_accel_roll-help.pd │ │ │ ├── m_accel_roll.pd │ │ │ ├── m_accel_status-help.pd │ │ │ ├── m_accel_status.pd │ │ │ ├── m_autoscale-help.pd │ │ │ ├── m_autoscale.pd │ │ │ ├── m_beat2ms-help.pd │ │ │ ├── m_beat2ms.pd │ │ │ ├── m_bpm2ms-help.pd │ │ │ ├── m_bpm2ms.pd │ │ │ ├── m_chorddict-help.pd │ │ │ ├── m_chorddict.pd │ │ │ ├── m_intv2ratio-help.pd │ │ │ ├── m_intv2ratio.pd │ │ │ ├── m_keyfollow-help.pd │ │ │ ├── m_keyfollow.pd │ │ │ ├── m_majorscale-help.pd │ │ │ ├── m_majorscale.pd │ │ │ ├── m_markovanal-help.pd │ │ │ ├── m_markovanal.pd │ │ │ ├── m_minorscale-help.pd │ │ │ ├── m_minorscale.pd │ │ │ ├── m_ms2beat-help.pd │ │ │ ├── m_ms2beat.pd │ │ │ ├── m_ms2sm-help.pd │ │ │ ├── m_ms2sm.pd │ │ │ ├── m_ratio2intv-help.pd │ │ │ ├── m_ratio2intv.pd │ │ │ ├── m_scale-help.pd │ │ │ ├── m_scale.pd │ │ │ ├── m_sm2ms-help.pd │ │ │ ├── m_sm2ms.pd │ │ │ ├── m_speedlimit-help.pd │ │ │ ├── m_speedlimit.pd │ │ │ ├── m_symbolarray-help.pd │ │ │ ├── m_symbolarray.pd │ │ │ ├── m_thresholds-help.pd │ │ │ ├── m_thresholds.pd │ │ │ ├── m_touch2grid-help.pd │ │ │ ├── m_touch2grid.pd │ │ │ ├── r_#accelerate-help.pd │ │ │ ├── r_#accelerate.pd │ │ │ ├── r_#compass-help.pd │ │ │ ├── r_#compass.pd │ │ │ ├── r_#gyro-help.pd │ │ │ ├── r_#gyro.pd │ │ │ ├── r_#loc-help.pd │ │ │ ├── r_#loc.pd │ │ │ ├── r_#time-help.pd │ │ │ ├── r_#time.pd │ │ │ ├── r_#touch-help.pd │ │ │ ├── r_#touch.pd │ │ │ ├── rj-meta.pd │ │ │ ├── rj.txt │ │ │ ├── rj_image-help.pd │ │ │ ├── rj_image.pd │ │ │ ├── s.txt │ │ │ ├── s_blsaw-help.pd │ │ │ ├── s_blsaw.pd │ │ │ ├── s_blsquare-help.pd │ │ │ ├── s_blsquare.pd │ │ │ ├── s_buzz-help.pd │ │ │ ├── s_buzz.pd │ │ │ ├── s_chip-help.pd │ │ │ ├── s_chip.pd │ │ │ ├── s_cwc-help.pd │ │ │ ├── s_cwc.pd │ │ │ ├── s_czz-help.pd │ │ │ ├── s_czz.pd │ │ │ ├── s_drumelectro-help.pd │ │ │ ├── s_drumelectro.pd │ │ │ ├── s_ejun-help.pd │ │ │ ├── s_ejun.pd │ │ │ ├── s_fm4-help.pd │ │ │ ├── s_fm4.pd │ │ │ ├── s_fmoscil-help.pd │ │ │ ├── s_fmoscil.pd │ │ │ ├── s_fplaytable-help.pd │ │ │ ├── s_fplaytable.pd │ │ │ ├── s_fplaytable2.pd │ │ │ ├── s_guitar-help.pd │ │ │ ├── s_guitar.pd │ │ │ ├── s_hstr-help.pd │ │ │ ├── s_hstr.pd │ │ │ ├── s_looper-help.pd │ │ │ ├── s_looper.pd │ │ │ ├── s_loopsmooth-help.pd │ │ │ ├── s_loopsmooth.pd │ │ │ ├── s_noish-help.pd │ │ │ ├── s_noish.pd │ │ │ ├── s_noiz-help.pd │ │ │ ├── s_noiz.pd │ │ │ ├── s_osc-help.pd │ │ │ ├── s_osc.pd │ │ │ ├── s_pinknoise-help.pd │ │ │ ├── s_pinknoise.pd │ │ │ ├── s_playolap-help.pd │ │ │ ├── s_playolap.pd │ │ │ ├── s_playtable-help.pd │ │ │ ├── s_playtable.pd │ │ │ ├── s_playtable2-help.pd │ │ │ ├── s_playtable2.pd │ │ │ ├── s_rhodey-help.pd │ │ │ ├── s_rhodey.pd │ │ │ ├── s_spad-help.pd │ │ │ ├── s_spad.pd │ │ │ ├── s_vphasor-help.pd │ │ │ ├── s_vphasor.pd │ │ │ ├── s_wsb-help.pd │ │ │ ├── s_wsb.pd │ │ │ ├── u.txt │ │ │ ├── u_bandpass1-help.pd │ │ │ ├── u_bandpass1.pd │ │ │ ├── u_bandpass1q-help.pd │ │ │ ├── u_bandpass1q.pd │ │ │ ├── u_bandpass2-help.pd │ │ │ ├── u_bandpass2.pd │ │ │ ├── u_bandpass2q-help.pd │ │ │ ├── u_bandpass2q.pd │ │ │ ├── u_channelstrip-help.pd │ │ │ ├── u_channelstrip.pd │ │ │ ├── u_cocollect-help.pd │ │ │ ├── u_cocollect.pd │ │ │ ├── u_collect-help.pd │ │ │ ├── u_collect.pd │ │ │ ├── u_dispatch-help.pd │ │ │ ├── u_dispatch.pd │ │ │ ├── u_dumpfile-help.pd │ │ │ ├── u_dumpfile.pd │ │ │ ├── u_fade-help.pd │ │ │ ├── u_fade.pd │ │ │ ├── u_follower.pd │ │ │ ├── u_highpass-help.pd │ │ │ ├── u_highpass.pd │ │ │ ├── u_highpassq-help.pd │ │ │ ├── u_highpassq.pd │ │ │ ├── u_listdrip-help.pd │ │ │ ├── u_listdrip.pd │ │ │ ├── u_listequal-help.pd │ │ │ ├── u_listequal.pd │ │ │ ├── u_listfilter-help.pd │ │ │ ├── u_listfilter.pd │ │ │ ├── u_listloop-help.pd │ │ │ ├── u_listloop.pd │ │ │ ├── u_listmap-help.pd │ │ │ ├── u_listmap.pd │ │ │ ├── u_listnth-help.pd │ │ │ ├── u_listnth.pd │ │ │ ├── u_listrandom-help.pd │ │ │ ├── u_listrandom.pd │ │ │ ├── u_listreduce-help.pd │ │ │ ├── u_listreduce.pd │ │ │ ├── u_listser-help.pd │ │ │ ├── u_listser.pd │ │ │ ├── u_loader-help.pd │ │ │ ├── u_loader.pd │ │ │ ├── u_loadmeter-help.pd │ │ │ ├── u_loadmeter.pd │ │ │ ├── u_lowpass-help.pd │ │ │ ├── u_lowpass.pd │ │ │ ├── u_lowpassq-help.pd │ │ │ ├── u_lowpassq.pd │ │ │ ├── u_makepoly-help.pd │ │ │ ├── u_makepoly.pd │ │ │ ├── u_messagesaver-help.pd │ │ │ ├── u_messagesaver.pd │ │ │ ├── u_multisamplebank-help.pd │ │ │ ├── u_multisamplebank.pd │ │ │ ├── u_multisamplebank2-help.pd │ │ │ ├── u_multisamplebank2.pd │ │ │ ├── u_record-help.pd │ │ │ ├── u_record.pd │ │ │ ├── u_robinpoly-help.pd │ │ │ ├── u_robinpoly.pd │ │ │ ├── u_robinpolymono-help.pd │ │ │ ├── u_robinpolymono.pd │ │ │ ├── u_samplebank-help.pd │ │ │ ├── u_samplebank.pd │ │ │ ├── u_samplebank2-help.pd │ │ │ ├── u_samplebank2.pd │ │ │ ├── u_samplekit-help.pd │ │ │ ├── u_samplekit.pd │ │ │ ├── u_samplekit2-help.pd │ │ │ ├── u_samplekit2.pd │ │ │ ├── u_show-help.pd │ │ │ ├── u_show.pd │ │ │ ├── u_sigm-help.pd │ │ │ ├── u_sigm.pd │ │ │ ├── u_spinner-help.pd │ │ │ ├── u_spinner.pd │ │ │ ├── u_splicetrans-help.pd │ │ │ ├── u_splicetrans.pd │ │ │ ├── u_sssad.pd │ │ │ ├── u_stereo-help.pd │ │ │ ├── u_stereo.pd │ │ │ ├── u_wrandom-help.pd │ │ │ ├── u_wrandom.pd │ │ │ └── z_blank-help.pd │ │ ├── sf_beat.wav │ │ └── sf_break.wav │ ├── Vocoder.rj │ │ ├── Info.plist │ │ ├── LICENSE.txt │ │ ├── _main.pd │ │ ├── image.jpg │ │ └── rj │ │ │ ├── LICENSE.txt │ │ │ ├── OVERVIEW.pd │ │ │ ├── _markovanal.pd │ │ │ ├── a.txt │ │ │ ├── a_breath-help.pd │ │ │ ├── a_breath.pd │ │ │ ├── a_onset-help.pd │ │ │ ├── a_onset.pd │ │ │ ├── c.txt │ │ │ ├── c_adsr-help.pd │ │ │ ├── c_adsr.pd │ │ │ ├── c_adsrj-help.pd │ │ │ ├── c_adsrj.pd │ │ │ ├── c_bangx-help.pd │ │ │ ├── c_bangx.pd │ │ │ ├── c_bus-help.pd │ │ │ ├── c_bus.pd │ │ │ ├── c_cpfade-help.pd │ │ │ ├── c_cpfade.pd │ │ │ ├── c_drunk-help.pd │ │ │ ├── c_drunk.pd │ │ │ ├── c_ead-help.pd │ │ │ ├── c_ead.pd │ │ │ ├── c_frand-help.pd │ │ │ ├── c_frand.pd │ │ │ ├── c_frombus-help.pd │ │ │ ├── c_frombus.pd │ │ │ ├── c_lfo-help.pd │ │ │ ├── c_lfo.pd │ │ │ ├── c_madsr-help.pd │ │ │ ├── c_madsr.pd │ │ │ ├── c_madsrj-help.pd │ │ │ ├── c_madsrj.pd │ │ │ ├── c_markov-help.pd │ │ │ ├── c_markov.pd │ │ │ ├── c_mfade3-help.pd │ │ │ ├── c_mfade3.pd │ │ │ ├── c_mphasor-help.pd │ │ │ ├── c_mphasor.pd │ │ │ ├── c_multimetro-help.pd │ │ │ ├── c_multimetro.pd │ │ │ ├── c_multipass-help.pd │ │ │ ├── c_multipass.pd │ │ │ ├── c_pass-help.pd │ │ │ ├── c_pass.pd │ │ │ ├── c_patternchange-help.pd │ │ │ ├── c_patternchange.pd │ │ │ ├── c_seqplay-help.pd │ │ │ ├── c_seqplay.pd │ │ │ ├── c_taptap-help.pd │ │ │ ├── c_taptap.pd │ │ │ ├── c_tobus-help.pd │ │ │ ├── c_tobus.pd │ │ │ ├── c_urn-help.pd │ │ │ ├── c_urn.pd │ │ │ ├── c_xfade-help.pd │ │ │ ├── c_xfade.pd │ │ │ ├── e.txt │ │ │ ├── e_agc-help.pd │ │ │ ├── e_agc.pd │ │ │ ├── e_alias-help.pd │ │ │ ├── e_alias.pd │ │ │ ├── e_apdist-help.pd │ │ │ ├── e_apdist.pd │ │ │ ├── e_beequad-help.pd │ │ │ ├── e_beequad.pd │ │ │ ├── e_bitcrusher-help.pd │ │ │ ├── e_bitcrusher.pd │ │ │ ├── e_chorus-help.pd │ │ │ ├── e_chorus.pd │ │ │ ├── e_chorusr-help.pd │ │ │ ├── e_chorusr.pd │ │ │ ├── e_circlepan-help.pd │ │ │ ├── e_circlepan.pd │ │ │ ├── e_dubdel-help.pd │ │ │ ├── e_dubdel.pd │ │ │ ├── e_dynproc-help.pd │ │ │ ├── e_dynproc.pd │ │ │ ├── e_fbdelay-help.pd │ │ │ ├── e_fbdelay.pd │ │ │ ├── e_fbdelay2.pd │ │ │ ├── e_forcepitch-help.pd │ │ │ ├── e_forcepitch.pd │ │ │ ├── e_freqshift-help.pd │ │ │ ├── e_freqshift.pd │ │ │ ├── e_graindelread-help.pd │ │ │ ├── e_graindelread.pd │ │ │ ├── e_lop2-help.pd │ │ │ ├── e_lop2.pd │ │ │ ├── e_lop4-help.pd │ │ │ ├── e_lop4.pd │ │ │ ├── e_noclickdel-help.pd │ │ │ ├── e_noclickdel.pd │ │ │ ├── e_noclickdelsig.pd │ │ │ ├── e_pan-help.pd │ │ │ ├── e_pan.pd │ │ │ ├── e_phaser-help.pd │ │ │ ├── e_phaser.pd │ │ │ ├── e_pingpong-help.pd │ │ │ ├── e_pingpong.pd │ │ │ ├── e_pitchshift-help.pd │ │ │ ├── e_pitchshift.pd │ │ │ ├── e_platereverb-help.pd │ │ │ ├── e_platereverb.pd │ │ │ ├── e_repeater-help.pd │ │ │ ├── e_repeater.pd │ │ │ ├── e_reslop-help.pd │ │ │ ├── e_reslop.pd │ │ │ ├── e_resonzq-help.pd │ │ │ ├── e_resonzq.pd │ │ │ ├── e_reverb-help.pd │ │ │ ├── e_reverb.pd │ │ │ ├── e_scompress-help.pd │ │ │ ├── e_scompress.pd │ │ │ ├── e_sdelay-help.pd │ │ │ ├── e_sdelay.pd │ │ │ ├── e_softclip-help.pd │ │ │ ├── e_softclip.pd │ │ │ ├── e_stereowidener-help.pd │ │ │ ├── e_stereowidener.pd │ │ │ ├── e_tremolo-help.pd │ │ │ ├── e_tremolo.pd │ │ │ ├── e_vocoder-help.pd │ │ │ ├── e_vocoder.pd │ │ │ ├── g.txt │ │ │ ├── g_channelstrip-help.pd │ │ │ ├── g_channelstrip.pd │ │ │ ├── g_hradio-help.pd │ │ │ ├── g_hradio.pd │ │ │ ├── g_hsl-help.pd │ │ │ ├── g_hsl.pd │ │ │ ├── g_hsl4-help.pd │ │ │ ├── g_hsl4.pd │ │ │ ├── g_nbx-help.pd │ │ │ ├── g_nbx.pd │ │ │ ├── g_nhsl-help.pd │ │ │ ├── g_nhsl.pd │ │ │ ├── g_pattern32-help.pd │ │ │ ├── g_pattern32.pd │ │ │ ├── g_showimage-help.pd │ │ │ ├── g_showimage.pd │ │ │ ├── g_showtext-help.pd │ │ │ ├── g_showtext.pd │ │ │ ├── g_symbol-help.pd │ │ │ ├── g_symbol.pd │ │ │ ├── g_synsl-help.pd │ │ │ ├── g_synsl.pd │ │ │ ├── g_synthcontrol-help.pd │ │ │ ├── g_synthcontrol.pd │ │ │ ├── g_tgl-help.pd │ │ │ ├── g_tgl.pd │ │ │ ├── g_vol-help.pd │ │ │ ├── g_vol.pd │ │ │ ├── g_vol2-help.pd │ │ │ ├── g_vol2.pd │ │ │ ├── m.txt │ │ │ ├── m_accel_magnitude-help.pd │ │ │ ├── m_accel_magnitude.pd │ │ │ ├── m_accel_pitch-help.pd │ │ │ ├── m_accel_pitch.pd │ │ │ ├── m_accel_roll-help.pd │ │ │ ├── m_accel_roll.pd │ │ │ ├── m_accel_status-help.pd │ │ │ ├── m_accel_status.pd │ │ │ ├── m_autoscale-help.pd │ │ │ ├── m_autoscale.pd │ │ │ ├── m_beat2ms-help.pd │ │ │ ├── m_beat2ms.pd │ │ │ ├── m_bpm2ms-help.pd │ │ │ ├── m_bpm2ms.pd │ │ │ ├── m_chorddict-help.pd │ │ │ ├── m_chorddict.pd │ │ │ ├── m_intv2ratio-help.pd │ │ │ ├── m_intv2ratio.pd │ │ │ ├── m_keyfollow-help.pd │ │ │ ├── m_keyfollow.pd │ │ │ ├── m_majorscale-help.pd │ │ │ ├── m_majorscale.pd │ │ │ ├── m_markovanal-help.pd │ │ │ ├── m_markovanal.pd │ │ │ ├── m_minorscale-help.pd │ │ │ ├── m_minorscale.pd │ │ │ ├── m_ms2beat-help.pd │ │ │ ├── m_ms2beat.pd │ │ │ ├── m_ms2sm-help.pd │ │ │ ├── m_ms2sm.pd │ │ │ ├── m_ratio2intv-help.pd │ │ │ ├── m_ratio2intv.pd │ │ │ ├── m_scale-help.pd │ │ │ ├── m_scale.pd │ │ │ ├── m_sm2ms-help.pd │ │ │ ├── m_sm2ms.pd │ │ │ ├── m_speedlimit-help.pd │ │ │ ├── m_speedlimit.pd │ │ │ ├── m_symbolarray-help.pd │ │ │ ├── m_symbolarray.pd │ │ │ ├── m_thresholds-help.pd │ │ │ ├── m_thresholds.pd │ │ │ ├── m_touch2grid-help.pd │ │ │ ├── m_touch2grid.pd │ │ │ ├── r_#accelerate-help.pd │ │ │ ├── r_#accelerate.pd │ │ │ ├── r_#compass-help.pd │ │ │ ├── r_#compass.pd │ │ │ ├── r_#gyro-help.pd │ │ │ ├── r_#gyro.pd │ │ │ ├── r_#loc-help.pd │ │ │ ├── r_#loc.pd │ │ │ ├── r_#time-help.pd │ │ │ ├── r_#time.pd │ │ │ ├── r_#touch-help.pd │ │ │ ├── r_#touch.pd │ │ │ ├── rj-meta.pd │ │ │ ├── rj.txt │ │ │ ├── rj_image-help.pd │ │ │ ├── rj_image.pd │ │ │ ├── s.txt │ │ │ ├── s_blsaw-help.pd │ │ │ ├── s_blsaw.pd │ │ │ ├── s_blsquare-help.pd │ │ │ ├── s_blsquare.pd │ │ │ ├── s_buzz-help.pd │ │ │ ├── s_buzz.pd │ │ │ ├── s_chip-help.pd │ │ │ ├── s_chip.pd │ │ │ ├── s_cwc-help.pd │ │ │ ├── s_cwc.pd │ │ │ ├── s_czz-help.pd │ │ │ ├── s_czz.pd │ │ │ ├── s_drumelectro-help.pd │ │ │ ├── s_drumelectro.pd │ │ │ ├── s_ejun-help.pd │ │ │ ├── s_ejun.pd │ │ │ ├── s_fm4-help.pd │ │ │ ├── s_fm4.pd │ │ │ ├── s_fmoscil-help.pd │ │ │ ├── s_fmoscil.pd │ │ │ ├── s_fplaytable-help.pd │ │ │ ├── s_fplaytable.pd │ │ │ ├── s_fplaytable2.pd │ │ │ ├── s_guitar-help.pd │ │ │ ├── s_guitar.pd │ │ │ ├── s_hstr-help.pd │ │ │ ├── s_hstr.pd │ │ │ ├── s_looper-help.pd │ │ │ ├── s_looper.pd │ │ │ ├── s_loopsmooth-help.pd │ │ │ ├── s_loopsmooth.pd │ │ │ ├── s_noish-help.pd │ │ │ ├── s_noish.pd │ │ │ ├── s_noiz-help.pd │ │ │ ├── s_noiz.pd │ │ │ ├── s_osc-help.pd │ │ │ ├── s_osc.pd │ │ │ ├── s_pinknoise-help.pd │ │ │ ├── s_pinknoise.pd │ │ │ ├── s_playolap-help.pd │ │ │ ├── s_playolap.pd │ │ │ ├── s_playtable-help.pd │ │ │ ├── s_playtable.pd │ │ │ ├── s_playtable2-help.pd │ │ │ ├── s_playtable2.pd │ │ │ ├── s_rhodey-help.pd │ │ │ ├── s_rhodey.pd │ │ │ ├── s_spad-help.pd │ │ │ ├── s_spad.pd │ │ │ ├── s_vphasor-help.pd │ │ │ ├── s_vphasor.pd │ │ │ ├── s_wsb-help.pd │ │ │ ├── s_wsb.pd │ │ │ ├── u.txt │ │ │ ├── u_bandpass1-help.pd │ │ │ ├── u_bandpass1.pd │ │ │ ├── u_bandpass1q-help.pd │ │ │ ├── u_bandpass1q.pd │ │ │ ├── u_bandpass2-help.pd │ │ │ ├── u_bandpass2.pd │ │ │ ├── u_bandpass2q-help.pd │ │ │ ├── u_bandpass2q.pd │ │ │ ├── u_channelstrip-help.pd │ │ │ ├── u_channelstrip.pd │ │ │ ├── u_cocollect-help.pd │ │ │ ├── u_cocollect.pd │ │ │ ├── u_collect-help.pd │ │ │ ├── u_collect.pd │ │ │ ├── u_dispatch-help.pd │ │ │ ├── u_dispatch.pd │ │ │ ├── u_dumpfile-help.pd │ │ │ ├── u_dumpfile.pd │ │ │ ├── u_fade-help.pd │ │ │ ├── u_fade.pd │ │ │ ├── u_follower.pd │ │ │ ├── u_highpass-help.pd │ │ │ ├── u_highpass.pd │ │ │ ├── u_highpassq-help.pd │ │ │ ├── u_highpassq.pd │ │ │ ├── u_listdrip-help.pd │ │ │ ├── u_listdrip.pd │ │ │ ├── u_listequal-help.pd │ │ │ ├── u_listequal.pd │ │ │ ├── u_listfilter-help.pd │ │ │ ├── u_listfilter.pd │ │ │ ├── u_listloop-help.pd │ │ │ ├── u_listloop.pd │ │ │ ├── u_listmap-help.pd │ │ │ ├── u_listmap.pd │ │ │ ├── u_listnth-help.pd │ │ │ ├── u_listnth.pd │ │ │ ├── u_listrandom-help.pd │ │ │ ├── u_listrandom.pd │ │ │ ├── u_listreduce-help.pd │ │ │ ├── u_listreduce.pd │ │ │ ├── u_listser-help.pd │ │ │ ├── u_listser.pd │ │ │ ├── u_loader-help.pd │ │ │ ├── u_loader.pd │ │ │ ├── u_loadmeter-help.pd │ │ │ ├── u_loadmeter.pd │ │ │ ├── u_lowpass-help.pd │ │ │ ├── u_lowpass.pd │ │ │ ├── u_lowpassq-help.pd │ │ │ ├── u_lowpassq.pd │ │ │ ├── u_makepoly-help.pd │ │ │ ├── u_makepoly.pd │ │ │ ├── u_messagesaver-help.pd │ │ │ ├── u_messagesaver.pd │ │ │ ├── u_multisamplebank-help.pd │ │ │ ├── u_multisamplebank.pd │ │ │ ├── u_multisamplebank2-help.pd │ │ │ ├── u_multisamplebank2.pd │ │ │ ├── u_record-help.pd │ │ │ ├── u_record.pd │ │ │ ├── u_robinpoly-help.pd │ │ │ ├── u_robinpoly.pd │ │ │ ├── u_robinpolymono-help.pd │ │ │ ├── u_robinpolymono.pd │ │ │ ├── u_samplebank-help.pd │ │ │ ├── u_samplebank.pd │ │ │ ├── u_samplebank2-help.pd │ │ │ ├── u_samplebank2.pd │ │ │ ├── u_samplekit-help.pd │ │ │ ├── u_samplekit.pd │ │ │ ├── u_samplekit2-help.pd │ │ │ ├── u_samplekit2.pd │ │ │ ├── u_show-help.pd │ │ │ ├── u_show.pd │ │ │ ├── u_sigm-help.pd │ │ │ ├── u_sigm.pd │ │ │ ├── u_spinner-help.pd │ │ │ ├── u_spinner.pd │ │ │ ├── u_splicetrans-help.pd │ │ │ ├── u_splicetrans.pd │ │ │ ├── u_sssad.pd │ │ │ ├── u_stereo-help.pd │ │ │ ├── u_stereo.pd │ │ │ ├── u_wrandom-help.pd │ │ │ ├── u_wrandom.pd │ │ │ └── z_blank-help.pd │ └── example-scenes-documentation │ │ └── images │ │ ├── demo_accelswitch.png │ │ ├── demo_delay.png │ │ ├── demo_trigger.png │ │ └── demo_voco.png ├── pd │ ├── README-pd-rj.txt │ ├── playback.pd │ ├── recorder.pd │ ├── soundinput.pd │ └── soundoutput.pd ├── rj │ ├── LICENSE.txt │ ├── OVERVIEW.pd │ ├── _markovanal.pd │ ├── a.txt │ ├── a_breath-help.pd │ ├── a_breath.pd │ ├── a_onset-help.pd │ ├── a_onset.pd │ ├── c.txt │ ├── c_adsr-help.pd │ ├── c_adsr.pd │ ├── c_adsrj-help.pd │ ├── c_adsrj.pd │ ├── c_bangx-help.pd │ ├── c_bangx.pd │ ├── c_bus-help.pd │ ├── c_bus.pd │ ├── c_cpfade-help.pd │ ├── c_cpfade.pd │ ├── c_drunk-help.pd │ ├── c_drunk.pd │ ├── c_ead-help.pd │ ├── c_ead.pd │ ├── c_frand-help.pd │ ├── c_frand.pd │ ├── c_frombus-help.pd │ ├── c_frombus.pd │ ├── c_lfo-help.pd │ ├── c_lfo.pd │ ├── c_madsr-help.pd │ ├── c_madsr.pd │ ├── c_madsrj-help.pd │ ├── c_madsrj.pd │ ├── c_markov-help.pd │ ├── c_markov.pd │ ├── c_mfade3-help.pd │ ├── c_mfade3.pd │ ├── c_mphasor-help.pd │ ├── c_mphasor.pd │ ├── c_multimetro-help.pd │ ├── c_multimetro.pd │ ├── c_multipass-help.pd │ ├── c_multipass.pd │ ├── c_pass-help.pd │ ├── c_pass.pd │ ├── c_patternchange-help.pd │ ├── c_patternchange.pd │ ├── c_seqplay-help.pd │ ├── c_seqplay.pd │ ├── c_taptap-help.pd │ ├── c_taptap.pd │ ├── c_tobus-help.pd │ ├── c_tobus.pd │ ├── c_urn-help.pd │ ├── c_urn.pd │ ├── c_xfade-help.pd │ ├── c_xfade.pd │ ├── e.txt │ ├── e_agc-help.pd │ ├── e_agc.pd │ ├── e_alias-help.pd │ ├── e_alias.pd │ ├── e_apdist-help.pd │ ├── e_apdist.pd │ ├── e_beequad-help.pd │ ├── e_beequad.pd │ ├── e_bitcrusher-help.pd │ ├── e_bitcrusher.pd │ ├── e_chorus-help.pd │ ├── e_chorus.pd │ ├── e_chorusr-help.pd │ ├── e_chorusr.pd │ ├── e_circlepan-help.pd │ ├── e_circlepan.pd │ ├── e_dubdel-help.pd │ ├── e_dubdel.pd │ ├── e_dynproc-help.pd │ ├── e_dynproc.pd │ ├── e_fbdelay-help.pd │ ├── e_fbdelay.pd │ ├── e_fbdelay2.pd │ ├── e_forcepitch-help.pd │ ├── e_forcepitch.pd │ ├── e_freqshift-help.pd │ ├── e_freqshift.pd │ ├── e_graindelread-help.pd │ ├── e_graindelread.pd │ ├── e_lop2-help.pd │ ├── e_lop2.pd │ ├── e_lop4-help.pd │ ├── e_lop4.pd │ ├── e_mcompressor-help.pd │ ├── e_mcompressor.pd │ ├── e_noclickdel-help.pd │ ├── e_noclickdel.pd │ ├── e_noclickdelsig.pd │ ├── e_pan-help.pd │ ├── e_pan.pd │ ├── e_phaser-help.pd │ ├── e_phaser.pd │ ├── e_pingpong-help.pd │ ├── e_pingpong.pd │ ├── e_pitchshift-help.pd │ ├── e_pitchshift.pd │ ├── e_platereverb-help.pd │ ├── e_platereverb.pd │ ├── e_repeater-help.pd │ ├── e_repeater.pd │ ├── e_reslop-help.pd │ ├── e_reslop.pd │ ├── e_resonzq-help.pd │ ├── e_resonzq.pd │ ├── e_reverb-help.pd │ ├── e_reverb.pd │ ├── e_scompress-help.pd │ ├── e_scompress.pd │ ├── e_scompressor-help.pd │ ├── e_scompressor.pd │ ├── e_sdelay-help.pd │ ├── e_sdelay.pd │ ├── e_softclip-help.pd │ ├── e_softclip.pd │ ├── e_stereowidener-help.pd │ ├── e_stereowidener.pd │ ├── e_tremolo-help.pd │ ├── e_tremolo.pd │ ├── e_vocoder-help.pd │ ├── e_vocoder.pd │ ├── g.txt │ ├── g_channelstrip-help.pd │ ├── g_channelstrip.pd │ ├── g_compressorgui-help.pd │ ├── g_compressorgui.pd │ ├── g_hradio-help.pd │ ├── g_hradio.pd │ ├── g_hsl-help.pd │ ├── g_hsl.pd │ ├── g_hsl4-help.pd │ ├── g_hsl4.pd │ ├── g_nbx-help.pd │ ├── g_nbx.pd │ ├── g_nhsl-help.pd │ ├── g_nhsl.pd │ ├── g_pattern32-help.pd │ ├── g_pattern32.pd │ ├── g_showimage-help.pd │ ├── g_showimage.pd │ ├── g_showtext-help.pd │ ├── g_showtext.pd │ ├── g_symbol-help.pd │ ├── g_symbol.pd │ ├── g_synsl-help.pd │ ├── g_synsl.pd │ ├── g_synthcontrol-help.pd │ ├── g_synthcontrol.pd │ ├── g_tgl-help.pd │ ├── g_tgl.pd │ ├── g_vol-help.pd │ ├── g_vol.pd │ ├── g_vol2-help.pd │ ├── g_vol2.pd │ ├── m.txt │ ├── m_accel_magnitude-help.pd │ ├── m_accel_magnitude.pd │ ├── m_accel_pitch-help.pd │ ├── m_accel_pitch.pd │ ├── m_accel_roll-help.pd │ ├── m_accel_roll.pd │ ├── m_accel_status-help.pd │ ├── m_accel_status.pd │ ├── m_autoscale-help.pd │ ├── m_autoscale.pd │ ├── m_beat2ms-help.pd │ ├── m_beat2ms.pd │ ├── m_bpm2ms-help.pd │ ├── m_bpm2ms.pd │ ├── m_chorddict-help.pd │ ├── m_chorddict.pd │ ├── m_intv2ratio-help.pd │ ├── m_intv2ratio.pd │ ├── m_keyfollow-help.pd │ ├── m_keyfollow.pd │ ├── m_majorscale-help.pd │ ├── m_majorscale.pd │ ├── m_markovanal-help.pd │ ├── m_markovanal.pd │ ├── m_minorscale-help.pd │ ├── m_minorscale.pd │ ├── m_ms2beat-help.pd │ ├── m_ms2beat.pd │ ├── m_ms2sm-help.pd │ ├── m_ms2sm.pd │ ├── m_ratio2intv-help.pd │ ├── m_ratio2intv.pd │ ├── m_scale-help.pd │ ├── m_scale.pd │ ├── m_sm2ms-help.pd │ ├── m_sm2ms.pd │ ├── m_speedlimit-help.pd │ ├── m_speedlimit.pd │ ├── m_symbolarray-help.pd │ ├── m_symbolarray.pd │ ├── m_thresholds-help.pd │ ├── m_thresholds.pd │ ├── m_touch2grid-help.pd │ ├── m_touch2grid.pd │ ├── r_#accelerate-help.pd │ ├── r_#accelerate.pd │ ├── r_#compass-help.pd │ ├── r_#compass.pd │ ├── r_#gyro-help.pd │ ├── r_#gyro.pd │ ├── r_#loc-help.pd │ ├── r_#loc.pd │ ├── r_#time-help.pd │ ├── r_#time.pd │ ├── r_#touch-help.pd │ ├── r_#touch.pd │ ├── rj-meta.pd │ ├── rj.txt │ ├── rj_image-help.pd │ ├── rj_image.pd │ ├── s.txt │ ├── s_blsaw-help.pd │ ├── s_blsaw.pd │ ├── s_blsquare-help.pd │ ├── s_blsquare.pd │ ├── s_buzz-help.pd │ ├── s_buzz.pd │ ├── s_chip-help.pd │ ├── s_chip.pd │ ├── s_cwc-help.pd │ ├── s_cwc.pd │ ├── s_czz-help.pd │ ├── s_czz.pd │ ├── s_drumelectro-help.pd │ ├── s_drumelectro.pd │ ├── s_ejun-help.pd │ ├── s_ejun.pd │ ├── s_fm4-help.pd │ ├── s_fm4.pd │ ├── s_fmoscil-help.pd │ ├── s_fmoscil.pd │ ├── s_fplaytable-help.pd │ ├── s_fplaytable.pd │ ├── s_fplaytable2.pd │ ├── s_guitar-help.pd │ ├── s_guitar.pd │ ├── s_hstr-help.pd │ ├── s_hstr.pd │ ├── s_looper-help.pd │ ├── s_looper.pd │ ├── s_loopsmooth-help.pd │ ├── s_loopsmooth.pd │ ├── s_noish-help.pd │ ├── s_noish.pd │ ├── s_noiz-help.pd │ ├── s_noiz.pd │ ├── s_osc-help.pd │ ├── s_osc.pd │ ├── s_pinknoise-help.pd │ ├── s_pinknoise.pd │ ├── s_playolap-help.pd │ ├── s_playolap.pd │ ├── s_playtable-help.pd │ ├── s_playtable.pd │ ├── s_playtable2-help.pd │ ├── s_playtable2.pd │ ├── s_rhodey-help.pd │ ├── s_rhodey.pd │ ├── s_spad-help.pd │ ├── s_spad.pd │ ├── s_vphasor-help.pd │ ├── s_vphasor.pd │ ├── s_wsb-help.pd │ ├── s_wsb.pd │ ├── u.txt │ ├── u_bandpass1-help.pd │ ├── u_bandpass1.pd │ ├── u_bandpass1q-help.pd │ ├── u_bandpass1q.pd │ ├── u_bandpass2-help.pd │ ├── u_bandpass2.pd │ ├── u_bandpass2q-help.pd │ ├── u_bandpass2q.pd │ ├── u_channelstrip-help.pd │ ├── u_channelstrip.pd │ ├── u_cocollect-help.pd │ ├── u_cocollect.pd │ ├── u_collect-help.pd │ ├── u_collect.pd │ ├── u_dispatch-help.pd │ ├── u_dispatch.pd │ ├── u_dumpfile-help.pd │ ├── u_dumpfile.pd │ ├── u_fade-help.pd │ ├── u_fade.pd │ ├── u_follower.pd │ ├── u_highpass-help.pd │ ├── u_highpass.pd │ ├── u_highpassq-help.pd │ ├── u_highpassq.pd │ ├── u_listdrip-help.pd │ ├── u_listdrip.pd │ ├── u_listequal-help.pd │ ├── u_listequal.pd │ ├── u_listfilter-help.pd │ ├── u_listfilter.pd │ ├── u_listloop-help.pd │ ├── u_listloop.pd │ ├── u_listmap-help.pd │ ├── u_listmap.pd │ ├── u_listnth-help.pd │ ├── u_listnth.pd │ ├── u_listrandom-help.pd │ ├── u_listrandom.pd │ ├── u_listreduce-help.pd │ ├── u_listreduce.pd │ ├── u_listser-help.pd │ ├── u_listser.pd │ ├── u_loader-help.pd │ ├── u_loader.pd │ ├── u_loadmeter-help.pd │ ├── u_loadmeter.pd │ ├── u_lowpass-help.pd │ ├── u_lowpass.pd │ ├── u_lowpassq-help.pd │ ├── u_lowpassq.pd │ ├── u_makepoly-help.pd │ ├── u_makepoly.pd │ ├── u_makepolymono-help.pd │ ├── u_makepolymono.pd │ ├── u_messagesaver-help.pd │ ├── u_messagesaver.pd │ ├── u_multisamplebank-help.pd │ ├── u_multisamplebank.pd │ ├── u_multisamplebank2-help.pd │ ├── u_multisamplebank2.pd │ ├── u_record-help.pd │ ├── u_record.pd │ ├── u_robinpoly-help.pd │ ├── u_robinpoly.pd │ ├── u_robinpolymono-help.pd │ ├── u_robinpolymono.pd │ ├── u_samplebank-help.pd │ ├── u_samplebank.pd │ ├── u_samplebank2-help.pd │ ├── u_samplebank2.pd │ ├── u_samplekit-help.pd │ ├── u_samplekit.pd │ ├── u_samplekit2-help.pd │ ├── u_samplekit2.pd │ ├── u_show-help.pd │ ├── u_show.pd │ ├── u_sigm-help.pd │ ├── u_sigm.pd │ ├── u_spinner-help.pd │ ├── u_spinner.pd │ ├── u_splicetrans-help.pd │ ├── u_splicetrans.pd │ ├── u_sssad.pd │ ├── u_stereo-help.pd │ ├── u_stereo.pd │ ├── u_wrandom-help.pd │ ├── u_wrandom.pd │ └── z_blank-help.pd └── src │ ├── makefile │ ├── makefile_mingw │ ├── rj_accum-help.pd │ ├── rj_accum.c │ ├── rj_barkflux_accum~-help.pd │ ├── rj_barkflux_accum~.c │ ├── rj_centroid~-help.pd │ ├── rj_centroid~.c │ ├── rj_senergy~-help.pd │ ├── rj_senergy~.c │ ├── rj_zcr~-help.pd │ └── rj_zcr~.c ├── unsorted ├── A-timebase.pd ├── JazzDrumBox │ ├── JazzDrumSamplerBox.pd │ └── sounds │ │ └── kit │ │ └── 1 │ │ ├── sound0.wav │ │ ├── sound1.wav │ │ ├── sound10.wav │ │ ├── sound11.wav │ │ ├── sound12.wav │ │ ├── sound13.wav │ │ ├── sound14.wav │ │ ├── sound15.wav │ │ ├── sound16.wav │ │ ├── sound17.wav │ │ ├── sound18.wav │ │ ├── sound19.wav │ │ ├── sound2.wav │ │ ├── sound20.wav │ │ ├── sound21.wav │ │ ├── sound22.wav │ │ ├── sound23.wav │ │ ├── sound24.wav │ │ ├── sound25.wav │ │ ├── sound26.wav │ │ ├── sound27.wav │ │ ├── sound28.wav │ │ ├── sound29.wav │ │ ├── sound3.wav │ │ ├── sound30.wav │ │ ├── sound31.wav │ │ ├── sound4.wav │ │ ├── sound5.wav │ │ ├── sound6.wav │ │ ├── sound7.wav │ │ ├── sound8.wav │ │ └── sound9.wav ├── backgroundmusic.pd ├── clicktrack.pd ├── drone │ ├── abs_rezdelayline1.pd │ └── rez14.pd ├── drumbox │ ├── DrumBox.mmp │ ├── DrumBox.pd │ ├── __MACOSX │ │ ├── ._DrumBox.mmp │ │ ├── ._drumBoxTemplate.jpg │ │ └── content │ │ │ └── ._.DS_Store │ ├── content │ │ ├── .DS_Store │ │ ├── crash_01.wav │ │ ├── crash_02.wav │ │ ├── hh_01.wav │ │ ├── hh_02.wav │ │ ├── hh_03.wav │ │ ├── hh_04.wav │ │ ├── hh_05.wav │ │ ├── hh_06.wav │ │ ├── kick_01.wav │ │ ├── kick_02.wav │ │ ├── kick_03.wav │ │ ├── kick_04.wav │ │ ├── kick_05.wav │ │ ├── kick_06.wav │ │ ├── kick_07.wav │ │ ├── kick_08.wav │ │ ├── kick_09.wav │ │ ├── kick_10.wav │ │ ├── kick_11.wav │ │ ├── kick_12.wav │ │ ├── load.pd │ │ ├── main.pd │ │ ├── maintemp.pd │ │ ├── notecheck.pd │ │ ├── oneshot.pd │ │ ├── snare_01.wav │ │ ├── snare_02.wav │ │ ├── snare_03.wav │ │ ├── snare_04.wav │ │ ├── snare_05.wav │ │ ├── snare_06.wav │ │ ├── snare_07.wav │ │ ├── snare_08.wav │ │ ├── snare_09.wav │ │ ├── snare_10.wav │ │ ├── snare_11.wav │ │ └── snare_12.wav │ └── drumBoxTemplate.jpg ├── drummachine │ ├── drum-machine.pd │ ├── instruments.pd │ ├── instruments2.pd │ ├── sampleplayer.pd │ ├── samples │ │ ├── BD01.WAV │ │ ├── CLAPS.WAV │ │ ├── CLHAT1.WAV │ │ ├── COWBELL.WAV │ │ ├── OPHAT1.WAV │ │ ├── RIDE1.WAV │ │ ├── SD01.WAV │ │ ├── SHAKE1.WAV │ │ ├── TOM05L.WAV │ │ └── TOM09H.WAV │ ├── sequence.pd │ ├── sequencetable.pd │ └── vqompander~.pd ├── fattener.pd ├── generative │ ├── DBTORMS.TXT │ ├── MTOF.TXT │ ├── README.txt │ ├── clock.pd │ ├── echo.pd │ ├── instrument1.pd │ ├── instrument2.pd │ ├── instrument3.pd │ ├── instrument4.pd │ ├── main-mmp.pd │ ├── main.mmp │ ├── main.pd │ ├── outmix.pd │ ├── pan.pd │ └── reverb.pd ├── grains │ ├── GRAINREAD.pd │ └── GRAINS.pd ├── grainstates │ ├── VS-loop3.wav │ ├── abs_delayline1.pd │ ├── abs_grainstates_2c_colour.pd │ ├── abs_grainstates_2c_tables.pd │ ├── abs_granularsynthesis_particle2_s.pd │ ├── abs_granularsynthesis_particles_20.pd │ └── grainstates2.pd ├── granita-granita │ ├── !-.pd │ ├── 128grain~.pd │ ├── 16grain~.pd │ ├── 32grain~.pd │ ├── 4grain~.pd │ ├── 64grain~.pd │ ├── CHANGES │ ├── Granita.pd │ ├── Granita32.pd │ ├── Granita64.pd │ ├── INSTALL │ ├── LICENSE │ ├── README │ ├── controlgui.pd │ ├── envelopechoser.pd │ ├── fileloader.pd │ ├── gr_pan~.pd │ ├── grain~.pd │ ├── grain~_4point.pd │ ├── loopRecord.pd │ ├── randrange-help.pd │ ├── randrange.pd │ ├── samptosec.pd │ ├── screenshot.png │ ├── sectosamp.pd │ ├── smoother~.pd │ ├── voice44.aiff │ └── voice48.aiff ├── groovebox │ └── groovebox1r3.pd ├── int2sym.pd ├── live-seamlesslooper.pd ├── microgrooveseq.pd ├── midiclock.pd ├── misc-autopan.pd ├── mobmusampleseq │ ├── __MACOSX │ │ ├── ._sampleseq2.mmp │ │ └── ._sampleseq2mmp.pd │ ├── sampleseq2.mmp │ └── sampleseq2mmp.pd ├── mobmusynth │ ├── PolySine.jpg │ ├── PolySine.mmp │ ├── PolySine.pd │ └── __MACOSX │ │ └── ._PolySine.jpg ├── noisybox │ ├── README.txt │ ├── bangct.pd │ ├── bangloop.pd │ ├── bangs.pd │ ├── ctrl_sync.pd │ ├── dline~.pd │ ├── hmstimer.pd │ ├── keyonoff.pd │ ├── l_bp.pd │ ├── l_chorus~.pd │ ├── l_decimator~.pd │ ├── l_disintegrator~.pd │ ├── l_flanger~.pd │ ├── l_foldover~.pd │ ├── l_hardgate~.pd │ ├── l_pitchScaleHQ~.pd │ ├── l_pitchScale~.pd │ ├── l_revdelay~.pd │ ├── l_reverb~.pd │ ├── mc.pd │ ├── mout~.pd │ ├── nrpn_in.pd │ ├── nrpn_out.pd │ ├── nrpn_sync.pd │ ├── oscsq~.pd │ ├── panning~.pd │ ├── ptrain~.pd │ ├── pwm~.pd │ ├── range.pd │ ├── rndseq.pd │ ├── tri~.pd │ └── wavrec~.pd ├── nrpn_in.pd ├── nrpn_out ├── nrpn_out.pd ├── pdpod │ ├── 1.wav │ ├── 2.wav │ ├── 3.wav │ ├── 4.wav │ ├── lib │ │ ├── ipod_decode.pd │ │ ├── pd │ │ └── ww.pd │ ├── loop0l.wav │ ├── loop1l.wav │ ├── loop2l.wav │ ├── loop3.wav │ ├── pdpod_drums.pd │ ├── pdpod_fm.pd │ ├── pdpod_l8p.pd │ └── pdpod_test.pd ├── pulse-grain │ ├── pulsar.pd │ └── pulse-grain-generator.pd ├── simplesequencer.pd ├── speedlimit-help.pd ├── speedlimit.pd ├── stepsequencer.pd ├── tribalhouse │ ├── TribalHaus.pd │ └── vead~.pd └── vqompander │ ├── vqompander~-help.pd │ └── vqompander~.pd └── williambrent ├── kill-old-abs.pd ├── martha~-help.pd ├── martha~.pd ├── oboe.wav ├── osc-bank-voice.pd ├── satie.wav ├── send-update-abs.pd ├── start-new-abs.pd ├── streamStretch~-help.pd ├── streamStretch~.pd ├── streamstretch-buf-writer-abs.pd ├── streamstretch-reader-abs.pd ├── voice.wav └── voice2.wav /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | custom: https://gumroad.com/l/hGYGh 2 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/README.md -------------------------------------------------------------------------------- /abunch048/12 String D3..wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/12 String D3..wav -------------------------------------------------------------------------------- /abunch048/2mod-fm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/2mod-fm-help.pd -------------------------------------------------------------------------------- /abunch048/2mod-fm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/2mod-fm.pd -------------------------------------------------------------------------------- /abunch048/8band-filter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/8band-filter-help.pd -------------------------------------------------------------------------------- /abunch048/8band-filter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/8band-filter.pd -------------------------------------------------------------------------------- /abunch048/abunch-info-eng.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/abunch-info-eng.pd -------------------------------------------------------------------------------- /abunch048/addy-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/addy-help.pd -------------------------------------------------------------------------------- /abunch048/addy.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/addy.pd -------------------------------------------------------------------------------- /abunch048/addyvoice.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/addyvoice.pd -------------------------------------------------------------------------------- /abunch048/al-disto-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/al-disto-help.pd -------------------------------------------------------------------------------- /abunch048/al-disto.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/al-disto.pd -------------------------------------------------------------------------------- /abunch048/analyse-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/analyse-help.pd -------------------------------------------------------------------------------- /abunch048/analyse.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/analyse.pd -------------------------------------------------------------------------------- /abunch048/band-bpf.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/band-bpf.pd -------------------------------------------------------------------------------- /abunch048/calculator.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/calculator.pd -------------------------------------------------------------------------------- /abunch048/clock-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/clock-help.pd -------------------------------------------------------------------------------- /abunch048/clock.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/clock.pd -------------------------------------------------------------------------------- /abunch048/crackle-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/crackle-help.pd -------------------------------------------------------------------------------- /abunch048/crackle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/crackle.pd -------------------------------------------------------------------------------- /abunch048/cross-fm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/cross-fm-help.pd -------------------------------------------------------------------------------- /abunch048/cross-fm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/cross-fm.pd -------------------------------------------------------------------------------- /abunch048/crynth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/crynth-help.pd -------------------------------------------------------------------------------- /abunch048/crynth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/crynth.pd -------------------------------------------------------------------------------- /abunch048/disto-filter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/disto-filter-help.pd -------------------------------------------------------------------------------- /abunch048/disto-filter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/disto-filter.pd -------------------------------------------------------------------------------- /abunch048/doc/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/doc/license.txt -------------------------------------------------------------------------------- /abunch048/doc/objects-eng.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/doc/objects-eng.htm -------------------------------------------------------------------------------- /abunch048/e-scope-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/e-scope-help.pd -------------------------------------------------------------------------------- /abunch048/e-scope.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/e-scope.pd -------------------------------------------------------------------------------- /abunch048/envelopes-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/envelopes-help.pd -------------------------------------------------------------------------------- /abunch048/envelopes.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/envelopes.pd -------------------------------------------------------------------------------- /abunch048/ex1a-playsample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1a-playsample.pd -------------------------------------------------------------------------------- /abunch048/ex1b-recandplay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1b-recandplay.pd -------------------------------------------------------------------------------- /abunch048/ex1c-phaser.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1c-phaser.pd -------------------------------------------------------------------------------- /abunch048/ex1d-synths.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1d-synths.pd -------------------------------------------------------------------------------- /abunch048/ex1g-noisefilter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1g-noisefilter.pd -------------------------------------------------------------------------------- /abunch048/ex1h-grainosample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1h-grainosample.pd -------------------------------------------------------------------------------- /abunch048/ex1i-basicfm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1i-basicfm.pd -------------------------------------------------------------------------------- /abunch048/ex1j-playscore.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1j-playscore.pd -------------------------------------------------------------------------------- /abunch048/ex1k-noise8band.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1k-noise8band.pd -------------------------------------------------------------------------------- /abunch048/ex1l-grainsynth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1l-grainsynth.pd -------------------------------------------------------------------------------- /abunch048/ex1m-control.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex1m-control.pd -------------------------------------------------------------------------------- /abunch048/ex2a-clockenv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2a-clockenv.pd -------------------------------------------------------------------------------- /abunch048/ex2b-reverbphaser.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2b-reverbphaser.pd -------------------------------------------------------------------------------- /abunch048/ex2c-sequencerdelay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2c-sequencerdelay.pd -------------------------------------------------------------------------------- /abunch048/ex2d-timelinesampler.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2d-timelinesampler.pd -------------------------------------------------------------------------------- /abunch048/ex2e-filtertimeline.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2e-filtertimeline.pd -------------------------------------------------------------------------------- /abunch048/ex2f-noisesynth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2f-noisesynth.pd -------------------------------------------------------------------------------- /abunch048/ex2g-fmsyntha.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2g-fmsyntha.pd -------------------------------------------------------------------------------- /abunch048/ex2h-showenvelopes.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2h-showenvelopes.pd -------------------------------------------------------------------------------- /abunch048/ex2i-wavesadd.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2i-wavesadd.pd -------------------------------------------------------------------------------- /abunch048/ex2j-grainsample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2j-grainsample.pd -------------------------------------------------------------------------------- /abunch048/ex2l-multigrain.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2l-multigrain.pd -------------------------------------------------------------------------------- /abunch048/ex2m-multiseq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2m-multiseq.pd -------------------------------------------------------------------------------- /abunch048/ex2n-multiseqn.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2n-multiseqn.pd -------------------------------------------------------------------------------- /abunch048/ex2o-multitap-delay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2o-multitap-delay.pd -------------------------------------------------------------------------------- /abunch048/ex2p-vocoder.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2p-vocoder.pd -------------------------------------------------------------------------------- /abunch048/ex2q-synthdrones.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex2q-synthdrones.pd -------------------------------------------------------------------------------- /abunch048/ex3a-crackies.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex3a-crackies.pd -------------------------------------------------------------------------------- /abunch048/ex3b-phasewave.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex3b-phasewave.pd -------------------------------------------------------------------------------- /abunch048/ex3d-phasewavelive.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex3d-phasewavelive.pd -------------------------------------------------------------------------------- /abunch048/ex3g-sequencercrackle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex3g-sequencercrackle.pd -------------------------------------------------------------------------------- /abunch048/ex3i-loopstation.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex3i-loopstation.pd -------------------------------------------------------------------------------- /abunch048/ex3j-moreloops.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex3j-moreloops.pd -------------------------------------------------------------------------------- /abunch048/ex3k-livegrainsample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex3k-livegrainsample.pd -------------------------------------------------------------------------------- /abunch048/ex5c-morefm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex5c-morefm.pd -------------------------------------------------------------------------------- /abunch048/ex5d-overtonesines.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex5d-overtonesines.pd -------------------------------------------------------------------------------- /abunch048/ex5e-pitchshift.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex5e-pitchshift.pd -------------------------------------------------------------------------------- /abunch048/ex5m-dronny.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ex5m-dronny.pd -------------------------------------------------------------------------------- /abunch048/feed-delay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/feed-delay-help.pd -------------------------------------------------------------------------------- /abunch048/feed-delay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/feed-delay.pd -------------------------------------------------------------------------------- /abunch048/file.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/file.pd -------------------------------------------------------------------------------- /abunch048/g4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/g4.pd -------------------------------------------------------------------------------- /abunch048/grain-live-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grain-live-help.pd -------------------------------------------------------------------------------- /abunch048/grain-live.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grain-live.pd -------------------------------------------------------------------------------- /abunch048/grain-sample-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grain-sample-help.pd -------------------------------------------------------------------------------- /abunch048/grain-sample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grain-sample.pd -------------------------------------------------------------------------------- /abunch048/grain-synth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grain-synth-help.pd -------------------------------------------------------------------------------- /abunch048/grain-synth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grain-synth.pd -------------------------------------------------------------------------------- /abunch048/grain48-sample-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grain48-sample-help.pd -------------------------------------------------------------------------------- /abunch048/grain48-sample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grain48-sample.pd -------------------------------------------------------------------------------- /abunch048/graino-sample-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/graino-sample-help.pd -------------------------------------------------------------------------------- /abunch048/graino-sample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/graino-sample.pd -------------------------------------------------------------------------------- /abunch048/gri.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/gri.pd -------------------------------------------------------------------------------- /abunch048/grl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grl.pd -------------------------------------------------------------------------------- /abunch048/grov.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grov.pd -------------------------------------------------------------------------------- /abunch048/grp.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grp.pd -------------------------------------------------------------------------------- /abunch048/grs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/grs.pd -------------------------------------------------------------------------------- /abunch048/harmonicahr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/harmonicahr.pd -------------------------------------------------------------------------------- /abunch048/keyboard-azerty-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/keyboard-azerty-help.pd -------------------------------------------------------------------------------- /abunch048/keyboard-azerty.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/keyboard-azerty.pd -------------------------------------------------------------------------------- /abunch048/keyboard-qwerty-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/keyboard-qwerty-help.pd -------------------------------------------------------------------------------- /abunch048/keyboard-qwerty.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/keyboard-qwerty.pd -------------------------------------------------------------------------------- /abunch048/lege-file.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/lege-file.pd -------------------------------------------------------------------------------- /abunch048/long-delay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/long-delay-help.pd -------------------------------------------------------------------------------- /abunch048/long-delay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/long-delay.pd -------------------------------------------------------------------------------- /abunch048/lowhigh-filter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/lowhigh-filter-help.pd -------------------------------------------------------------------------------- /abunch048/lowhigh-filter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/lowhigh-filter.pd -------------------------------------------------------------------------------- /abunch048/matrix-4in-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/matrix-4in-help.pd -------------------------------------------------------------------------------- /abunch048/matrix-4in.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/matrix-4in.pd -------------------------------------------------------------------------------- /abunch048/matrix-4out-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/matrix-4out-help.pd -------------------------------------------------------------------------------- /abunch048/matrix-4out.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/matrix-4out.pd -------------------------------------------------------------------------------- /abunch048/matrix4-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/matrix4-help.pd -------------------------------------------------------------------------------- /abunch048/matrix4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/matrix4.pd -------------------------------------------------------------------------------- /abunch048/metronome-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/metronome-help.pd -------------------------------------------------------------------------------- /abunch048/metronome.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/metronome.pd -------------------------------------------------------------------------------- /abunch048/midi-ctlin-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/midi-ctlin-help.pd -------------------------------------------------------------------------------- /abunch048/midi-ctlin.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/midi-ctlin.pd -------------------------------------------------------------------------------- /abunch048/multi-clock-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/multi-clock-help.pd -------------------------------------------------------------------------------- /abunch048/multi-clock.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/multi-clock.pd -------------------------------------------------------------------------------- /abunch048/multi-seq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/multi-seq-help.pd -------------------------------------------------------------------------------- /abunch048/multi-seq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/multi-seq.pd -------------------------------------------------------------------------------- /abunch048/multi-seqm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/multi-seqm.pd -------------------------------------------------------------------------------- /abunch048/multi-seqn-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/multi-seqn-help.pd -------------------------------------------------------------------------------- /abunch048/multi-seqn.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/multi-seqn.pd -------------------------------------------------------------------------------- /abunch048/o-scope-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/o-scope-help.pd -------------------------------------------------------------------------------- /abunch048/o-scope.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/o-scope.pd -------------------------------------------------------------------------------- /abunch048/old-vocoder-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/old-vocoder-help.pd -------------------------------------------------------------------------------- /abunch048/old-vocoder.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/old-vocoder.pd -------------------------------------------------------------------------------- /abunch048/ozzy-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ozzy-help.pd -------------------------------------------------------------------------------- /abunch048/ozzy.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/ozzy.pd -------------------------------------------------------------------------------- /abunch048/panning-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/panning-help.pd -------------------------------------------------------------------------------- /abunch048/panning.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/panning.pd -------------------------------------------------------------------------------- /abunch048/phaser-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/phaser-help.pd -------------------------------------------------------------------------------- /abunch048/phaser.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/phaser.pd -------------------------------------------------------------------------------- /abunch048/pianob7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/pianob7.wav -------------------------------------------------------------------------------- /abunch048/play-file-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/play-file-help.pd -------------------------------------------------------------------------------- /abunch048/play-file.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/play-file.pd -------------------------------------------------------------------------------- /abunch048/play-sample-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/play-sample-help.pd -------------------------------------------------------------------------------- /abunch048/play-sample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/play-sample.pd -------------------------------------------------------------------------------- /abunch048/play-score-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/play-score-help.pd -------------------------------------------------------------------------------- /abunch048/play-score.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/play-score.pd -------------------------------------------------------------------------------- /abunch048/presets-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets-help.pd -------------------------------------------------------------------------------- /abunch048/presets-old-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets-old-help.pd -------------------------------------------------------------------------------- /abunch048/presets-old.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets-old.pd -------------------------------------------------------------------------------- /abunch048/presets.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets.pd -------------------------------------------------------------------------------- /abunch048/presets/ex-ldrones.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex-ldrones.txt -------------------------------------------------------------------------------- /abunch048/presets/ex100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex100.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1a.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1c.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1d.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1g.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1g.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1h.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1h.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1i.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1i.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1j.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1j.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1k.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1k.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1l.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1l.txt -------------------------------------------------------------------------------- /abunch048/presets/ex1m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex1m.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2a.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2b.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2c.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2d.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2e.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2f.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2f.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2g.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2g.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2h.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2h.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2i.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2i.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2j.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2j.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2k.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2k.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2l.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2l.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2m.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2n.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2n.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2o.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2o.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2p.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2p.txt -------------------------------------------------------------------------------- /abunch048/presets/ex2q.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex2q.txt -------------------------------------------------------------------------------- /abunch048/presets/ex3a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex3a.txt -------------------------------------------------------------------------------- /abunch048/presets/ex3b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex3b.txt -------------------------------------------------------------------------------- /abunch048/presets/ex3d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex3d.txt -------------------------------------------------------------------------------- /abunch048/presets/ex3f.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex3f.txt -------------------------------------------------------------------------------- /abunch048/presets/ex3g.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex3g.txt -------------------------------------------------------------------------------- /abunch048/presets/ex3i.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex3i.txt -------------------------------------------------------------------------------- /abunch048/presets/ex3j.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex3j.txt -------------------------------------------------------------------------------- /abunch048/presets/ex3k.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex3k.txt -------------------------------------------------------------------------------- /abunch048/presets/ex5c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex5c.txt -------------------------------------------------------------------------------- /abunch048/presets/ex5d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex5d.txt -------------------------------------------------------------------------------- /abunch048/presets/ex5e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex5e.txt -------------------------------------------------------------------------------- /abunch048/presets/ex5m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ex5m.txt -------------------------------------------------------------------------------- /abunch048/presets/expoly.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/expoly.txt -------------------------------------------------------------------------------- /abunch048/presets/ozzy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ozzy.txt -------------------------------------------------------------------------------- /abunch048/presets/ruisring.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/ruisring.txt -------------------------------------------------------------------------------- /abunch048/presets/softand.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/softand.txt -------------------------------------------------------------------------------- /abunch048/presets/soloscross.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/soloscross.txt -------------------------------------------------------------------------------- /abunch048/presets/tut-map1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/tut-map1.txt -------------------------------------------------------------------------------- /abunch048/presets/windsynth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/presets/windsynth.txt -------------------------------------------------------------------------------- /abunch048/random-out-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/random-out-help.pd -------------------------------------------------------------------------------- /abunch048/random-out.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/random-out.pd -------------------------------------------------------------------------------- /abunch048/random-walk-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/random-walk-help.pd -------------------------------------------------------------------------------- /abunch048/random-walk.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/random-walk.pd -------------------------------------------------------------------------------- /abunch048/record-file-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/record-file-help.pd -------------------------------------------------------------------------------- /abunch048/record-file.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/record-file.pd -------------------------------------------------------------------------------- /abunch048/record-sample-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/record-sample-help.pd -------------------------------------------------------------------------------- /abunch048/record-sample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/record-sample.pd -------------------------------------------------------------------------------- /abunch048/record-score-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/record-score-help.pd -------------------------------------------------------------------------------- /abunch048/record-score.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/record-score.pd -------------------------------------------------------------------------------- /abunch048/reverb-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/reverb-help.pd -------------------------------------------------------------------------------- /abunch048/reverb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/reverb.pd -------------------------------------------------------------------------------- /abunch048/rhapso.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/rhapso.wav -------------------------------------------------------------------------------- /abunch048/scales-div-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scales-div-help.pd -------------------------------------------------------------------------------- /abunch048/scales-div.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scales-div.pd -------------------------------------------------------------------------------- /abunch048/scales-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scales-help.pd -------------------------------------------------------------------------------- /abunch048/scales.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scales.pd -------------------------------------------------------------------------------- /abunch048/scales.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scales.pdf -------------------------------------------------------------------------------- /abunch048/scales.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scales.txt -------------------------------------------------------------------------------- /abunch048/score-ex1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/score-ex1.txt -------------------------------------------------------------------------------- /abunch048/score-ex1j-preset1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/score-ex1j-preset1.txt -------------------------------------------------------------------------------- /abunch048/score1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/score1.txt -------------------------------------------------------------------------------- /abunch048/score2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/score2.txt -------------------------------------------------------------------------------- /abunch048/score3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/score3.txt -------------------------------------------------------------------------------- /abunch048/scorefilter1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scorefilter1.txt -------------------------------------------------------------------------------- /abunch048/scratch-sample-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scratch-sample-help.pd -------------------------------------------------------------------------------- /abunch048/scratch-sample.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/scratch-sample.pd -------------------------------------------------------------------------------- /abunch048/sequencer-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/sequencer-help.pd -------------------------------------------------------------------------------- /abunch048/sequencer.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/sequencer.pd -------------------------------------------------------------------------------- /abunch048/sequencern.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/sequencern.pd -------------------------------------------------------------------------------- /abunch048/shapesynth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/shapesynth.pd -------------------------------------------------------------------------------- /abunch048/simple-chorus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-chorus-help.pd -------------------------------------------------------------------------------- /abunch048/simple-chorus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-chorus.pd -------------------------------------------------------------------------------- /abunch048/simple-delay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-delay-help.pd -------------------------------------------------------------------------------- /abunch048/simple-delay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-delay.pd -------------------------------------------------------------------------------- /abunch048/simple-filter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-filter-help.pd -------------------------------------------------------------------------------- /abunch048/simple-filter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-filter.pd -------------------------------------------------------------------------------- /abunch048/simple-fm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-fm-help.pd -------------------------------------------------------------------------------- /abunch048/simple-fm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-fm.pd -------------------------------------------------------------------------------- /abunch048/simple-pitchshift.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-pitchshift.pd -------------------------------------------------------------------------------- /abunch048/simple-sampler-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-sampler-help.pd -------------------------------------------------------------------------------- /abunch048/simple-sampler.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/simple-sampler.pd -------------------------------------------------------------------------------- /abunch048/slap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/slap.wav -------------------------------------------------------------------------------- /abunch048/slice-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/slice-help.pd -------------------------------------------------------------------------------- /abunch048/slice.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/slice.pd -------------------------------------------------------------------------------- /abunch048/sound-out-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/sound-out-help.pd -------------------------------------------------------------------------------- /abunch048/sound-out.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/sound-out.pd -------------------------------------------------------------------------------- /abunch048/spectrum-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/spectrum-help.pd -------------------------------------------------------------------------------- /abunch048/spectrum.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/spectrum.pd -------------------------------------------------------------------------------- /abunch048/syna-fm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/syna-fm-help.pd -------------------------------------------------------------------------------- /abunch048/syna-fm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/syna-fm.pd -------------------------------------------------------------------------------- /abunch048/tarra-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/tarra-help.pd -------------------------------------------------------------------------------- /abunch048/tarra.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/tarra.pd -------------------------------------------------------------------------------- /abunch048/text-score.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/text-score.pd -------------------------------------------------------------------------------- /abunch048/timeline-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/timeline-help.pd -------------------------------------------------------------------------------- /abunch048/timeline.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/timeline.pd -------------------------------------------------------------------------------- /abunch048/wa-synth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/wa-synth-help.pd -------------------------------------------------------------------------------- /abunch048/wa-synth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/wa-synth.pd -------------------------------------------------------------------------------- /abunch048/waterdrop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/waterdrop.wav -------------------------------------------------------------------------------- /abunch048/waves-add-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/waves-add-help.pd -------------------------------------------------------------------------------- /abunch048/waves-add.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/waves-add.pd -------------------------------------------------------------------------------- /abunch048/waves-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/waves-help.pd -------------------------------------------------------------------------------- /abunch048/waves.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/waves.pd -------------------------------------------------------------------------------- /abunch048/whip.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/whip.wav -------------------------------------------------------------------------------- /abunch048/wind-synth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/wind-synth-help.pd -------------------------------------------------------------------------------- /abunch048/wind-synth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/abunch048/wind-synth.pd -------------------------------------------------------------------------------- /blitonna/environment1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/environment1.jpg -------------------------------------------------------------------------------- /blitonna/environment1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/environment1.pd -------------------------------------------------------------------------------- /blitonna/guitarpiece.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/guitarpiece.jpg -------------------------------------------------------------------------------- /blitonna/guitarpiece.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/guitarpiece.pd -------------------------------------------------------------------------------- /blitonna/midisampler.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/midisampler.pd -------------------------------------------------------------------------------- /blitonna/pitchfollow147.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/pitchfollow147.jpg -------------------------------------------------------------------------------- /blitonna/pitchfollow147.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/pitchfollow147.pd -------------------------------------------------------------------------------- /blitonna/pitchloopomni.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/pitchloopomni.jpg -------------------------------------------------------------------------------- /blitonna/pitchloopomni.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/pitchloopomni.pd -------------------------------------------------------------------------------- /blitonna/sampler1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/sampler1.jpg -------------------------------------------------------------------------------- /blitonna/simon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/simon.jpg -------------------------------------------------------------------------------- /blitonna/simon.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/simon.pd -------------------------------------------------------------------------------- /blitonna/slice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/slice.jpg -------------------------------------------------------------------------------- /blitonna/slice.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/slice.pd -------------------------------------------------------------------------------- /blitonna/slicelooper2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/slicelooper2.jpg -------------------------------------------------------------------------------- /blitonna/slicelooper2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/slicelooper2.pd -------------------------------------------------------------------------------- /blitonna/sssmd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/sssmd.jpg -------------------------------------------------------------------------------- /blitonna/sssmd.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/sssmd.pd -------------------------------------------------------------------------------- /blitonna/tuner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/tuner.jpg -------------------------------------------------------------------------------- /blitonna/tuner.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/blitonna/tuner.pd -------------------------------------------------------------------------------- /martinbrinkmann/cells1/cells1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/martinbrinkmann/cells1/cells1.pd -------------------------------------------------------------------------------- /martinbrinkmann/fbfm1r/fbfm1r.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/martinbrinkmann/fbfm1r/fbfm1r.pd -------------------------------------------------------------------------------- /martinbrinkmann/ginger2/ginger2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/martinbrinkmann/ginger2/ginger2.pd -------------------------------------------------------------------------------- /martinbrinkmann/ppsq1/ppsq1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/martinbrinkmann/ppsq1/ppsq1.pd -------------------------------------------------------------------------------- /martinbrinkmann/rez14/rez14.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/martinbrinkmann/rez14/rez14.pd -------------------------------------------------------------------------------- /martinbrinkmann/rns/rns.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/martinbrinkmann/rns/rns.pd -------------------------------------------------------------------------------- /martinbrinkmann/rns1pd/rns1pd.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/martinbrinkmann/rns1pd/rns1pd.pd -------------------------------------------------------------------------------- /martinbrinkmann/vmix1/vmix1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/martinbrinkmann/vmix1/vmix1.pd -------------------------------------------------------------------------------- /pdparty/lib/droidparty/build-toggles.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/display.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/droidnetreceive.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/loadsave.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/menubang.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/mknob.pd: -------------------------------------------------------------------------------- 1 | #N canvas 10 59 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/numberbox.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/ribbon.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/taplist.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/touch.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/droidparty/wordbutton.pd: -------------------------------------------------------------------------------- 1 | #N canvas 12 54 440 300 10; 2 | -------------------------------------------------------------------------------- /pdparty/lib/pd/complex-mod~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/complex-mod~.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/hilbert~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/hilbert~.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/playback.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/playback.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/recorder.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/recorder.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/rev1-final.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/rev1-final.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/rev1-stage.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/rev1-stage.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/rev1~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/rev1~.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/rev2~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/rev2~.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/rev3~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/rev3~.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/soundinput.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/soundinput.pd -------------------------------------------------------------------------------- /pdparty/lib/pd/soundoutput.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pd/soundoutput.pd -------------------------------------------------------------------------------- /pdparty/lib/pdparty/closebang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pdparty/closebang.pd -------------------------------------------------------------------------------- /pdparty/lib/pdparty/rj_compass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pdparty/rj_compass.pd -------------------------------------------------------------------------------- /pdparty/lib/pdparty/rj_image.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pdparty/rj_image.pd -------------------------------------------------------------------------------- /pdparty/lib/pdparty/rj_loc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pdparty/rj_loc.pd -------------------------------------------------------------------------------- /pdparty/lib/pdparty/rj_text.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pdparty/rj_text.pd -------------------------------------------------------------------------------- /pdparty/lib/pdparty/rj_time.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pdparty/rj_time.pd -------------------------------------------------------------------------------- /pdparty/lib/pdparty/rjdj.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/pdparty/rjdj.pd -------------------------------------------------------------------------------- /pdparty/lib/rj_deprecated/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/rj_deprecated/README -------------------------------------------------------------------------------- /pdparty/lib/rj_deprecated/sssad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/rj_deprecated/sssad.pd -------------------------------------------------------------------------------- /pdparty/lib/rj_deprecated/touch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/lib/rj_deprecated/touch.pd -------------------------------------------------------------------------------- /pdparty/samples/rjdj/bouncy.rj/rj_image.pd: -------------------------------------------------------------------------------- 1 | #N canvas 0 0 450 300 10; 2 | #X obj 126 65 inlet; 3 | -------------------------------------------------------------------------------- /pdparty/tests/all_pd_guis.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/all_pd_guis.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/bang-edit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/bang-edit.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/bang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/bang.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/canvas-edit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/canvas-edit.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/canvas.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/canvas.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/comment.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/comment.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/console.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/console.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/dollartest.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/dollartest.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/inits.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/inits.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/knob-edit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/knob-edit.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/knob.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/knob.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/list.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/list.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/number.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/number.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/number2-edit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/number2-edit.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/number2-width.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/number2-width.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/number2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/number2.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/radio-edit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/radio-edit.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/radio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/radio.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/slider-edit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/slider-edit.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/slider-linlog.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/slider-linlog.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/slider.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/slider.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/sr-range.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/sr-range.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/symbol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/symbol.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/toggle-edit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/toggle-edit.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/toggle.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/toggle.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/vumeter-edit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/vumeter-edit.pd -------------------------------------------------------------------------------- /pdparty/tests/gui/vumeter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/gui/vumeter.pd -------------------------------------------------------------------------------- /pdparty/tests/multi_channel.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/multi_channel.pd -------------------------------------------------------------------------------- /pdparty/tests/pdparty/Key/_main.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/pdparty/Key/_main.pd -------------------------------------------------------------------------------- /pdparty/tests/pdparty/Loc/_main.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/pdparty/Loc/_main.pd -------------------------------------------------------------------------------- /pdparty/tests/pdparty/Osc/_main.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/pdparty/tests/pdparty/Osc/_main.pd -------------------------------------------------------------------------------- /rjdj-rjlib/.gitignore: -------------------------------------------------------------------------------- 1 | # OSX 2 | .DS_Store 3 | 4 | -------------------------------------------------------------------------------- /rjdj-rjlib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/README.txt -------------------------------------------------------------------------------- /rjdj-rjlib/deprecated/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/deprecated/README -------------------------------------------------------------------------------- /rjdj-rjlib/deprecated/hilbert~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/deprecated/hilbert~.pd -------------------------------------------------------------------------------- /rjdj-rjlib/deprecated/reverb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/deprecated/reverb.pd -------------------------------------------------------------------------------- /rjdj-rjlib/deprecated/rj_fft.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/deprecated/rj_fft.pd -------------------------------------------------------------------------------- /rjdj-rjlib/deprecated/rjloader.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/deprecated/rjloader.pd -------------------------------------------------------------------------------- /rjdj-rjlib/deprecated/rjsave-ex.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/deprecated/rjsave-ex.pd -------------------------------------------------------------------------------- /rjdj-rjlib/deprecated/sssad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/deprecated/sssad.pd -------------------------------------------------------------------------------- /rjdj-rjlib/deprecated/touch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/deprecated/touch.pd -------------------------------------------------------------------------------- /rjdj-rjlib/pd/README-pd-rj.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/pd/README-pd-rj.txt -------------------------------------------------------------------------------- /rjdj-rjlib/pd/playback.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/pd/playback.pd -------------------------------------------------------------------------------- /rjdj-rjlib/pd/recorder.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/pd/recorder.pd -------------------------------------------------------------------------------- /rjdj-rjlib/pd/soundinput.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/pd/soundinput.pd -------------------------------------------------------------------------------- /rjdj-rjlib/pd/soundoutput.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/pd/soundoutput.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/LICENSE.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/OVERVIEW.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/OVERVIEW.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/_markovanal.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/_markovanal.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/a.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/a_breath-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/a_breath-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/a_breath.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/a_breath.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/a_onset-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/a_onset-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/a_onset.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/a_onset.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_adsr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_adsr-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_adsr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_adsr.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_adsrj-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_adsrj-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_adsrj.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_adsrj.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_bangx-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_bangx-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_bangx.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_bangx.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_bus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_bus-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_bus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_bus.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_cpfade-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_cpfade-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_cpfade.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_cpfade.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_drunk-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_drunk-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_drunk.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_drunk.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_ead-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_ead-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_ead.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_ead.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_frand-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_frand-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_frand.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_frand.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_frombus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_frombus-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_frombus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_frombus.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_lfo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_lfo-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_lfo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_lfo.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_madsr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_madsr-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_madsr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_madsr.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_madsrj-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_madsrj-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_madsrj.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_madsrj.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_markov-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_markov-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_markov.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_markov.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_mfade3-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_mfade3-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_mfade3.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_mfade3.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_mphasor-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_mphasor-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_mphasor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_mphasor.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_multimetro-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_multimetro-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_multimetro.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_multimetro.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_multipass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_multipass-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_multipass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_multipass.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_pass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_pass-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_pass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_pass.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_patternchange.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_patternchange.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_seqplay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_seqplay-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_seqplay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_seqplay.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_taptap-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_taptap-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_taptap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_taptap.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_tobus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_tobus-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_tobus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_tobus.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_urn-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_urn-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_urn.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_urn.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_xfade-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_xfade-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/c_xfade.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/c_xfade.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_agc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_agc-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_agc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_agc.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_alias-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_alias-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_alias.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_alias.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_apdist-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_apdist-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_apdist.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_apdist.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_beequad-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_beequad-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_beequad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_beequad.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_bitcrusher-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_bitcrusher-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_bitcrusher.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_bitcrusher.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_chorus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_chorus-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_chorus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_chorus.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_chorusr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_chorusr-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_chorusr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_chorusr.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_circlepan-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_circlepan-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_circlepan.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_circlepan.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_dubdel-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_dubdel-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_dubdel.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_dubdel.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_dynproc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_dynproc-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_dynproc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_dynproc.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_fbdelay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_fbdelay-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_fbdelay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_fbdelay.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_fbdelay2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_fbdelay2.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_forcepitch-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_forcepitch-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_forcepitch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_forcepitch.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_freqshift-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_freqshift-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_freqshift.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_freqshift.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_graindelread.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_graindelread.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_lop2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_lop2-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_lop2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_lop2.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_lop4-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_lop4-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_lop4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_lop4.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_mcompressor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_mcompressor.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_noclickdel-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_noclickdel-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_noclickdel.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_noclickdel.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_noclickdelsig.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_noclickdelsig.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_pan-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_pan-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_pan.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_pan.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_phaser-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_phaser-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_phaser.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_phaser.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_pingpong-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_pingpong-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_pingpong.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_pingpong.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_pitchshift-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_pitchshift-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_pitchshift.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_pitchshift.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_platereverb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_platereverb.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_repeater-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_repeater-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_repeater.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_repeater.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_reslop-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_reslop-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_reslop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_reslop.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_resonzq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_resonzq-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_resonzq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_resonzq.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_reverb-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_reverb-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_reverb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_reverb.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_scompress-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_scompress-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_scompress.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_scompress.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_scompressor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_scompressor.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_sdelay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_sdelay-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_sdelay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_sdelay.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_softclip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_softclip-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_softclip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_softclip.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_stereowidener.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_stereowidener.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_tremolo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_tremolo-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_tremolo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_tremolo.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_vocoder-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_vocoder-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/e_vocoder.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/e_vocoder.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_channelstrip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_channelstrip.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_compressorgui.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_compressorgui.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_hradio-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_hradio-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_hradio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_hradio.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_hsl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_hsl-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_hsl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_hsl.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_hsl4-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_hsl4-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_hsl4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_hsl4.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_nbx-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_nbx-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_nbx.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_nbx.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_nhsl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_nhsl-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_nhsl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_nhsl.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_pattern32-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_pattern32-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_pattern32.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_pattern32.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_showimage-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_showimage-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_showimage.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_showimage.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_showtext-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_showtext-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_showtext.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_showtext.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_symbol-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_symbol-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_symbol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_symbol.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_synsl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_synsl-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_synsl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_synsl.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_synthcontrol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_synthcontrol.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_tgl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_tgl-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_tgl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_tgl.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_vol-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_vol-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_vol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_vol.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_vol2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_vol2-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/g_vol2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/g_vol2.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_accel_magnitude.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_accel_magnitude.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_accel_pitch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_accel_pitch.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_accel_roll-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_accel_roll-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_accel_roll.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_accel_roll.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_accel_status.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_accel_status.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_autoscale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_autoscale-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_autoscale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_autoscale.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_beat2ms-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_beat2ms-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_beat2ms.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_beat2ms.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_bpm2ms-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_bpm2ms-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_bpm2ms.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_bpm2ms.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_chorddict-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_chorddict-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_chorddict.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_chorddict.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_intv2ratio-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_intv2ratio-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_intv2ratio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_intv2ratio.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_keyfollow-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_keyfollow-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_keyfollow.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_keyfollow.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_majorscale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_majorscale-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_majorscale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_majorscale.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_markovanal-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_markovanal-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_markovanal.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_markovanal.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_minorscale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_minorscale-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_minorscale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_minorscale.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_ms2beat-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_ms2beat-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_ms2beat.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_ms2beat.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_ms2sm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_ms2sm-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_ms2sm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_ms2sm.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_ratio2intv-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_ratio2intv-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_ratio2intv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_ratio2intv.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_scale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_scale-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_scale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_scale.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_sm2ms-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_sm2ms-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_sm2ms.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_sm2ms.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_speedlimit-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_speedlimit-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_speedlimit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_speedlimit.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_symbolarray.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_symbolarray.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_thresholds-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_thresholds-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_thresholds.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_thresholds.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_touch2grid-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_touch2grid-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/m_touch2grid.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/m_touch2grid.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#accelerate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#accelerate.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#compass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#compass-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#compass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#compass.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#gyro-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#gyro-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#gyro.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#gyro.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#loc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#loc-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#loc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#loc.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#time-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#time-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#time.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#time.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#touch-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#touch-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/r_#touch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/r_#touch.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/rj-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/rj-meta.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/rj.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/rj.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/rj_image-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/rj_image-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/rj_image.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/rj_image.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_blsaw-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_blsaw-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_blsaw.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_blsaw.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_blsquare-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_blsquare-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_blsquare.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_blsquare.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_buzz-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_buzz-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_buzz.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_buzz.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_chip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_chip-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_chip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_chip.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_cwc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_cwc-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_cwc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_cwc.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_czz-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_czz-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_czz.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_czz.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_drumelectro.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_drumelectro.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_ejun-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_ejun-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_ejun.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_ejun.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_fm4-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_fm4-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_fm4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_fm4.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_fmoscil-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_fmoscil-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_fmoscil.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_fmoscil.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_fplaytable-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_fplaytable-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_fplaytable.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_fplaytable.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_fplaytable2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_fplaytable2.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_guitar-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_guitar-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_guitar.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_guitar.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_hstr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_hstr-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_hstr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_hstr.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_looper-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_looper-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_looper.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_looper.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_loopsmooth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_loopsmooth-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_loopsmooth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_loopsmooth.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_noish-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_noish-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_noish.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_noish.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_noiz-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_noiz-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_noiz.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_noiz.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_osc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_osc-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_osc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_osc.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_pinknoise-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_pinknoise-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_pinknoise.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_pinknoise.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_playolap-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_playolap-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_playolap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_playolap.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_playtable-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_playtable-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_playtable.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_playtable.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_playtable2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_playtable2-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_playtable2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_playtable2.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_rhodey-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_rhodey-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_rhodey.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_rhodey.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_spad-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_spad-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_spad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_spad.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_vphasor-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_vphasor-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_vphasor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_vphasor.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_wsb-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_wsb-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/s_wsb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/s_wsb.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u.txt -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_bandpass1-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_bandpass1-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_bandpass1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_bandpass1.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_bandpass1q-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_bandpass1q-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_bandpass1q.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_bandpass1q.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_bandpass2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_bandpass2-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_bandpass2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_bandpass2.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_bandpass2q-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_bandpass2q-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_bandpass2q.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_bandpass2q.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_channelstrip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_channelstrip.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_cocollect-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_cocollect-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_cocollect.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_cocollect.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_collect-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_collect-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_collect.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_collect.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_dispatch-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_dispatch-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_dispatch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_dispatch.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_dumpfile-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_dumpfile-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_dumpfile.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_dumpfile.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_fade-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_fade-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_fade.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_fade.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_follower.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_follower.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_highpass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_highpass-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_highpass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_highpass.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_highpassq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_highpassq-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_highpassq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_highpassq.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listdrip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listdrip-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listdrip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listdrip.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listequal-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listequal-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listequal.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listequal.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listfilter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listfilter-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listfilter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listfilter.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listloop-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listloop-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listloop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listloop.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listmap-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listmap-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listmap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listmap.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listnth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listnth-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listnth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listnth.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listrandom-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listrandom-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listrandom.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listrandom.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listreduce-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listreduce-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listreduce.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listreduce.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listser-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listser-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_listser.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_listser.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_loader-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_loader-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_loader.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_loader.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_loadmeter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_loadmeter-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_loadmeter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_loadmeter.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_lowpass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_lowpass-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_lowpass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_lowpass.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_lowpassq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_lowpassq-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_lowpassq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_lowpassq.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_makepoly-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_makepoly-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_makepoly.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_makepoly.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_makepolymono.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_makepolymono.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_messagesaver.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_messagesaver.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_multisamplebank.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_multisamplebank.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_record-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_record-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_record.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_record.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_robinpoly-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_robinpoly-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_robinpoly.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_robinpoly.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_robinpolymono.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_robinpolymono.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_samplebank-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_samplebank-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_samplebank.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_samplebank.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_samplebank2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_samplebank2.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_samplekit-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_samplekit-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_samplekit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_samplekit.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_samplekit2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_samplekit2-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_samplekit2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_samplekit2.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_show-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_show-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_show.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_show.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_sigm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_sigm-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_sigm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_sigm.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_spinner-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_spinner-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_spinner.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_spinner.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_splicetrans.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_splicetrans.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_sssad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_sssad.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_stereo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_stereo-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_stereo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_stereo.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_wrandom-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_wrandom-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/u_wrandom.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/u_wrandom.pd -------------------------------------------------------------------------------- /rjdj-rjlib/rj/z_blank-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/rj/z_blank-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/src/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/makefile -------------------------------------------------------------------------------- /rjdj-rjlib/src/makefile_mingw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/makefile_mingw -------------------------------------------------------------------------------- /rjdj-rjlib/src/rj_accum-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/rj_accum-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/src/rj_accum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/rj_accum.c -------------------------------------------------------------------------------- /rjdj-rjlib/src/rj_centroid~.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/rj_centroid~.c -------------------------------------------------------------------------------- /rjdj-rjlib/src/rj_senergy~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/rj_senergy~-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/src/rj_senergy~.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/rj_senergy~.c -------------------------------------------------------------------------------- /rjdj-rjlib/src/rj_zcr~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/rj_zcr~-help.pd -------------------------------------------------------------------------------- /rjdj-rjlib/src/rj_zcr~.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/rjdj-rjlib/src/rj_zcr~.c -------------------------------------------------------------------------------- /unsorted/A-timebase.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/A-timebase.pd -------------------------------------------------------------------------------- /unsorted/backgroundmusic.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/backgroundmusic.pd -------------------------------------------------------------------------------- /unsorted/clicktrack.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/clicktrack.pd -------------------------------------------------------------------------------- /unsorted/drone/rez14.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drone/rez14.pd -------------------------------------------------------------------------------- /unsorted/drumbox/DrumBox.mmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/DrumBox.mmp -------------------------------------------------------------------------------- /unsorted/drumbox/DrumBox.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/DrumBox.pd -------------------------------------------------------------------------------- /unsorted/drumbox/content/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/.DS_Store -------------------------------------------------------------------------------- /unsorted/drumbox/content/hh_01.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/hh_01.wav -------------------------------------------------------------------------------- /unsorted/drumbox/content/hh_02.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/hh_02.wav -------------------------------------------------------------------------------- /unsorted/drumbox/content/hh_03.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/hh_03.wav -------------------------------------------------------------------------------- /unsorted/drumbox/content/hh_04.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/hh_04.wav -------------------------------------------------------------------------------- /unsorted/drumbox/content/hh_05.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/hh_05.wav -------------------------------------------------------------------------------- /unsorted/drumbox/content/hh_06.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/hh_06.wav -------------------------------------------------------------------------------- /unsorted/drumbox/content/load.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/load.pd -------------------------------------------------------------------------------- /unsorted/drumbox/content/main.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drumbox/content/main.pd -------------------------------------------------------------------------------- /unsorted/drummachine/sequence.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/drummachine/sequence.pd -------------------------------------------------------------------------------- /unsorted/fattener.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/fattener.pd -------------------------------------------------------------------------------- /unsorted/generative/DBTORMS.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/DBTORMS.TXT -------------------------------------------------------------------------------- /unsorted/generative/MTOF.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/MTOF.TXT -------------------------------------------------------------------------------- /unsorted/generative/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/README.txt -------------------------------------------------------------------------------- /unsorted/generative/clock.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/clock.pd -------------------------------------------------------------------------------- /unsorted/generative/echo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/echo.pd -------------------------------------------------------------------------------- /unsorted/generative/instrument1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/instrument1.pd -------------------------------------------------------------------------------- /unsorted/generative/instrument2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/instrument2.pd -------------------------------------------------------------------------------- /unsorted/generative/instrument3.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/instrument3.pd -------------------------------------------------------------------------------- /unsorted/generative/instrument4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/instrument4.pd -------------------------------------------------------------------------------- /unsorted/generative/main-mmp.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/main-mmp.pd -------------------------------------------------------------------------------- /unsorted/generative/main.mmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/main.mmp -------------------------------------------------------------------------------- /unsorted/generative/main.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/main.pd -------------------------------------------------------------------------------- /unsorted/generative/outmix.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/outmix.pd -------------------------------------------------------------------------------- /unsorted/generative/pan.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/pan.pd -------------------------------------------------------------------------------- /unsorted/generative/reverb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/generative/reverb.pd -------------------------------------------------------------------------------- /unsorted/grains/GRAINREAD.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/grains/GRAINREAD.pd -------------------------------------------------------------------------------- /unsorted/grains/GRAINS.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/grains/GRAINS.pd -------------------------------------------------------------------------------- /unsorted/grainstates/VS-loop3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/grainstates/VS-loop3.wav -------------------------------------------------------------------------------- /unsorted/granita-granita/!-.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/granita-granita/!-.pd -------------------------------------------------------------------------------- /unsorted/granita-granita/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/granita-granita/CHANGES -------------------------------------------------------------------------------- /unsorted/granita-granita/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/granita-granita/README -------------------------------------------------------------------------------- /unsorted/int2sym.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/int2sym.pd -------------------------------------------------------------------------------- /unsorted/live-seamlesslooper.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/live-seamlesslooper.pd -------------------------------------------------------------------------------- /unsorted/microgrooveseq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/microgrooveseq.pd -------------------------------------------------------------------------------- /unsorted/midiclock.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/midiclock.pd -------------------------------------------------------------------------------- /unsorted/misc-autopan.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/misc-autopan.pd -------------------------------------------------------------------------------- /unsorted/mobmusynth/PolySine.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/mobmusynth/PolySine.pd -------------------------------------------------------------------------------- /unsorted/noisybox/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/README.txt -------------------------------------------------------------------------------- /unsorted/noisybox/bangct.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/bangct.pd -------------------------------------------------------------------------------- /unsorted/noisybox/bangloop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/bangloop.pd -------------------------------------------------------------------------------- /unsorted/noisybox/bangs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/bangs.pd -------------------------------------------------------------------------------- /unsorted/noisybox/ctrl_sync.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/ctrl_sync.pd -------------------------------------------------------------------------------- /unsorted/noisybox/dline~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/dline~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/hmstimer.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/hmstimer.pd -------------------------------------------------------------------------------- /unsorted/noisybox/keyonoff.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/keyonoff.pd -------------------------------------------------------------------------------- /unsorted/noisybox/l_bp.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/l_bp.pd -------------------------------------------------------------------------------- /unsorted/noisybox/l_chorus~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/l_chorus~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/l_flanger~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/l_flanger~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/l_reverb~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/l_reverb~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/mc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/mc.pd -------------------------------------------------------------------------------- /unsorted/noisybox/mout~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/mout~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/nrpn_in.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/nrpn_in.pd -------------------------------------------------------------------------------- /unsorted/noisybox/nrpn_out.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/nrpn_out.pd -------------------------------------------------------------------------------- /unsorted/noisybox/nrpn_sync.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/nrpn_sync.pd -------------------------------------------------------------------------------- /unsorted/noisybox/oscsq~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/oscsq~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/panning~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/panning~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/ptrain~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/ptrain~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/pwm~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/pwm~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/range.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/range.pd -------------------------------------------------------------------------------- /unsorted/noisybox/rndseq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/rndseq.pd -------------------------------------------------------------------------------- /unsorted/noisybox/tri~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/tri~.pd -------------------------------------------------------------------------------- /unsorted/noisybox/wavrec~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/noisybox/wavrec~.pd -------------------------------------------------------------------------------- /unsorted/nrpn_in.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/nrpn_in.pd -------------------------------------------------------------------------------- /unsorted/nrpn_out: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /unsorted/nrpn_out.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/nrpn_out.pd -------------------------------------------------------------------------------- /unsorted/pdpod/1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/1.wav -------------------------------------------------------------------------------- /unsorted/pdpod/2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/2.wav -------------------------------------------------------------------------------- /unsorted/pdpod/3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/3.wav -------------------------------------------------------------------------------- /unsorted/pdpod/4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/4.wav -------------------------------------------------------------------------------- /unsorted/pdpod/lib/pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/lib/pd -------------------------------------------------------------------------------- /unsorted/pdpod/lib/ww.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/lib/ww.pd -------------------------------------------------------------------------------- /unsorted/pdpod/loop0l.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/loop0l.wav -------------------------------------------------------------------------------- /unsorted/pdpod/loop1l.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/loop1l.wav -------------------------------------------------------------------------------- /unsorted/pdpod/loop2l.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/loop2l.wav -------------------------------------------------------------------------------- /unsorted/pdpod/loop3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/loop3.wav -------------------------------------------------------------------------------- /unsorted/pdpod/pdpod_drums.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/pdpod_drums.pd -------------------------------------------------------------------------------- /unsorted/pdpod/pdpod_fm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/pdpod_fm.pd -------------------------------------------------------------------------------- /unsorted/pdpod/pdpod_l8p.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/pdpod_l8p.pd -------------------------------------------------------------------------------- /unsorted/pdpod/pdpod_test.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pdpod/pdpod_test.pd -------------------------------------------------------------------------------- /unsorted/pulse-grain/pulsar.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/pulse-grain/pulsar.pd -------------------------------------------------------------------------------- /unsorted/simplesequencer.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/simplesequencer.pd -------------------------------------------------------------------------------- /unsorted/speedlimit-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/speedlimit-help.pd -------------------------------------------------------------------------------- /unsorted/speedlimit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/speedlimit.pd -------------------------------------------------------------------------------- /unsorted/stepsequencer.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/stepsequencer.pd -------------------------------------------------------------------------------- /unsorted/tribalhouse/vead~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/unsorted/tribalhouse/vead~.pd -------------------------------------------------------------------------------- /williambrent/kill-old-abs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/kill-old-abs.pd -------------------------------------------------------------------------------- /williambrent/martha~-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/martha~-help.pd -------------------------------------------------------------------------------- /williambrent/martha~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/martha~.pd -------------------------------------------------------------------------------- /williambrent/oboe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/oboe.wav -------------------------------------------------------------------------------- /williambrent/osc-bank-voice.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/osc-bank-voice.pd -------------------------------------------------------------------------------- /williambrent/satie.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/satie.wav -------------------------------------------------------------------------------- /williambrent/send-update-abs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/send-update-abs.pd -------------------------------------------------------------------------------- /williambrent/start-new-abs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/start-new-abs.pd -------------------------------------------------------------------------------- /williambrent/streamStretch~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/streamStretch~.pd -------------------------------------------------------------------------------- /williambrent/voice.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/voice.wav -------------------------------------------------------------------------------- /williambrent/voice2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coderofsalvation/pd-puredata-vanilla-patches/HEAD/williambrent/voice2.wav --------------------------------------------------------------------------------