├── .DS_Store ├── .gitignore ├── 1-PD~.pd ├── 2-Rjdi.pd ├── Andy-SoundEffects ├── .DS_Store ├── Alarm_2tone.pd ├── Alarm_Police.pd ├── Alarm_Redalert.pd ├── Animals_Articulate-vowels.pd ├── Animals_Bird_Hansm.pd ├── Animals_Birds_AMFM.pd ├── Animals_Birds_Midi_BirdsUseStars.pd ├── Animals_Birds_birdcall_Mod.pd ├── Animals_Foot-steps.pd ├── Animals_Insects.pd ├── Animals_Roar.pd ├── Bell-AdditiveSynth.pd ├── Bell-Bell-ratio.pd ├── Bell-separate-voices.pd ├── Click.pd ├── Door-creaker.pd ├── Electric-hum1.pd ├── Electric_hum-and-sparks.pd ├── Electric_sparks1.pd ├── Equipement-Bouncing-ball.pd ├── Equipement-Clock.pd ├── Equipement-Engine-four-stroke.pd ├── Equipement-Engine-jetengine1.pd ├── Equipement-Engine.pd ├── Equipement-Fan4.pd ├── Equipement-Fan5.pd ├── Equipement-Helicopter1.pd ├── Equipement-MachineMachine.pd ├── Equipement-Machineomatic.pd ├── Equipement-Motor2.pd ├── Equipement-OldRecord.pd ├── Equipement-Phone-bell-striker.pd ├── Equipement-Phone-busy-signal.pd ├── Equipement-Phone-dial-remotering.pd ├── Equipement-Phone-effects.pd ├── Equipement-Phone-pulsedial.pd ├── Equipement-Phone-ringingtone.pd ├── Equipement-Rocket-launcher.pd ├── Equipement-Switches-Shortping.pd ├── Equipement-Switches-Slideswitch.pd ├── Equipement-Switches-Switch001.pd ├── Equipement-Switches-Switch3.pd ├── Equipement-TinCan-rolling1.pd ├── Equipement-Tincan.pd ├── Explosion-Bomb-factory1.pd ├── Explosion-Bomb.pd ├── Explosion-Fireworks.pd ├── Explosion-Guns-FallingMetalCassing.pd ├── Explosion-Guns-reload.pd ├── Explosion-Guns-shellcasings.pd ├── Explosion-Gunsulike.pd ├── Frottements.pd ├── Liquid-Acid_Fissing.pd ├── Liquid-Acid_SpittyBits.pd ├── Liquid-Bubble2.pd ├── Liquid-Drips.pd ├── Liquid-Droplets.pd ├── Liquid-Pour1.pd ├── Liquid-Water4.pd ├── Liquid_FlowDrips.pd ├── Liquid_ResonantFilter.pd ├── Liquid_Running-water4.pd ├── Nature-Fire_all.pd ├── Nature-Rain-windywindow.pd ├── Nature-Rain.pd ├── Nature-Rumble.pd ├── Nature-Stream.pd ├── Nature-Thunder4.pd ├── Nature-Warmwind.pd ├── Nature-Wind.pd ├── SciFi-Laser-beam.pd ├── SciFi-Lazer1.pd ├── SciFi-droids2.pd ├── SciFi-droids3.pd ├── SciFi-phaser.pd ├── SciFi-photon-torpedo.pd ├── SciFi-transporter-TNG.pd ├── Twang.pd ├── z_bellratio_abs │ ├── A0-bell-oscillator.pd │ ├── A1-bell-envelope.pd │ ├── A2-bell-partial.pd │ └── A3-bell-scale.pd ├── z_bellvoice_abs │ ├── envlp-ad.pd │ ├── listosc2.pd │ └── voice1.pd ├── z_birdcall_abs │ ├── z-avian-syrinx-model.pd │ ├── z-trachea.pd │ ├── z-vposc.pd │ └── z_vposc.pd ├── z_bomb_abs │ ├── combsweep.pd │ └── sdel~.pd ├── z_clock_abs │ ├── bangburst.pd │ ├── bodyresonance.pd │ ├── bodyresonance~.pd │ ├── bodyscale.pd │ ├── clockhand.pd │ ├── clocktick.pd │ ├── clocktick2.pd │ ├── escapement.pd │ ├── expdec.pd │ ├── expdec~.pd │ ├── mclick.pd │ ├── mclick~.pd │ └── sqdec.pd ├── z_door_abs │ └── dfbef.pd ├── z_electrichum_abs │ └── comb1.pd ├── z_electrichumandsparks_abs │ ├── chplz.pd │ ├── comb1.pd │ ├── randgate.pd │ ├── snap.pd │ └── spark6formant.pd ├── z_electricsparks_abs │ ├── chplz.pd │ └── randgate.pd ├── z_footsteps_abs │ └── splitphase.pd ├── z_helicopter_abs │ ├── mainrotor.pd │ ├── mdel.pd │ └── vrdel.pd ├── z_key_abs │ ├── pdkb-az.pd │ ├── z-pdkb-makenote.pd │ └── z-pdkb-note.pd ├── z_laser_abs │ ├── crack.pd │ ├── sd.pd │ └── spark6formant.pd ├── z_motor_abs │ └── motorenv.pd ├── z_oldrecord_abs │ └── z-synth.old.record~.pd ├── z_phonebellstriker_abs │ ├── bellenv.pd │ ├── bellosc.pd │ └── partialgroup.pd ├── z_phoneeffects_abs │ ├── decode-tone.pd │ ├── list-dotprod.pd │ ├── list-drip.pd │ ├── list-dripslow.pd │ ├── list-emath.pd │ ├── sand.pd │ └── telephone-line.pd ├── z_police_abs │ ├── environment.pd │ ├── logosc~.pd │ └── plastichorn~.pd ├── z_rainwindow_abs │ ├── dropsig.pd │ └── glasswindow.pd ├── z_redalert_abs │ └── dfbe.pd ├── z_roar_abs │ └── articulate.pd ├── z_runningwater_abs │ └── waterflow.pd ├── z_switch_abs │ ├── pnoise.pd │ ├── shortping.pd │ └── switchclick.pd ├── z_syn_abs │ ├── .DS_Store │ ├── syn-rain.pd │ └── syn-wind.pd ├── z_thunder_abs │ ├── distance.pd │ ├── strike-pattern.pd │ ├── strike-sound.pd │ └── udly.pd └── z_warmwind_abs │ └── fcpan.pd ├── GTD-0-helloworld.pd ├── GTD-1-samples.pd ├── GTD-10-tuio-receive.pd ├── GTD-2-samples+lfo.pd ├── GTD-3-samples+frand.pd ├── GTD-4-synths.pd ├── GTD-5-synths-polyphoniques.pd ├── GTD-6-metronome.pd ├── GTD-7-lisloop.pd ├── GTD-8-effets.pd ├── GTD-9-osc.pd ├── README.md ├── abs ├── abstraction.pd ├── adsr.pd ├── all_about_expr_functions.pd ├── drumkit-cymbal.pd ├── drumkit-hat.pd ├── drumkit-kick.pd ├── drumkit-snare.pd ├── drumkit-tom.pd ├── effect-drive.pd ├── effect-morph-help.pd ├── effect-morph.pd ├── oscilloscope-help.pd ├── oscilloscope.pd ├── randomNumber.pd ├── synth-additive-voice.pd ├── synth-substractive-voice.pd ├── synth-voice.pd ├── synth-waveshapping-voice.pd ├── synth_fm_4voices.pd ├── synth_noises.pd ├── synth_polyosc.pd ├── tanhtable~.pd └── tanh~.pd ├── assets ├── image-01.png └── image-02.png ├── communication_osc ├── capture_data │ └── capture_data.pde ├── main.pd └── sketch │ └── sketch.pde ├── list-abs ├── OSCprepend-help.pd ├── OSCprepend.pd ├── compare-any-help.pd ├── compare-any.pd ├── last-x-help.pd ├── last-x.pd ├── list-abs-help.pd ├── list-abs-intro.pd ├── list-abs-meta.pd ├── list-abs.pd ├── list-accum-help.pd ├── list-accum.pd ├── list-add-help.pd ├── list-add.pd ├── list-apply-help.pd ├── list-apply.pd ├── list-centroid-help.pd ├── list-centroid.pd ├── list-clip-help.pd ├── list-clip.pd ├── list-compare-help.pd ├── list-compare.pd ├── list-delete-help.pd ├── list-delete.pd ├── list-demux.pd ├── list-dotprod-help.pd ├── list-dotprod.pd ├── list-drip-help.pd ├── list-drip.pd ├── list-drip2-help.pd ├── list-drip2.pd ├── list-dripslow-help.pd ├── list-dripslow.pd ├── list-emath-help.pd ├── list-emath.pd ├── list-enumerate-help.pd ├── list-enumerate.pd ├── list-equalize-help.pd ├── list-equalize.pd ├── list-extend-help.pd ├── list-extend.pd ├── list-fifo-delim-help.pd ├── list-fifo-delim.pd ├── list-fifo-help.pd ├── list-fifo.pd ├── list-filter-help.pd ├── list-filter.pd ├── list-find-help.pd ├── list-find.pd ├── list-geometric-mean-help.pd ├── list-geometric-mean.pd ├── list-group-help.pd ├── list-group.pd ├── list-harmonic-mean-help.pd ├── list-harmonic-mean.pd ├── list-idx-help.pd ├── list-idx.pd ├── list-insert-help.pd ├── list-insert.pd ├── list-inter-example.pd ├── list-inter-gem-example.pd ├── list-inter-help.pd ├── list-inter-many-help.pd ├── list-inter-many.pd ├── list-inter.pd ├── list-invint.pd ├── list-iter-help.pd ├── list-iter.pd ├── list-l2s-help.pd ├── list-l2s.pd ├── list-lastx-help.pd ├── list-lastx.pd ├── list-len-help.pd ├── list-len.pd ├── list-lifo-help.pd ├── list-lifo.pd ├── list-makefilename-a.pd ├── list-makefilename-help.pd ├── list-makefilename.pd ├── list-map-help.pd ├── list-map.pd ├── list-map2-help.pd ├── list-map2.pd ├── list-math-help.pd ├── list-math.pd ├── list-mean-help.pd ├── list-mean.pd ├── list-minmax-help.pd ├── list-minmax.pd ├── list-moses-help.pd ├── list-moses.pd ├── list-mult-help.pd ├── list-mult.pd ├── list-normalize-help.pd ├── list-normalize.pd ├── list-nth-help.pd ├── list-nth.pd ├── list-onearg-help.pd ├── list-onearg.pd ├── list-pad-help.pd ├── list-pad.pd ├── list-random-help.pd ├── list-random.pd ├── list-rdrip-help.pd ├── list-rdrip.pd ├── list-reduce-help.pd ├── list-reduce.pd ├── list-replace-help.pd ├── list-replace.pd ├── list-rev-help.pd ├── list-rev.pd ├── list-rot-help.pd ├── list-rot.pd ├── list-round-help.pd ├── list-round.pd ├── list-sect-help.pd ├── list-sect.pd ├── list-seek-help.pd ├── list-seek.pd ├── list-shellsort-help.pd ├── list-shellsort.pd ├── list-sieve-example-2.pd ├── list-sieve-help.pd ├── list-sieve.pd ├── list-sort-help.pd ├── list-sort.pd ├── list-splat-help.pd ├── list-splat.pd ├── list-sub-help.pd ├── list-sub.pd ├── list-swap-help.pd ├── list-swap.pd ├── list-tabdump-help.pd ├── list-tabdump.pd ├── list-unique-help.pd ├── list-unique.pd ├── list-unitvec-help.pd ├── list-unitvec.pd ├── list-wrandom-help.pd ├── list-wrandom.pd ├── prepent-help.pd ├── prepent.pd ├── sroute-help.pd ├── sroute.pd ├── take-two-help.pd ├── take-two.pd ├── triple-scale-help.pd └── triple-scale.pd ├── macOS.gitignore ├── 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 ├── playback.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 ├── recorder.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_sampler-help.pd ├── s_sampler.pd ├── s_spad-help.pd ├── s_spad.pd ├── s_vphasor-help.pd ├── s_vphasor.pd ├── s_wsb-help.pd ├── s_wsb.pd ├── soundinput.pd ├── soundoutput.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 ├── sons ├── .DS_Store ├── 19301__starrock__pen6.wav ├── 26246__bitsmart__snare.wav └── 338986__undead505__music-box-melody.wav └── stats ├── .DS_Store ├── data ├── K-K-profiles.txt ├── Temperley-profiles.txt ├── psi-functions.txt └── vera.ttf ├── k-means-help.pd ├── k-means.pd ├── list-bounds-help.pd ├── list-bounds.pd ├── list-combine-help.pd ├── list-combine.pd ├── list-datasort-help.pd ├── list-datasort.pd ├── list-euclid-help.pd ├── list-euclid.pd ├── list-maximum-help.pd ├── list-maximum.pd ├── list-minimum-help.pd ├── list-minimum.pd ├── list-permut-help.pd ├── list-permute-help.pd ├── list-permute.pd ├── list-sliding-help.pd ├── list-sliding.pd ├── list-stats-help.pd ├── list-stats.pd ├── markovRetrieve-help.pd ├── markovRetrieve.pd ├── markovStore-help.pd ├── markovStore.pd ├── minmax-help.pd ├── minmax.pd ├── mtx-stats-help.pd ├── mtx-stats.pd ├── mtxOptimization-help.pd ├── mtxOptimization.pd ├── qt-clustering-help.pd ├── qt-clustering.pd ├── runningAverage-help.pd ├── runningAverage.pd ├── runningCollAverage.pd ├── runningCovariance-help.pd ├── runningCovariance.pd ├── runningStats-help.pd └── runningStats.pd /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/.gitignore -------------------------------------------------------------------------------- /1-PD~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/1-PD~.pd -------------------------------------------------------------------------------- /2-Rjdi.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/2-Rjdi.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/.DS_Store -------------------------------------------------------------------------------- /Andy-SoundEffects/Alarm_2tone.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Alarm_2tone.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Alarm_Police.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Alarm_Police.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Alarm_Redalert.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Alarm_Redalert.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Animals_Articulate-vowels.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Animals_Articulate-vowels.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Animals_Bird_Hansm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Animals_Bird_Hansm.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Animals_Birds_AMFM.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Animals_Birds_AMFM.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Animals_Birds_Midi_BirdsUseStars.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Animals_Birds_Midi_BirdsUseStars.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Animals_Birds_birdcall_Mod.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Animals_Birds_birdcall_Mod.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Animals_Foot-steps.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Animals_Foot-steps.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Animals_Insects.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Animals_Insects.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Animals_Roar.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Animals_Roar.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Bell-AdditiveSynth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Bell-AdditiveSynth.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Bell-Bell-ratio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Bell-Bell-ratio.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Bell-separate-voices.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Bell-separate-voices.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Click.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Click.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Door-creaker.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Door-creaker.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Electric-hum1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Electric-hum1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Electric_hum-and-sparks.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Electric_hum-and-sparks.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Electric_sparks1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Electric_sparks1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Bouncing-ball.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Bouncing-ball.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Clock.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Clock.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Engine-four-stroke.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Engine-four-stroke.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Engine-jetengine1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Engine-jetengine1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Engine.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Engine.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Fan4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Fan4.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Fan5.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Fan5.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Helicopter1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Helicopter1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-MachineMachine.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-MachineMachine.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Machineomatic.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Machineomatic.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Motor2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Motor2.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-OldRecord.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-OldRecord.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Phone-bell-striker.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Phone-bell-striker.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Phone-busy-signal.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Phone-busy-signal.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Phone-dial-remotering.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Phone-dial-remotering.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Phone-effects.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Phone-effects.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Phone-pulsedial.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Phone-pulsedial.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Phone-ringingtone.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Phone-ringingtone.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Rocket-launcher.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Rocket-launcher.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Switches-Shortping.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Switches-Shortping.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Switches-Slideswitch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Switches-Slideswitch.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Switches-Switch001.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Switches-Switch001.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Switches-Switch3.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Switches-Switch3.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-TinCan-rolling1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-TinCan-rolling1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Equipement-Tincan.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Equipement-Tincan.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Explosion-Bomb-factory1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Explosion-Bomb-factory1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Explosion-Bomb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Explosion-Bomb.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Explosion-Fireworks.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Explosion-Fireworks.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Explosion-Guns-FallingMetalCassing.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Explosion-Guns-FallingMetalCassing.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Explosion-Guns-reload.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Explosion-Guns-reload.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Explosion-Guns-shellcasings.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Explosion-Guns-shellcasings.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Explosion-Gunsulike.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Explosion-Gunsulike.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Frottements.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Frottements.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid-Acid_Fissing.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid-Acid_Fissing.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid-Acid_SpittyBits.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid-Acid_SpittyBits.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid-Bubble2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid-Bubble2.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid-Drips.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid-Drips.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid-Droplets.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid-Droplets.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid-Pour1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid-Pour1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid-Water4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid-Water4.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid_FlowDrips.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid_FlowDrips.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid_ResonantFilter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid_ResonantFilter.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Liquid_Running-water4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Liquid_Running-water4.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Nature-Fire_all.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Nature-Fire_all.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Nature-Rain-windywindow.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Nature-Rain-windywindow.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Nature-Rain.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Nature-Rain.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Nature-Rumble.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Nature-Rumble.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Nature-Stream.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Nature-Stream.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Nature-Thunder4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Nature-Thunder4.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Nature-Warmwind.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Nature-Warmwind.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Nature-Wind.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Nature-Wind.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/SciFi-Laser-beam.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/SciFi-Laser-beam.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/SciFi-Lazer1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/SciFi-Lazer1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/SciFi-droids2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/SciFi-droids2.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/SciFi-droids3.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/SciFi-droids3.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/SciFi-phaser.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/SciFi-phaser.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/SciFi-photon-torpedo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/SciFi-photon-torpedo.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/SciFi-transporter-TNG.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/SciFi-transporter-TNG.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/Twang.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/Twang.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bellratio_abs/A0-bell-oscillator.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bellratio_abs/A0-bell-oscillator.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bellratio_abs/A1-bell-envelope.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bellratio_abs/A1-bell-envelope.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bellratio_abs/A2-bell-partial.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bellratio_abs/A2-bell-partial.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bellratio_abs/A3-bell-scale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bellratio_abs/A3-bell-scale.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bellvoice_abs/envlp-ad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bellvoice_abs/envlp-ad.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bellvoice_abs/listosc2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bellvoice_abs/listosc2.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bellvoice_abs/voice1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bellvoice_abs/voice1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_birdcall_abs/z-avian-syrinx-model.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_birdcall_abs/z-avian-syrinx-model.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_birdcall_abs/z-trachea.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_birdcall_abs/z-trachea.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_birdcall_abs/z-vposc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_birdcall_abs/z-vposc.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_birdcall_abs/z_vposc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_birdcall_abs/z_vposc.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bomb_abs/combsweep.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bomb_abs/combsweep.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_bomb_abs/sdel~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_bomb_abs/sdel~.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/bangburst.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/bangburst.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/bodyresonance.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/bodyresonance.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/bodyresonance~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/bodyresonance~.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/bodyscale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/bodyscale.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/clockhand.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/clockhand.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/clocktick.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/clocktick.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/clocktick2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/clocktick2.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/escapement.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/escapement.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/expdec.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/expdec.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/expdec~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/expdec~.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/mclick.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/mclick.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/mclick~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/mclick~.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_clock_abs/sqdec.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_clock_abs/sqdec.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_door_abs/dfbef.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_door_abs/dfbef.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_electrichum_abs/comb1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_electrichum_abs/comb1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_electrichumandsparks_abs/chplz.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_electrichumandsparks_abs/chplz.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_electrichumandsparks_abs/comb1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_electrichumandsparks_abs/comb1.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_electrichumandsparks_abs/randgate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_electrichumandsparks_abs/randgate.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_electrichumandsparks_abs/snap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_electrichumandsparks_abs/snap.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_electrichumandsparks_abs/spark6formant.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_electrichumandsparks_abs/spark6formant.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_electricsparks_abs/chplz.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_electricsparks_abs/chplz.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_electricsparks_abs/randgate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_electricsparks_abs/randgate.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_footsteps_abs/splitphase.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_footsteps_abs/splitphase.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_helicopter_abs/mainrotor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_helicopter_abs/mainrotor.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_helicopter_abs/mdel.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_helicopter_abs/mdel.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_helicopter_abs/vrdel.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_helicopter_abs/vrdel.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_key_abs/pdkb-az.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_key_abs/pdkb-az.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_key_abs/z-pdkb-makenote.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_key_abs/z-pdkb-makenote.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_key_abs/z-pdkb-note.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_key_abs/z-pdkb-note.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_laser_abs/crack.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_laser_abs/crack.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_laser_abs/sd.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_laser_abs/sd.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_laser_abs/spark6formant.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_laser_abs/spark6formant.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_motor_abs/motorenv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_motor_abs/motorenv.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_oldrecord_abs/z-synth.old.record~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_oldrecord_abs/z-synth.old.record~.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phonebellstriker_abs/bellenv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phonebellstriker_abs/bellenv.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phonebellstriker_abs/bellosc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phonebellstriker_abs/bellosc.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phonebellstriker_abs/partialgroup.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phonebellstriker_abs/partialgroup.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phoneeffects_abs/decode-tone.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phoneeffects_abs/decode-tone.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phoneeffects_abs/list-dotprod.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phoneeffects_abs/list-dotprod.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phoneeffects_abs/list-drip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phoneeffects_abs/list-drip.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phoneeffects_abs/list-dripslow.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phoneeffects_abs/list-dripslow.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phoneeffects_abs/list-emath.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phoneeffects_abs/list-emath.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phoneeffects_abs/sand.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phoneeffects_abs/sand.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_phoneeffects_abs/telephone-line.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_phoneeffects_abs/telephone-line.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_police_abs/environment.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_police_abs/environment.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_police_abs/logosc~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_police_abs/logosc~.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_police_abs/plastichorn~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_police_abs/plastichorn~.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_rainwindow_abs/dropsig.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_rainwindow_abs/dropsig.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_rainwindow_abs/glasswindow.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_rainwindow_abs/glasswindow.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_redalert_abs/dfbe.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_redalert_abs/dfbe.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_roar_abs/articulate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_roar_abs/articulate.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_runningwater_abs/waterflow.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_runningwater_abs/waterflow.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_switch_abs/pnoise.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_switch_abs/pnoise.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_switch_abs/shortping.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_switch_abs/shortping.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_switch_abs/switchclick.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_switch_abs/switchclick.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_syn_abs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_syn_abs/.DS_Store -------------------------------------------------------------------------------- /Andy-SoundEffects/z_syn_abs/syn-rain.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_syn_abs/syn-rain.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_syn_abs/syn-wind.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_syn_abs/syn-wind.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_thunder_abs/distance.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_thunder_abs/distance.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_thunder_abs/strike-pattern.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_thunder_abs/strike-pattern.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_thunder_abs/strike-sound.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_thunder_abs/strike-sound.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_thunder_abs/udly.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_thunder_abs/udly.pd -------------------------------------------------------------------------------- /Andy-SoundEffects/z_warmwind_abs/fcpan.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/Andy-SoundEffects/z_warmwind_abs/fcpan.pd -------------------------------------------------------------------------------- /GTD-0-helloworld.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-0-helloworld.pd -------------------------------------------------------------------------------- /GTD-1-samples.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-1-samples.pd -------------------------------------------------------------------------------- /GTD-10-tuio-receive.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-10-tuio-receive.pd -------------------------------------------------------------------------------- /GTD-2-samples+lfo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-2-samples+lfo.pd -------------------------------------------------------------------------------- /GTD-3-samples+frand.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-3-samples+frand.pd -------------------------------------------------------------------------------- /GTD-4-synths.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-4-synths.pd -------------------------------------------------------------------------------- /GTD-5-synths-polyphoniques.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-5-synths-polyphoniques.pd -------------------------------------------------------------------------------- /GTD-6-metronome.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-6-metronome.pd -------------------------------------------------------------------------------- /GTD-7-lisloop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-7-lisloop.pd -------------------------------------------------------------------------------- /GTD-8-effets.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-8-effets.pd -------------------------------------------------------------------------------- /GTD-9-osc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/GTD-9-osc.pd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/README.md -------------------------------------------------------------------------------- /abs/abstraction.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/abstraction.pd -------------------------------------------------------------------------------- /abs/adsr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/adsr.pd -------------------------------------------------------------------------------- /abs/all_about_expr_functions.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/all_about_expr_functions.pd -------------------------------------------------------------------------------- /abs/drumkit-cymbal.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/drumkit-cymbal.pd -------------------------------------------------------------------------------- /abs/drumkit-hat.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/drumkit-hat.pd -------------------------------------------------------------------------------- /abs/drumkit-kick.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/drumkit-kick.pd -------------------------------------------------------------------------------- /abs/drumkit-snare.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/drumkit-snare.pd -------------------------------------------------------------------------------- /abs/drumkit-tom.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/drumkit-tom.pd -------------------------------------------------------------------------------- /abs/effect-drive.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/effect-drive.pd -------------------------------------------------------------------------------- /abs/effect-morph-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/effect-morph-help.pd -------------------------------------------------------------------------------- /abs/effect-morph.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/effect-morph.pd -------------------------------------------------------------------------------- /abs/oscilloscope-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/oscilloscope-help.pd -------------------------------------------------------------------------------- /abs/oscilloscope.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/oscilloscope.pd -------------------------------------------------------------------------------- /abs/randomNumber.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/randomNumber.pd -------------------------------------------------------------------------------- /abs/synth-additive-voice.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/synth-additive-voice.pd -------------------------------------------------------------------------------- /abs/synth-substractive-voice.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/synth-substractive-voice.pd -------------------------------------------------------------------------------- /abs/synth-voice.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/synth-voice.pd -------------------------------------------------------------------------------- /abs/synth-waveshapping-voice.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/synth-waveshapping-voice.pd -------------------------------------------------------------------------------- /abs/synth_fm_4voices.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/synth_fm_4voices.pd -------------------------------------------------------------------------------- /abs/synth_noises.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/synth_noises.pd -------------------------------------------------------------------------------- /abs/synth_polyosc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/synth_polyosc.pd -------------------------------------------------------------------------------- /abs/tanhtable~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/tanhtable~.pd -------------------------------------------------------------------------------- /abs/tanh~.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/abs/tanh~.pd -------------------------------------------------------------------------------- /assets/image-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/assets/image-01.png -------------------------------------------------------------------------------- /assets/image-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/assets/image-02.png -------------------------------------------------------------------------------- /communication_osc/capture_data/capture_data.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/communication_osc/capture_data/capture_data.pde -------------------------------------------------------------------------------- /communication_osc/main.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/communication_osc/main.pd -------------------------------------------------------------------------------- /communication_osc/sketch/sketch.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/communication_osc/sketch/sketch.pde -------------------------------------------------------------------------------- /list-abs/OSCprepend-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/OSCprepend-help.pd -------------------------------------------------------------------------------- /list-abs/OSCprepend.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/OSCprepend.pd -------------------------------------------------------------------------------- /list-abs/compare-any-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/compare-any-help.pd -------------------------------------------------------------------------------- /list-abs/compare-any.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/compare-any.pd -------------------------------------------------------------------------------- /list-abs/last-x-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/last-x-help.pd -------------------------------------------------------------------------------- /list-abs/last-x.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/last-x.pd -------------------------------------------------------------------------------- /list-abs/list-abs-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-abs-help.pd -------------------------------------------------------------------------------- /list-abs/list-abs-intro.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-abs-intro.pd -------------------------------------------------------------------------------- /list-abs/list-abs-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-abs-meta.pd -------------------------------------------------------------------------------- /list-abs/list-abs.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-abs.pd -------------------------------------------------------------------------------- /list-abs/list-accum-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-accum-help.pd -------------------------------------------------------------------------------- /list-abs/list-accum.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-accum.pd -------------------------------------------------------------------------------- /list-abs/list-add-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-add-help.pd -------------------------------------------------------------------------------- /list-abs/list-add.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-add.pd -------------------------------------------------------------------------------- /list-abs/list-apply-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-apply-help.pd -------------------------------------------------------------------------------- /list-abs/list-apply.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-apply.pd -------------------------------------------------------------------------------- /list-abs/list-centroid-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-centroid-help.pd -------------------------------------------------------------------------------- /list-abs/list-centroid.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-centroid.pd -------------------------------------------------------------------------------- /list-abs/list-clip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-clip-help.pd -------------------------------------------------------------------------------- /list-abs/list-clip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-clip.pd -------------------------------------------------------------------------------- /list-abs/list-compare-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-compare-help.pd -------------------------------------------------------------------------------- /list-abs/list-compare.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-compare.pd -------------------------------------------------------------------------------- /list-abs/list-delete-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-delete-help.pd -------------------------------------------------------------------------------- /list-abs/list-delete.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-delete.pd -------------------------------------------------------------------------------- /list-abs/list-demux.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-demux.pd -------------------------------------------------------------------------------- /list-abs/list-dotprod-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-dotprod-help.pd -------------------------------------------------------------------------------- /list-abs/list-dotprod.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-dotprod.pd -------------------------------------------------------------------------------- /list-abs/list-drip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-drip-help.pd -------------------------------------------------------------------------------- /list-abs/list-drip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-drip.pd -------------------------------------------------------------------------------- /list-abs/list-drip2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-drip2-help.pd -------------------------------------------------------------------------------- /list-abs/list-drip2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-drip2.pd -------------------------------------------------------------------------------- /list-abs/list-dripslow-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-dripslow-help.pd -------------------------------------------------------------------------------- /list-abs/list-dripslow.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-dripslow.pd -------------------------------------------------------------------------------- /list-abs/list-emath-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-emath-help.pd -------------------------------------------------------------------------------- /list-abs/list-emath.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-emath.pd -------------------------------------------------------------------------------- /list-abs/list-enumerate-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-enumerate-help.pd -------------------------------------------------------------------------------- /list-abs/list-enumerate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-enumerate.pd -------------------------------------------------------------------------------- /list-abs/list-equalize-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-equalize-help.pd -------------------------------------------------------------------------------- /list-abs/list-equalize.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-equalize.pd -------------------------------------------------------------------------------- /list-abs/list-extend-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-extend-help.pd -------------------------------------------------------------------------------- /list-abs/list-extend.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-extend.pd -------------------------------------------------------------------------------- /list-abs/list-fifo-delim-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-fifo-delim-help.pd -------------------------------------------------------------------------------- /list-abs/list-fifo-delim.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-fifo-delim.pd -------------------------------------------------------------------------------- /list-abs/list-fifo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-fifo-help.pd -------------------------------------------------------------------------------- /list-abs/list-fifo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-fifo.pd -------------------------------------------------------------------------------- /list-abs/list-filter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-filter-help.pd -------------------------------------------------------------------------------- /list-abs/list-filter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-filter.pd -------------------------------------------------------------------------------- /list-abs/list-find-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-find-help.pd -------------------------------------------------------------------------------- /list-abs/list-find.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-find.pd -------------------------------------------------------------------------------- /list-abs/list-geometric-mean-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-geometric-mean-help.pd -------------------------------------------------------------------------------- /list-abs/list-geometric-mean.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-geometric-mean.pd -------------------------------------------------------------------------------- /list-abs/list-group-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-group-help.pd -------------------------------------------------------------------------------- /list-abs/list-group.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-group.pd -------------------------------------------------------------------------------- /list-abs/list-harmonic-mean-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-harmonic-mean-help.pd -------------------------------------------------------------------------------- /list-abs/list-harmonic-mean.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-harmonic-mean.pd -------------------------------------------------------------------------------- /list-abs/list-idx-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-idx-help.pd -------------------------------------------------------------------------------- /list-abs/list-idx.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-idx.pd -------------------------------------------------------------------------------- /list-abs/list-insert-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-insert-help.pd -------------------------------------------------------------------------------- /list-abs/list-insert.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-insert.pd -------------------------------------------------------------------------------- /list-abs/list-inter-example.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-inter-example.pd -------------------------------------------------------------------------------- /list-abs/list-inter-gem-example.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-inter-gem-example.pd -------------------------------------------------------------------------------- /list-abs/list-inter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-inter-help.pd -------------------------------------------------------------------------------- /list-abs/list-inter-many-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-inter-many-help.pd -------------------------------------------------------------------------------- /list-abs/list-inter-many.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-inter-many.pd -------------------------------------------------------------------------------- /list-abs/list-inter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-inter.pd -------------------------------------------------------------------------------- /list-abs/list-invint.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-invint.pd -------------------------------------------------------------------------------- /list-abs/list-iter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-iter-help.pd -------------------------------------------------------------------------------- /list-abs/list-iter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-iter.pd -------------------------------------------------------------------------------- /list-abs/list-l2s-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-l2s-help.pd -------------------------------------------------------------------------------- /list-abs/list-l2s.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-l2s.pd -------------------------------------------------------------------------------- /list-abs/list-lastx-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-lastx-help.pd -------------------------------------------------------------------------------- /list-abs/list-lastx.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-lastx.pd -------------------------------------------------------------------------------- /list-abs/list-len-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-len-help.pd -------------------------------------------------------------------------------- /list-abs/list-len.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-len.pd -------------------------------------------------------------------------------- /list-abs/list-lifo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-lifo-help.pd -------------------------------------------------------------------------------- /list-abs/list-lifo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-lifo.pd -------------------------------------------------------------------------------- /list-abs/list-makefilename-a.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-makefilename-a.pd -------------------------------------------------------------------------------- /list-abs/list-makefilename-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-makefilename-help.pd -------------------------------------------------------------------------------- /list-abs/list-makefilename.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-makefilename.pd -------------------------------------------------------------------------------- /list-abs/list-map-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-map-help.pd -------------------------------------------------------------------------------- /list-abs/list-map.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-map.pd -------------------------------------------------------------------------------- /list-abs/list-map2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-map2-help.pd -------------------------------------------------------------------------------- /list-abs/list-map2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-map2.pd -------------------------------------------------------------------------------- /list-abs/list-math-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-math-help.pd -------------------------------------------------------------------------------- /list-abs/list-math.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-math.pd -------------------------------------------------------------------------------- /list-abs/list-mean-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-mean-help.pd -------------------------------------------------------------------------------- /list-abs/list-mean.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-mean.pd -------------------------------------------------------------------------------- /list-abs/list-minmax-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-minmax-help.pd -------------------------------------------------------------------------------- /list-abs/list-minmax.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-minmax.pd -------------------------------------------------------------------------------- /list-abs/list-moses-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-moses-help.pd -------------------------------------------------------------------------------- /list-abs/list-moses.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-moses.pd -------------------------------------------------------------------------------- /list-abs/list-mult-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-mult-help.pd -------------------------------------------------------------------------------- /list-abs/list-mult.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-mult.pd -------------------------------------------------------------------------------- /list-abs/list-normalize-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-normalize-help.pd -------------------------------------------------------------------------------- /list-abs/list-normalize.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-normalize.pd -------------------------------------------------------------------------------- /list-abs/list-nth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-nth-help.pd -------------------------------------------------------------------------------- /list-abs/list-nth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-nth.pd -------------------------------------------------------------------------------- /list-abs/list-onearg-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-onearg-help.pd -------------------------------------------------------------------------------- /list-abs/list-onearg.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-onearg.pd -------------------------------------------------------------------------------- /list-abs/list-pad-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-pad-help.pd -------------------------------------------------------------------------------- /list-abs/list-pad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-pad.pd -------------------------------------------------------------------------------- /list-abs/list-random-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-random-help.pd -------------------------------------------------------------------------------- /list-abs/list-random.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-random.pd -------------------------------------------------------------------------------- /list-abs/list-rdrip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-rdrip-help.pd -------------------------------------------------------------------------------- /list-abs/list-rdrip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-rdrip.pd -------------------------------------------------------------------------------- /list-abs/list-reduce-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-reduce-help.pd -------------------------------------------------------------------------------- /list-abs/list-reduce.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-reduce.pd -------------------------------------------------------------------------------- /list-abs/list-replace-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-replace-help.pd -------------------------------------------------------------------------------- /list-abs/list-replace.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-replace.pd -------------------------------------------------------------------------------- /list-abs/list-rev-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-rev-help.pd -------------------------------------------------------------------------------- /list-abs/list-rev.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-rev.pd -------------------------------------------------------------------------------- /list-abs/list-rot-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-rot-help.pd -------------------------------------------------------------------------------- /list-abs/list-rot.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-rot.pd -------------------------------------------------------------------------------- /list-abs/list-round-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-round-help.pd -------------------------------------------------------------------------------- /list-abs/list-round.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-round.pd -------------------------------------------------------------------------------- /list-abs/list-sect-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sect-help.pd -------------------------------------------------------------------------------- /list-abs/list-sect.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sect.pd -------------------------------------------------------------------------------- /list-abs/list-seek-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-seek-help.pd -------------------------------------------------------------------------------- /list-abs/list-seek.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-seek.pd -------------------------------------------------------------------------------- /list-abs/list-shellsort-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-shellsort-help.pd -------------------------------------------------------------------------------- /list-abs/list-shellsort.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-shellsort.pd -------------------------------------------------------------------------------- /list-abs/list-sieve-example-2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sieve-example-2.pd -------------------------------------------------------------------------------- /list-abs/list-sieve-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sieve-help.pd -------------------------------------------------------------------------------- /list-abs/list-sieve.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sieve.pd -------------------------------------------------------------------------------- /list-abs/list-sort-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sort-help.pd -------------------------------------------------------------------------------- /list-abs/list-sort.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sort.pd -------------------------------------------------------------------------------- /list-abs/list-splat-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-splat-help.pd -------------------------------------------------------------------------------- /list-abs/list-splat.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-splat.pd -------------------------------------------------------------------------------- /list-abs/list-sub-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sub-help.pd -------------------------------------------------------------------------------- /list-abs/list-sub.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-sub.pd -------------------------------------------------------------------------------- /list-abs/list-swap-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-swap-help.pd -------------------------------------------------------------------------------- /list-abs/list-swap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-swap.pd -------------------------------------------------------------------------------- /list-abs/list-tabdump-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-tabdump-help.pd -------------------------------------------------------------------------------- /list-abs/list-tabdump.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-tabdump.pd -------------------------------------------------------------------------------- /list-abs/list-unique-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-unique-help.pd -------------------------------------------------------------------------------- /list-abs/list-unique.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-unique.pd -------------------------------------------------------------------------------- /list-abs/list-unitvec-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-unitvec-help.pd -------------------------------------------------------------------------------- /list-abs/list-unitvec.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-unitvec.pd -------------------------------------------------------------------------------- /list-abs/list-wrandom-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-wrandom-help.pd -------------------------------------------------------------------------------- /list-abs/list-wrandom.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/list-wrandom.pd -------------------------------------------------------------------------------- /list-abs/prepent-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/prepent-help.pd -------------------------------------------------------------------------------- /list-abs/prepent.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/prepent.pd -------------------------------------------------------------------------------- /list-abs/sroute-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/sroute-help.pd -------------------------------------------------------------------------------- /list-abs/sroute.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/sroute.pd -------------------------------------------------------------------------------- /list-abs/take-two-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/take-two-help.pd -------------------------------------------------------------------------------- /list-abs/take-two.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/take-two.pd -------------------------------------------------------------------------------- /list-abs/triple-scale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/triple-scale-help.pd -------------------------------------------------------------------------------- /list-abs/triple-scale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/list-abs/triple-scale.pd -------------------------------------------------------------------------------- /macOS.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/macOS.gitignore -------------------------------------------------------------------------------- /rj/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/LICENSE.txt -------------------------------------------------------------------------------- /rj/OVERVIEW.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/OVERVIEW.pd -------------------------------------------------------------------------------- /rj/_markovanal.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/_markovanal.pd -------------------------------------------------------------------------------- /rj/a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/a.txt -------------------------------------------------------------------------------- /rj/a_breath-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/a_breath-help.pd -------------------------------------------------------------------------------- /rj/a_breath.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/a_breath.pd -------------------------------------------------------------------------------- /rj/a_onset-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/a_onset-help.pd -------------------------------------------------------------------------------- /rj/a_onset.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/a_onset.pd -------------------------------------------------------------------------------- /rj/c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c.txt -------------------------------------------------------------------------------- /rj/c_adsr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_adsr-help.pd -------------------------------------------------------------------------------- /rj/c_adsr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_adsr.pd -------------------------------------------------------------------------------- /rj/c_adsrj-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_adsrj-help.pd -------------------------------------------------------------------------------- /rj/c_adsrj.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_adsrj.pd -------------------------------------------------------------------------------- /rj/c_bangx-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_bangx-help.pd -------------------------------------------------------------------------------- /rj/c_bangx.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_bangx.pd -------------------------------------------------------------------------------- /rj/c_bus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_bus-help.pd -------------------------------------------------------------------------------- /rj/c_bus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_bus.pd -------------------------------------------------------------------------------- /rj/c_cpfade-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_cpfade-help.pd -------------------------------------------------------------------------------- /rj/c_cpfade.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_cpfade.pd -------------------------------------------------------------------------------- /rj/c_drunk-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_drunk-help.pd -------------------------------------------------------------------------------- /rj/c_drunk.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_drunk.pd -------------------------------------------------------------------------------- /rj/c_ead-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_ead-help.pd -------------------------------------------------------------------------------- /rj/c_ead.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_ead.pd -------------------------------------------------------------------------------- /rj/c_frand-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_frand-help.pd -------------------------------------------------------------------------------- /rj/c_frand.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_frand.pd -------------------------------------------------------------------------------- /rj/c_frombus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_frombus-help.pd -------------------------------------------------------------------------------- /rj/c_frombus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_frombus.pd -------------------------------------------------------------------------------- /rj/c_lfo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_lfo-help.pd -------------------------------------------------------------------------------- /rj/c_lfo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_lfo.pd -------------------------------------------------------------------------------- /rj/c_madsr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_madsr-help.pd -------------------------------------------------------------------------------- /rj/c_madsr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_madsr.pd -------------------------------------------------------------------------------- /rj/c_madsrj-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_madsrj-help.pd -------------------------------------------------------------------------------- /rj/c_madsrj.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_madsrj.pd -------------------------------------------------------------------------------- /rj/c_markov-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_markov-help.pd -------------------------------------------------------------------------------- /rj/c_markov.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_markov.pd -------------------------------------------------------------------------------- /rj/c_mfade3-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_mfade3-help.pd -------------------------------------------------------------------------------- /rj/c_mfade3.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_mfade3.pd -------------------------------------------------------------------------------- /rj/c_mphasor-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_mphasor-help.pd -------------------------------------------------------------------------------- /rj/c_mphasor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_mphasor.pd -------------------------------------------------------------------------------- /rj/c_multimetro-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_multimetro-help.pd -------------------------------------------------------------------------------- /rj/c_multimetro.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_multimetro.pd -------------------------------------------------------------------------------- /rj/c_multipass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_multipass-help.pd -------------------------------------------------------------------------------- /rj/c_multipass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_multipass.pd -------------------------------------------------------------------------------- /rj/c_pass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_pass-help.pd -------------------------------------------------------------------------------- /rj/c_pass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_pass.pd -------------------------------------------------------------------------------- /rj/c_patternchange-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_patternchange-help.pd -------------------------------------------------------------------------------- /rj/c_patternchange.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_patternchange.pd -------------------------------------------------------------------------------- /rj/c_seqplay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_seqplay-help.pd -------------------------------------------------------------------------------- /rj/c_seqplay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_seqplay.pd -------------------------------------------------------------------------------- /rj/c_taptap-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_taptap-help.pd -------------------------------------------------------------------------------- /rj/c_taptap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_taptap.pd -------------------------------------------------------------------------------- /rj/c_tobus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_tobus-help.pd -------------------------------------------------------------------------------- /rj/c_tobus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_tobus.pd -------------------------------------------------------------------------------- /rj/c_urn-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_urn-help.pd -------------------------------------------------------------------------------- /rj/c_urn.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_urn.pd -------------------------------------------------------------------------------- /rj/c_xfade-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_xfade-help.pd -------------------------------------------------------------------------------- /rj/c_xfade.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/c_xfade.pd -------------------------------------------------------------------------------- /rj/e.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e.txt -------------------------------------------------------------------------------- /rj/e_agc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_agc-help.pd -------------------------------------------------------------------------------- /rj/e_agc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_agc.pd -------------------------------------------------------------------------------- /rj/e_alias-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_alias-help.pd -------------------------------------------------------------------------------- /rj/e_alias.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_alias.pd -------------------------------------------------------------------------------- /rj/e_apdist-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_apdist-help.pd -------------------------------------------------------------------------------- /rj/e_apdist.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_apdist.pd -------------------------------------------------------------------------------- /rj/e_beequad-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_beequad-help.pd -------------------------------------------------------------------------------- /rj/e_beequad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_beequad.pd -------------------------------------------------------------------------------- /rj/e_bitcrusher-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_bitcrusher-help.pd -------------------------------------------------------------------------------- /rj/e_bitcrusher.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_bitcrusher.pd -------------------------------------------------------------------------------- /rj/e_chorus-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_chorus-help.pd -------------------------------------------------------------------------------- /rj/e_chorus.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_chorus.pd -------------------------------------------------------------------------------- /rj/e_chorusr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_chorusr-help.pd -------------------------------------------------------------------------------- /rj/e_chorusr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_chorusr.pd -------------------------------------------------------------------------------- /rj/e_circlepan-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_circlepan-help.pd -------------------------------------------------------------------------------- /rj/e_circlepan.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_circlepan.pd -------------------------------------------------------------------------------- /rj/e_dubdel-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_dubdel-help.pd -------------------------------------------------------------------------------- /rj/e_dubdel.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_dubdel.pd -------------------------------------------------------------------------------- /rj/e_dynproc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_dynproc-help.pd -------------------------------------------------------------------------------- /rj/e_dynproc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_dynproc.pd -------------------------------------------------------------------------------- /rj/e_fbdelay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_fbdelay-help.pd -------------------------------------------------------------------------------- /rj/e_fbdelay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_fbdelay.pd -------------------------------------------------------------------------------- /rj/e_fbdelay2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_fbdelay2.pd -------------------------------------------------------------------------------- /rj/e_forcepitch-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_forcepitch-help.pd -------------------------------------------------------------------------------- /rj/e_forcepitch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_forcepitch.pd -------------------------------------------------------------------------------- /rj/e_freqshift-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_freqshift-help.pd -------------------------------------------------------------------------------- /rj/e_freqshift.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_freqshift.pd -------------------------------------------------------------------------------- /rj/e_graindelread-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_graindelread-help.pd -------------------------------------------------------------------------------- /rj/e_graindelread.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_graindelread.pd -------------------------------------------------------------------------------- /rj/e_lop2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_lop2-help.pd -------------------------------------------------------------------------------- /rj/e_lop2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_lop2.pd -------------------------------------------------------------------------------- /rj/e_lop4-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_lop4-help.pd -------------------------------------------------------------------------------- /rj/e_lop4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_lop4.pd -------------------------------------------------------------------------------- /rj/e_mcompressor-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_mcompressor-help.pd -------------------------------------------------------------------------------- /rj/e_mcompressor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_mcompressor.pd -------------------------------------------------------------------------------- /rj/e_noclickdel-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_noclickdel-help.pd -------------------------------------------------------------------------------- /rj/e_noclickdel.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_noclickdel.pd -------------------------------------------------------------------------------- /rj/e_noclickdelsig.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_noclickdelsig.pd -------------------------------------------------------------------------------- /rj/e_pan-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_pan-help.pd -------------------------------------------------------------------------------- /rj/e_pan.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_pan.pd -------------------------------------------------------------------------------- /rj/e_phaser-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_phaser-help.pd -------------------------------------------------------------------------------- /rj/e_phaser.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_phaser.pd -------------------------------------------------------------------------------- /rj/e_pingpong-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_pingpong-help.pd -------------------------------------------------------------------------------- /rj/e_pingpong.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_pingpong.pd -------------------------------------------------------------------------------- /rj/e_pitchshift-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_pitchshift-help.pd -------------------------------------------------------------------------------- /rj/e_pitchshift.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_pitchshift.pd -------------------------------------------------------------------------------- /rj/e_platereverb-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_platereverb-help.pd -------------------------------------------------------------------------------- /rj/e_platereverb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_platereverb.pd -------------------------------------------------------------------------------- /rj/e_repeater-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_repeater-help.pd -------------------------------------------------------------------------------- /rj/e_repeater.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_repeater.pd -------------------------------------------------------------------------------- /rj/e_reslop-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_reslop-help.pd -------------------------------------------------------------------------------- /rj/e_reslop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_reslop.pd -------------------------------------------------------------------------------- /rj/e_resonzq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_resonzq-help.pd -------------------------------------------------------------------------------- /rj/e_resonzq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_resonzq.pd -------------------------------------------------------------------------------- /rj/e_reverb-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_reverb-help.pd -------------------------------------------------------------------------------- /rj/e_reverb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_reverb.pd -------------------------------------------------------------------------------- /rj/e_scompress-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_scompress-help.pd -------------------------------------------------------------------------------- /rj/e_scompress.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_scompress.pd -------------------------------------------------------------------------------- /rj/e_scompressor-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_scompressor-help.pd -------------------------------------------------------------------------------- /rj/e_scompressor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_scompressor.pd -------------------------------------------------------------------------------- /rj/e_sdelay-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_sdelay-help.pd -------------------------------------------------------------------------------- /rj/e_sdelay.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_sdelay.pd -------------------------------------------------------------------------------- /rj/e_softclip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_softclip-help.pd -------------------------------------------------------------------------------- /rj/e_softclip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_softclip.pd -------------------------------------------------------------------------------- /rj/e_stereowidener-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_stereowidener-help.pd -------------------------------------------------------------------------------- /rj/e_stereowidener.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_stereowidener.pd -------------------------------------------------------------------------------- /rj/e_tremolo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_tremolo-help.pd -------------------------------------------------------------------------------- /rj/e_tremolo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_tremolo.pd -------------------------------------------------------------------------------- /rj/e_vocoder-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_vocoder-help.pd -------------------------------------------------------------------------------- /rj/e_vocoder.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/e_vocoder.pd -------------------------------------------------------------------------------- /rj/g.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g.txt -------------------------------------------------------------------------------- /rj/g_channelstrip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_channelstrip-help.pd -------------------------------------------------------------------------------- /rj/g_channelstrip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_channelstrip.pd -------------------------------------------------------------------------------- /rj/g_compressorgui-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_compressorgui-help.pd -------------------------------------------------------------------------------- /rj/g_compressorgui.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_compressorgui.pd -------------------------------------------------------------------------------- /rj/g_hradio-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_hradio-help.pd -------------------------------------------------------------------------------- /rj/g_hradio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_hradio.pd -------------------------------------------------------------------------------- /rj/g_hsl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_hsl-help.pd -------------------------------------------------------------------------------- /rj/g_hsl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_hsl.pd -------------------------------------------------------------------------------- /rj/g_hsl4-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_hsl4-help.pd -------------------------------------------------------------------------------- /rj/g_hsl4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_hsl4.pd -------------------------------------------------------------------------------- /rj/g_nbx-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_nbx-help.pd -------------------------------------------------------------------------------- /rj/g_nbx.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_nbx.pd -------------------------------------------------------------------------------- /rj/g_nhsl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_nhsl-help.pd -------------------------------------------------------------------------------- /rj/g_nhsl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_nhsl.pd -------------------------------------------------------------------------------- /rj/g_pattern32-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_pattern32-help.pd -------------------------------------------------------------------------------- /rj/g_pattern32.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_pattern32.pd -------------------------------------------------------------------------------- /rj/g_showimage-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_showimage-help.pd -------------------------------------------------------------------------------- /rj/g_showimage.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_showimage.pd -------------------------------------------------------------------------------- /rj/g_showtext-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_showtext-help.pd -------------------------------------------------------------------------------- /rj/g_showtext.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_showtext.pd -------------------------------------------------------------------------------- /rj/g_symbol-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_symbol-help.pd -------------------------------------------------------------------------------- /rj/g_symbol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_symbol.pd -------------------------------------------------------------------------------- /rj/g_synsl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_synsl-help.pd -------------------------------------------------------------------------------- /rj/g_synsl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_synsl.pd -------------------------------------------------------------------------------- /rj/g_synthcontrol-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_synthcontrol-help.pd -------------------------------------------------------------------------------- /rj/g_synthcontrol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_synthcontrol.pd -------------------------------------------------------------------------------- /rj/g_tgl-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_tgl-help.pd -------------------------------------------------------------------------------- /rj/g_tgl.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_tgl.pd -------------------------------------------------------------------------------- /rj/g_vol-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_vol-help.pd -------------------------------------------------------------------------------- /rj/g_vol.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_vol.pd -------------------------------------------------------------------------------- /rj/g_vol2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_vol2-help.pd -------------------------------------------------------------------------------- /rj/g_vol2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/g_vol2.pd -------------------------------------------------------------------------------- /rj/m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m.txt -------------------------------------------------------------------------------- /rj/m_accel_magnitude-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_accel_magnitude-help.pd -------------------------------------------------------------------------------- /rj/m_accel_magnitude.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_accel_magnitude.pd -------------------------------------------------------------------------------- /rj/m_accel_pitch-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_accel_pitch-help.pd -------------------------------------------------------------------------------- /rj/m_accel_pitch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_accel_pitch.pd -------------------------------------------------------------------------------- /rj/m_accel_roll-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_accel_roll-help.pd -------------------------------------------------------------------------------- /rj/m_accel_roll.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_accel_roll.pd -------------------------------------------------------------------------------- /rj/m_accel_status-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_accel_status-help.pd -------------------------------------------------------------------------------- /rj/m_accel_status.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_accel_status.pd -------------------------------------------------------------------------------- /rj/m_autoscale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_autoscale-help.pd -------------------------------------------------------------------------------- /rj/m_autoscale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_autoscale.pd -------------------------------------------------------------------------------- /rj/m_beat2ms-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_beat2ms-help.pd -------------------------------------------------------------------------------- /rj/m_beat2ms.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_beat2ms.pd -------------------------------------------------------------------------------- /rj/m_bpm2ms-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_bpm2ms-help.pd -------------------------------------------------------------------------------- /rj/m_bpm2ms.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_bpm2ms.pd -------------------------------------------------------------------------------- /rj/m_chorddict-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_chorddict-help.pd -------------------------------------------------------------------------------- /rj/m_chorddict.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_chorddict.pd -------------------------------------------------------------------------------- /rj/m_intv2ratio-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_intv2ratio-help.pd -------------------------------------------------------------------------------- /rj/m_intv2ratio.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_intv2ratio.pd -------------------------------------------------------------------------------- /rj/m_keyfollow-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_keyfollow-help.pd -------------------------------------------------------------------------------- /rj/m_keyfollow.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_keyfollow.pd -------------------------------------------------------------------------------- /rj/m_majorscale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_majorscale-help.pd -------------------------------------------------------------------------------- /rj/m_majorscale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_majorscale.pd -------------------------------------------------------------------------------- /rj/m_markovanal-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_markovanal-help.pd -------------------------------------------------------------------------------- /rj/m_markovanal.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_markovanal.pd -------------------------------------------------------------------------------- /rj/m_minorscale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_minorscale-help.pd -------------------------------------------------------------------------------- /rj/m_minorscale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_minorscale.pd -------------------------------------------------------------------------------- /rj/m_ms2beat-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_ms2beat-help.pd -------------------------------------------------------------------------------- /rj/m_ms2beat.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_ms2beat.pd -------------------------------------------------------------------------------- /rj/m_ms2sm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_ms2sm-help.pd -------------------------------------------------------------------------------- /rj/m_ms2sm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_ms2sm.pd -------------------------------------------------------------------------------- /rj/m_ratio2intv-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_ratio2intv-help.pd -------------------------------------------------------------------------------- /rj/m_ratio2intv.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_ratio2intv.pd -------------------------------------------------------------------------------- /rj/m_scale-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_scale-help.pd -------------------------------------------------------------------------------- /rj/m_scale.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_scale.pd -------------------------------------------------------------------------------- /rj/m_sm2ms-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_sm2ms-help.pd -------------------------------------------------------------------------------- /rj/m_sm2ms.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_sm2ms.pd -------------------------------------------------------------------------------- /rj/m_speedlimit-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_speedlimit-help.pd -------------------------------------------------------------------------------- /rj/m_speedlimit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_speedlimit.pd -------------------------------------------------------------------------------- /rj/m_symbolarray-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_symbolarray-help.pd -------------------------------------------------------------------------------- /rj/m_symbolarray.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_symbolarray.pd -------------------------------------------------------------------------------- /rj/m_thresholds-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_thresholds-help.pd -------------------------------------------------------------------------------- /rj/m_thresholds.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_thresholds.pd -------------------------------------------------------------------------------- /rj/m_touch2grid-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_touch2grid-help.pd -------------------------------------------------------------------------------- /rj/m_touch2grid.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/m_touch2grid.pd -------------------------------------------------------------------------------- /rj/playback.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/playback.pd -------------------------------------------------------------------------------- /rj/r_#accelerate-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#accelerate-help.pd -------------------------------------------------------------------------------- /rj/r_#accelerate.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#accelerate.pd -------------------------------------------------------------------------------- /rj/r_#compass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#compass-help.pd -------------------------------------------------------------------------------- /rj/r_#compass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#compass.pd -------------------------------------------------------------------------------- /rj/r_#gyro-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#gyro-help.pd -------------------------------------------------------------------------------- /rj/r_#gyro.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#gyro.pd -------------------------------------------------------------------------------- /rj/r_#loc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#loc-help.pd -------------------------------------------------------------------------------- /rj/r_#loc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#loc.pd -------------------------------------------------------------------------------- /rj/r_#time-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#time-help.pd -------------------------------------------------------------------------------- /rj/r_#time.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#time.pd -------------------------------------------------------------------------------- /rj/r_#touch-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#touch-help.pd -------------------------------------------------------------------------------- /rj/r_#touch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/r_#touch.pd -------------------------------------------------------------------------------- /rj/recorder.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/recorder.pd -------------------------------------------------------------------------------- /rj/rj-meta.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/rj-meta.pd -------------------------------------------------------------------------------- /rj/rj.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/rj.txt -------------------------------------------------------------------------------- /rj/rj_image-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/rj_image-help.pd -------------------------------------------------------------------------------- /rj/rj_image.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/rj_image.pd -------------------------------------------------------------------------------- /rj/s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s.txt -------------------------------------------------------------------------------- /rj/s_blsaw-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_blsaw-help.pd -------------------------------------------------------------------------------- /rj/s_blsaw.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_blsaw.pd -------------------------------------------------------------------------------- /rj/s_blsquare-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_blsquare-help.pd -------------------------------------------------------------------------------- /rj/s_blsquare.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_blsquare.pd -------------------------------------------------------------------------------- /rj/s_buzz-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_buzz-help.pd -------------------------------------------------------------------------------- /rj/s_buzz.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_buzz.pd -------------------------------------------------------------------------------- /rj/s_chip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_chip-help.pd -------------------------------------------------------------------------------- /rj/s_chip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_chip.pd -------------------------------------------------------------------------------- /rj/s_cwc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_cwc-help.pd -------------------------------------------------------------------------------- /rj/s_cwc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_cwc.pd -------------------------------------------------------------------------------- /rj/s_czz-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_czz-help.pd -------------------------------------------------------------------------------- /rj/s_czz.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_czz.pd -------------------------------------------------------------------------------- /rj/s_drumelectro-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_drumelectro-help.pd -------------------------------------------------------------------------------- /rj/s_drumelectro.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_drumelectro.pd -------------------------------------------------------------------------------- /rj/s_ejun-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_ejun-help.pd -------------------------------------------------------------------------------- /rj/s_ejun.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_ejun.pd -------------------------------------------------------------------------------- /rj/s_fm4-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_fm4-help.pd -------------------------------------------------------------------------------- /rj/s_fm4.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_fm4.pd -------------------------------------------------------------------------------- /rj/s_fmoscil-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_fmoscil-help.pd -------------------------------------------------------------------------------- /rj/s_fmoscil.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_fmoscil.pd -------------------------------------------------------------------------------- /rj/s_fplaytable-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_fplaytable-help.pd -------------------------------------------------------------------------------- /rj/s_fplaytable.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_fplaytable.pd -------------------------------------------------------------------------------- /rj/s_fplaytable2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_fplaytable2.pd -------------------------------------------------------------------------------- /rj/s_guitar-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_guitar-help.pd -------------------------------------------------------------------------------- /rj/s_guitar.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_guitar.pd -------------------------------------------------------------------------------- /rj/s_hstr-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_hstr-help.pd -------------------------------------------------------------------------------- /rj/s_hstr.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_hstr.pd -------------------------------------------------------------------------------- /rj/s_looper-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_looper-help.pd -------------------------------------------------------------------------------- /rj/s_looper.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_looper.pd -------------------------------------------------------------------------------- /rj/s_loopsmooth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_loopsmooth-help.pd -------------------------------------------------------------------------------- /rj/s_loopsmooth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_loopsmooth.pd -------------------------------------------------------------------------------- /rj/s_noish-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_noish-help.pd -------------------------------------------------------------------------------- /rj/s_noish.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_noish.pd -------------------------------------------------------------------------------- /rj/s_noiz-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_noiz-help.pd -------------------------------------------------------------------------------- /rj/s_noiz.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_noiz.pd -------------------------------------------------------------------------------- /rj/s_osc-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_osc-help.pd -------------------------------------------------------------------------------- /rj/s_osc.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_osc.pd -------------------------------------------------------------------------------- /rj/s_pinknoise-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_pinknoise-help.pd -------------------------------------------------------------------------------- /rj/s_pinknoise.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_pinknoise.pd -------------------------------------------------------------------------------- /rj/s_playolap-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_playolap-help.pd -------------------------------------------------------------------------------- /rj/s_playolap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_playolap.pd -------------------------------------------------------------------------------- /rj/s_playtable-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_playtable-help.pd -------------------------------------------------------------------------------- /rj/s_playtable.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_playtable.pd -------------------------------------------------------------------------------- /rj/s_playtable2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_playtable2-help.pd -------------------------------------------------------------------------------- /rj/s_playtable2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_playtable2.pd -------------------------------------------------------------------------------- /rj/s_rhodey-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_rhodey-help.pd -------------------------------------------------------------------------------- /rj/s_rhodey.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_rhodey.pd -------------------------------------------------------------------------------- /rj/s_sampler-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_sampler-help.pd -------------------------------------------------------------------------------- /rj/s_sampler.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_sampler.pd -------------------------------------------------------------------------------- /rj/s_spad-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_spad-help.pd -------------------------------------------------------------------------------- /rj/s_spad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_spad.pd -------------------------------------------------------------------------------- /rj/s_vphasor-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_vphasor-help.pd -------------------------------------------------------------------------------- /rj/s_vphasor.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_vphasor.pd -------------------------------------------------------------------------------- /rj/s_wsb-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_wsb-help.pd -------------------------------------------------------------------------------- /rj/s_wsb.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/s_wsb.pd -------------------------------------------------------------------------------- /rj/soundinput.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/soundinput.pd -------------------------------------------------------------------------------- /rj/soundoutput.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/soundoutput.pd -------------------------------------------------------------------------------- /rj/u.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u.txt -------------------------------------------------------------------------------- /rj/u_bandpass1-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_bandpass1-help.pd -------------------------------------------------------------------------------- /rj/u_bandpass1.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_bandpass1.pd -------------------------------------------------------------------------------- /rj/u_bandpass1q-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_bandpass1q-help.pd -------------------------------------------------------------------------------- /rj/u_bandpass1q.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_bandpass1q.pd -------------------------------------------------------------------------------- /rj/u_bandpass2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_bandpass2-help.pd -------------------------------------------------------------------------------- /rj/u_bandpass2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_bandpass2.pd -------------------------------------------------------------------------------- /rj/u_bandpass2q-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_bandpass2q-help.pd -------------------------------------------------------------------------------- /rj/u_bandpass2q.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_bandpass2q.pd -------------------------------------------------------------------------------- /rj/u_channelstrip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_channelstrip-help.pd -------------------------------------------------------------------------------- /rj/u_channelstrip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_channelstrip.pd -------------------------------------------------------------------------------- /rj/u_cocollect-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_cocollect-help.pd -------------------------------------------------------------------------------- /rj/u_cocollect.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_cocollect.pd -------------------------------------------------------------------------------- /rj/u_collect-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_collect-help.pd -------------------------------------------------------------------------------- /rj/u_collect.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_collect.pd -------------------------------------------------------------------------------- /rj/u_dispatch-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_dispatch-help.pd -------------------------------------------------------------------------------- /rj/u_dispatch.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_dispatch.pd -------------------------------------------------------------------------------- /rj/u_dumpfile-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_dumpfile-help.pd -------------------------------------------------------------------------------- /rj/u_dumpfile.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_dumpfile.pd -------------------------------------------------------------------------------- /rj/u_fade-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_fade-help.pd -------------------------------------------------------------------------------- /rj/u_fade.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_fade.pd -------------------------------------------------------------------------------- /rj/u_follower.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_follower.pd -------------------------------------------------------------------------------- /rj/u_highpass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_highpass-help.pd -------------------------------------------------------------------------------- /rj/u_highpass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_highpass.pd -------------------------------------------------------------------------------- /rj/u_highpassq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_highpassq-help.pd -------------------------------------------------------------------------------- /rj/u_highpassq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_highpassq.pd -------------------------------------------------------------------------------- /rj/u_listdrip-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listdrip-help.pd -------------------------------------------------------------------------------- /rj/u_listdrip.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listdrip.pd -------------------------------------------------------------------------------- /rj/u_listequal-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listequal-help.pd -------------------------------------------------------------------------------- /rj/u_listequal.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listequal.pd -------------------------------------------------------------------------------- /rj/u_listfilter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listfilter-help.pd -------------------------------------------------------------------------------- /rj/u_listfilter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listfilter.pd -------------------------------------------------------------------------------- /rj/u_listloop-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listloop-help.pd -------------------------------------------------------------------------------- /rj/u_listloop.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listloop.pd -------------------------------------------------------------------------------- /rj/u_listmap-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listmap-help.pd -------------------------------------------------------------------------------- /rj/u_listmap.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listmap.pd -------------------------------------------------------------------------------- /rj/u_listnth-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listnth-help.pd -------------------------------------------------------------------------------- /rj/u_listnth.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listnth.pd -------------------------------------------------------------------------------- /rj/u_listrandom-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listrandom-help.pd -------------------------------------------------------------------------------- /rj/u_listrandom.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listrandom.pd -------------------------------------------------------------------------------- /rj/u_listreduce-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listreduce-help.pd -------------------------------------------------------------------------------- /rj/u_listreduce.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listreduce.pd -------------------------------------------------------------------------------- /rj/u_listser-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listser-help.pd -------------------------------------------------------------------------------- /rj/u_listser.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_listser.pd -------------------------------------------------------------------------------- /rj/u_loader-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_loader-help.pd -------------------------------------------------------------------------------- /rj/u_loader.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_loader.pd -------------------------------------------------------------------------------- /rj/u_loadmeter-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_loadmeter-help.pd -------------------------------------------------------------------------------- /rj/u_loadmeter.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_loadmeter.pd -------------------------------------------------------------------------------- /rj/u_lowpass-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_lowpass-help.pd -------------------------------------------------------------------------------- /rj/u_lowpass.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_lowpass.pd -------------------------------------------------------------------------------- /rj/u_lowpassq-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_lowpassq-help.pd -------------------------------------------------------------------------------- /rj/u_lowpassq.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_lowpassq.pd -------------------------------------------------------------------------------- /rj/u_makepoly-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_makepoly-help.pd -------------------------------------------------------------------------------- /rj/u_makepoly.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_makepoly.pd -------------------------------------------------------------------------------- /rj/u_makepolymono-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_makepolymono-help.pd -------------------------------------------------------------------------------- /rj/u_makepolymono.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_makepolymono.pd -------------------------------------------------------------------------------- /rj/u_messagesaver-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_messagesaver-help.pd -------------------------------------------------------------------------------- /rj/u_messagesaver.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_messagesaver.pd -------------------------------------------------------------------------------- /rj/u_multisamplebank-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_multisamplebank-help.pd -------------------------------------------------------------------------------- /rj/u_multisamplebank.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_multisamplebank.pd -------------------------------------------------------------------------------- /rj/u_multisamplebank2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_multisamplebank2-help.pd -------------------------------------------------------------------------------- /rj/u_multisamplebank2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_multisamplebank2.pd -------------------------------------------------------------------------------- /rj/u_record-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_record-help.pd -------------------------------------------------------------------------------- /rj/u_record.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_record.pd -------------------------------------------------------------------------------- /rj/u_robinpoly-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_robinpoly-help.pd -------------------------------------------------------------------------------- /rj/u_robinpoly.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_robinpoly.pd -------------------------------------------------------------------------------- /rj/u_robinpolymono-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_robinpolymono-help.pd -------------------------------------------------------------------------------- /rj/u_robinpolymono.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_robinpolymono.pd -------------------------------------------------------------------------------- /rj/u_samplebank-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_samplebank-help.pd -------------------------------------------------------------------------------- /rj/u_samplebank.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_samplebank.pd -------------------------------------------------------------------------------- /rj/u_samplebank2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_samplebank2-help.pd -------------------------------------------------------------------------------- /rj/u_samplebank2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_samplebank2.pd -------------------------------------------------------------------------------- /rj/u_samplekit-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_samplekit-help.pd -------------------------------------------------------------------------------- /rj/u_samplekit.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_samplekit.pd -------------------------------------------------------------------------------- /rj/u_samplekit2-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_samplekit2-help.pd -------------------------------------------------------------------------------- /rj/u_samplekit2.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_samplekit2.pd -------------------------------------------------------------------------------- /rj/u_show-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_show-help.pd -------------------------------------------------------------------------------- /rj/u_show.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_show.pd -------------------------------------------------------------------------------- /rj/u_sigm-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_sigm-help.pd -------------------------------------------------------------------------------- /rj/u_sigm.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_sigm.pd -------------------------------------------------------------------------------- /rj/u_spinner-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_spinner-help.pd -------------------------------------------------------------------------------- /rj/u_spinner.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_spinner.pd -------------------------------------------------------------------------------- /rj/u_splicetrans-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_splicetrans-help.pd -------------------------------------------------------------------------------- /rj/u_splicetrans.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_splicetrans.pd -------------------------------------------------------------------------------- /rj/u_sssad.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_sssad.pd -------------------------------------------------------------------------------- /rj/u_stereo-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_stereo-help.pd -------------------------------------------------------------------------------- /rj/u_stereo.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_stereo.pd -------------------------------------------------------------------------------- /rj/u_wrandom-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_wrandom-help.pd -------------------------------------------------------------------------------- /rj/u_wrandom.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/u_wrandom.pd -------------------------------------------------------------------------------- /rj/z_blank-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/rj/z_blank-help.pd -------------------------------------------------------------------------------- /sons/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/sons/.DS_Store -------------------------------------------------------------------------------- /sons/19301__starrock__pen6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/sons/19301__starrock__pen6.wav -------------------------------------------------------------------------------- /sons/26246__bitsmart__snare.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/sons/26246__bitsmart__snare.wav -------------------------------------------------------------------------------- /sons/338986__undead505__music-box-melody.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/sons/338986__undead505__music-box-melody.wav -------------------------------------------------------------------------------- /stats/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/.DS_Store -------------------------------------------------------------------------------- /stats/data/K-K-profiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/data/K-K-profiles.txt -------------------------------------------------------------------------------- /stats/data/Temperley-profiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/data/Temperley-profiles.txt -------------------------------------------------------------------------------- /stats/data/psi-functions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/data/psi-functions.txt -------------------------------------------------------------------------------- /stats/data/vera.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/data/vera.ttf -------------------------------------------------------------------------------- /stats/k-means-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/k-means-help.pd -------------------------------------------------------------------------------- /stats/k-means.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/k-means.pd -------------------------------------------------------------------------------- /stats/list-bounds-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-bounds-help.pd -------------------------------------------------------------------------------- /stats/list-bounds.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-bounds.pd -------------------------------------------------------------------------------- /stats/list-combine-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-combine-help.pd -------------------------------------------------------------------------------- /stats/list-combine.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-combine.pd -------------------------------------------------------------------------------- /stats/list-datasort-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-datasort-help.pd -------------------------------------------------------------------------------- /stats/list-datasort.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-datasort.pd -------------------------------------------------------------------------------- /stats/list-euclid-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-euclid-help.pd -------------------------------------------------------------------------------- /stats/list-euclid.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-euclid.pd -------------------------------------------------------------------------------- /stats/list-maximum-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-maximum-help.pd -------------------------------------------------------------------------------- /stats/list-maximum.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-maximum.pd -------------------------------------------------------------------------------- /stats/list-minimum-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-minimum-help.pd -------------------------------------------------------------------------------- /stats/list-minimum.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-minimum.pd -------------------------------------------------------------------------------- /stats/list-permut-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-permut-help.pd -------------------------------------------------------------------------------- /stats/list-permute-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-permute-help.pd -------------------------------------------------------------------------------- /stats/list-permute.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-permute.pd -------------------------------------------------------------------------------- /stats/list-sliding-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-sliding-help.pd -------------------------------------------------------------------------------- /stats/list-sliding.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-sliding.pd -------------------------------------------------------------------------------- /stats/list-stats-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-stats-help.pd -------------------------------------------------------------------------------- /stats/list-stats.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/list-stats.pd -------------------------------------------------------------------------------- /stats/markovRetrieve-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/markovRetrieve-help.pd -------------------------------------------------------------------------------- /stats/markovRetrieve.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/markovRetrieve.pd -------------------------------------------------------------------------------- /stats/markovStore-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/markovStore-help.pd -------------------------------------------------------------------------------- /stats/markovStore.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/markovStore.pd -------------------------------------------------------------------------------- /stats/minmax-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/minmax-help.pd -------------------------------------------------------------------------------- /stats/minmax.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/minmax.pd -------------------------------------------------------------------------------- /stats/mtx-stats-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/mtx-stats-help.pd -------------------------------------------------------------------------------- /stats/mtx-stats.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/mtx-stats.pd -------------------------------------------------------------------------------- /stats/mtxOptimization-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/mtxOptimization-help.pd -------------------------------------------------------------------------------- /stats/mtxOptimization.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/mtxOptimization.pd -------------------------------------------------------------------------------- /stats/qt-clustering-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/qt-clustering-help.pd -------------------------------------------------------------------------------- /stats/qt-clustering.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/qt-clustering.pd -------------------------------------------------------------------------------- /stats/runningAverage-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/runningAverage-help.pd -------------------------------------------------------------------------------- /stats/runningAverage.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/runningAverage.pd -------------------------------------------------------------------------------- /stats/runningCollAverage.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/runningCollAverage.pd -------------------------------------------------------------------------------- /stats/runningCovariance-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/runningCovariance-help.pd -------------------------------------------------------------------------------- /stats/runningCovariance.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/runningCovariance.pd -------------------------------------------------------------------------------- /stats/runningStats-help.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/runningStats-help.pd -------------------------------------------------------------------------------- /stats/runningStats.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b2renger/Introduction_Pure_Data/HEAD/stats/runningStats.pd --------------------------------------------------------------------------------