├── 20 Objects ├── AC01_Template │ └── AC01_Template.ino ├── AC02_Quantizer │ └── AC02_Quantizer.ino ├── AC03_DrunkenWalk │ └── AC03_DrunkenWalk.ino ├── AC04_DrunkenNote │ └── AC04_DrunkenNote.ino ├── AC05_ClockDivide │ └── AC05_ClockDivide.ino ├── AC06_TrigToGate │ └── AC06_TrigToGate.ino ├── AC07_Sequencer │ └── AC07_Sequencer.ino ├── AC08_GateDelay │ └── AC08_GateDelay.ino ├── AC09_TriggerDelay │ └── AC09_TriggerDelay.ino ├── AC10_NoteDelay │ └── AC10_NoteDelay.ino ├── AC11_Glissando │ └── AC11_Glissando.ino ├── AC12_Comparator │ └── AC12_Comparator.ino ├── AC13_SlopeDetector │ └── AC13_SlopeDetector.ino ├── AC14_GateSequence │ └── AC14_GateSequence.ino ├── AC15_AutoSwitch │ └── AC15_AutoSwitch.ino ├── AC16_TrigMultiplier │ └── AC16_TrigMultiplier.ino ├── AC17_LogicModule │ └── AC17_LogicModule.ino ├── AC18_VariationGenerator │ └── AC18_VariationGenerator.ino ├── AC19_ShapedLFO │ └── AC19_ShapedLFO.ino ├── AC20_DepthRandom │ └── AC20_DepthRandom.ino ├── AC21_ShiftRegister │ └── AC21_ShiftRegister.ino ├── AC22_Standards │ └── AC22_Standards.ino ├── AC23_VoltageRecorder │ └── AC23_VoltageRecorder.ino ├── AC24_SimpleVCO │ └── AC24_SimpleVCO.ino ├── AC25_VCAREnvelope │ └── AC25_VCAREnvelope.ino ├── AC27_101SEQ │ └── AC27_101SEQ.ino ├── AC28_RectifiedRingMod │ └── AC28_RectifiedRingMod.ino ├── AC29_VCADLoopEnvelope │ └── AC29_VCADLoopEnvelope.ino ├── AC30_DualEuclidean │ └── AC30_DualEuclidean.ino ├── AC32_BouncingBall │ └── AC32_BouncingBall.ino ├── CP01_Compound01 │ └── CP01_Compound01.ino ├── CP02_Compound02 │ └── CP02_Compound02.ino ├── OX01_MasterClock │ └── OX01_MasterClock.ino ├── OX02_StepVariation │ └── OX02_StepVariation.ino ├── OX03_AnalogTracker │ └── OX03_AnalogTracker.ino ├── OX04_8WayDivider │ └── OX04_8WayDivider.ino ├── SACS_Standard │ ├── ArdCore-Test.maxpat │ └── SACS_Standard.ino └── readme.txt ├── README ├── Snazzy_FX ├── .DS_Store ├── Arpeggiator Location.rtf ├── FAC sketches │ ├── FAC_drum_sketch_gen_notes.rtf │ ├── fac_drums.zip │ ├── fac_drums │ │ ├── fac_drums.pde │ │ ├── pitch_table.c │ │ ├── pitch_table.h │ │ ├── sample0.c │ │ ├── sample0.h │ │ ├── sample1.c │ │ ├── sample1.h │ │ ├── sample2.c │ │ ├── sample2.h │ │ ├── sample3.c │ │ ├── sample3.h │ │ ├── sample4.c │ │ ├── sample4.h │ │ ├── sample5.c │ │ ├── sample5.h │ │ ├── sample6.c │ │ ├── sample6.h │ │ ├── sample7.c │ │ └── sample7.h │ ├── fac_fm_osc.zip │ ├── fac_fm_osc │ │ ├── cv_table.c │ │ ├── cv_table.h │ │ ├── fac_fm_osc.pde │ │ ├── offset_table.c │ │ ├── offset_table.h │ │ ├── pitch_table.c │ │ ├── pitch_table.h │ │ ├── sine_table.c │ │ └── sine_table.h │ └── fac_triple_lfo.pde │ │ └── fac_triple_lfo.pde ├── library part 2 ALL.zip └── library part 2 ALL │ ├── ADSR envelope │ └── ADSR_ENV │ │ └── ADSR_ENV.ino │ ├── ARDCORE_auduino_v5 │ ├── ARDCORE_AUDUINO_MODS │ │ └── ARDCORE_AUDUINO_MOD1 │ │ │ └── ARDCORE_AUDUINO_MOD1.ino │ ├── ARDCORE_auduino_v5.ino │ └── Auduino_SYNTH ARDCORE MODS │ │ ├── ARDCORE_auduino_v5a │ │ └── ARDCORE_auduino_v5a.ino │ │ └── ARDCORE_auduino_v5ab │ │ └── ARDCORE_auduino_v5ab.ino │ ├── AUTOMATIC_VOLTAGE_METER_MODIFIED_FOR_ARDCORE_A2 │ └── AUTOMATIC_VOLTAGE_METER_MODIFIED_FOR_ARDCORE_A2.ino │ ├── BYTEBEAT...CV and AUDIO enjoy │ ├── CROWD_Make_compatible │ │ └── CROWD_Make_compatible.ino │ ├── accorian │ │ └── accorian.ino │ ├── delay_expeweriments │ │ └── delay_byte1 │ │ │ ├── delay_byte1.ino │ │ │ ├── dsp.cpp │ │ │ ├── dsp.h │ │ │ ├── timers.cpp │ │ │ └── timers.h │ ├── drumsandmelody │ │ └── drumsandmelody.ino │ ├── drumsandmelody_2 │ │ └── drumsandmelody_2.ino │ ├── french_friesWcv │ │ └── french_friesWcv.ino │ ├── fucking_techno │ │ └── fucking_techno.ino │ ├── mvValues_musc │ │ └── mvValues_musc.ino │ ├── pretty1 │ │ └── pretty1.ino │ ├── pretty1_pot │ │ └── pretty1_pot.ino │ ├── pretty1a_pot │ │ └── pretty1a_pot.ino │ ├── shortArduino1 │ │ └── shortArduino1.ino │ ├── shortArduino1_2 │ │ └── shortArduino1_2.ino │ ├── shortArduino_DANT │ │ └── shortArduino_DANT.ino │ ├── shortArduino_DANT_melody │ │ └── shortArduino_DANT_melody.ino │ ├── simple_template │ │ └── simple_template.ino │ ├── sloe_dub │ │ └── sloe_dub.ino │ ├── stairstep_pot │ │ └── stairstep_pot.ino │ └── two_controls_machine │ │ └── two_controls_machine.ino │ ├── CV-LFO SKETCHES │ ├── ARD_SINE_LFO │ │ └── ARD_SINE_LFO.ino │ ├── ARD_SINE_LFO_smoother_rng │ │ └── ARD_SINE_LFO_smoother_rng.ino │ ├── Dans_freakoutCV_ │ │ └── eq_freakoutCV_aduo.ino │ ├── LFO_w_slow_CPU │ │ └── LFO_w_slow_CPU.ino │ ├── arbitray_quantizer_FASTNOTES.pde │ ├── harmonize_NOTES_CV │ │ └── harmonize.ino │ ├── nscale_CV_best │ │ ├── nscale_CV.ino │ │ ├── nscale_CV_best.ino │ │ └── nscale_CV_strict.ino │ ├── simple_random_gates.pde │ ├── spaceshipquantizer_pde.pde │ └── uffq_quantizer │ │ └── uffq_quantizer.ino │ ├── EXPERIMENTAL AUDIO │ ├── ARDCORE_NOISEMAKER │ │ └── ARDCORE_NOISEMAKER.ino │ ├── ARDCORE_TRIANGLE │ │ └── ARDCORE_TRIANGLE.ino │ ├── ARD_SINE_LFO_smoother_rng │ │ └── ARD_SINE_LFO_smoother_rng.ino │ ├── DELAY_SKETCHES │ │ ├── ANOTHER_DELAY │ │ │ └── ANOTHER_DELAY.ino │ │ ├── ANOTHER_DELAY_mod │ │ │ └── ANOTHER_DELAY_mod.ino │ │ ├── BLOG_DELAY_BEST │ │ │ ├── BLOG_DELAY_BEST.ino │ │ │ ├── dsp.cpp │ │ │ ├── dsp.h │ │ │ ├── timers.cpp │ │ │ └── timers.h │ │ ├── DELAY_ONLY │ │ │ └── DELAY_ONLY.ino │ │ ├── DELAY_SMOOTH │ │ │ └── DELAY_SMOOTH │ │ │ │ └── DELAY_SMOOTH.ino │ │ ├── Long_DELAY_BEST │ │ │ └── Long_DELAY_BEST │ │ │ │ ├── Long_DELAY_BEST.ino │ │ │ │ ├── dsp.cpp │ │ │ │ ├── dsp.h │ │ │ │ ├── timers.cpp │ │ │ │ └── timers.h │ │ ├── SWIRLY_DELAY │ │ │ └── SWIRLY_DELAY │ │ │ │ ├── SWIRLY_DELAY.ino │ │ │ │ ├── dsp.cpp │ │ │ │ ├── dsp.h │ │ │ │ ├── timers.cpp │ │ │ │ └── timers.h │ │ ├── reverb_prttygood │ │ │ ├── reverb_prttygood.ino │ │ │ └── reverb_prttygood │ │ │ │ └── reverb_prttygood.ino │ │ ├── weird_delay │ │ │ └── weird_delay.ino │ │ └── weird_modulator │ │ │ └── weird_modulator │ │ │ └── weird_modulator.ino │ ├── DISTORTION │ │ └── DISTORTION.ino │ ├── FREQUOT │ │ ├── freqout_ardcore.ino │ │ ├── frequot │ │ │ └── frequot.pde │ │ └── frequot2 │ │ │ └── frequot2.ino │ ├── WORKING_CRUSHER │ │ └── WORKING_CRUSHER.ino │ ├── chiptune.pde │ ├── fucked_squareB │ │ └── fucked_squareB.pde │ ├── noiseBrother │ │ └── noiseBrother.ino │ ├── really_messed_up_oscillator.pde │ ├── sine │ │ └── sine.ino │ ├── stereo_beat_gen_pde │ │ └── stereo_beat_gen_pde.ino │ └── waveshapers │ │ ├── waveshapers_readme.rtf │ │ ├── waveshpr1 │ │ └── waveshpr1.ino │ │ ├── waveshpr2 │ │ └── waveshpr2.ino │ │ └── waveshpr3 │ │ └── waveshpr3.ino │ ├── FRAKTAL_SYNTH_PORTS │ ├── ARDCORE_twotone_mod │ │ └── ARDCORE_twotone_mod.ino │ ├── CELLULAR_AUTOMATA_SYNTH │ │ └── CELLULAR_AUTOMATA_SYNTH │ │ │ └── CELLULAR_AUTOMATA_SYNTH.ino │ └── fraktal_synth │ │ └── fraktal_synth.ino │ ├── INPUT_OUTPUT_TUTORIAL │ └── INPUT_OUTPUT_TUTORIAL.ino │ ├── LFSR │ ├── LFSR │ │ └── LFSR.ino │ ├── LFSR2 │ │ └── LFSR2.ino │ ├── LFSR32 │ │ └── LFSR32.ino │ ├── LFSR_NOISE_readme.rtf │ └── LFSR_SEQUENCER │ │ └── LFSR_SEQUENCER.ino │ ├── THERMOMETER │ └── THERMOMETER.ino │ ├── WHITE _NOISE │ └── SDIY_ARDCORE_NOISE │ │ └── SDIY_ARDCORE_NOISE.ino │ ├── dans trashy mods and experiments │ ├── AC24_SimpleVCOchaos │ │ └── AC24_SimpleVCOchaos.pde │ ├── AC66_NOISE_BOMB │ │ └── AC66_NOISE_BOMB.pde │ ├── ACDAN1_DepthCharge │ │ └── ACDAN1_DepthCharge.ino │ ├── AC_Sinetests_pde │ │ └── AC_Sinetests_pde.pde │ ├── CHAOTIC_VCO2 │ │ └── CHAOTIC_VCO2.pde │ ├── SIMPLEST_SAWTOOTH │ │ └── SIMPLEST_SAWTOOTH.ino │ ├── SIMPLEST_SAWTOOTH_mod │ │ └── SIMPLEST_SAWTOOTH_mod.ino │ ├── TRAIN_ROBBER_NOISER │ │ └── TRAIN_ROBBER_NOISER.ino │ ├── fucked_square │ │ └── fucked_square.pde │ ├── mem_check_ │ │ └── mem_check_.ino │ ├── randomRecorder │ │ └── randomRecorder.pde │ └── spaceshipquantizer_pde.pde │ └── shift register 64 │ └── _64stage_ShiftRegister_more_controls │ └── _64stage_ShiftRegister_more_controls.ino ├── User Submitted └── VC_LFO │ └── VC_LFO.ino └── libraries └── readme.txt /20 Objects/AC01_Template/AC01_Template.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC01_Template/AC01_Template.ino -------------------------------------------------------------------------------- /20 Objects/AC02_Quantizer/AC02_Quantizer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC02_Quantizer/AC02_Quantizer.ino -------------------------------------------------------------------------------- /20 Objects/AC03_DrunkenWalk/AC03_DrunkenWalk.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC03_DrunkenWalk/AC03_DrunkenWalk.ino -------------------------------------------------------------------------------- /20 Objects/AC04_DrunkenNote/AC04_DrunkenNote.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC04_DrunkenNote/AC04_DrunkenNote.ino -------------------------------------------------------------------------------- /20 Objects/AC05_ClockDivide/AC05_ClockDivide.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC05_ClockDivide/AC05_ClockDivide.ino -------------------------------------------------------------------------------- /20 Objects/AC06_TrigToGate/AC06_TrigToGate.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC06_TrigToGate/AC06_TrigToGate.ino -------------------------------------------------------------------------------- /20 Objects/AC07_Sequencer/AC07_Sequencer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC07_Sequencer/AC07_Sequencer.ino -------------------------------------------------------------------------------- /20 Objects/AC08_GateDelay/AC08_GateDelay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC08_GateDelay/AC08_GateDelay.ino -------------------------------------------------------------------------------- /20 Objects/AC09_TriggerDelay/AC09_TriggerDelay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC09_TriggerDelay/AC09_TriggerDelay.ino -------------------------------------------------------------------------------- /20 Objects/AC10_NoteDelay/AC10_NoteDelay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC10_NoteDelay/AC10_NoteDelay.ino -------------------------------------------------------------------------------- /20 Objects/AC11_Glissando/AC11_Glissando.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC11_Glissando/AC11_Glissando.ino -------------------------------------------------------------------------------- /20 Objects/AC12_Comparator/AC12_Comparator.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC12_Comparator/AC12_Comparator.ino -------------------------------------------------------------------------------- /20 Objects/AC13_SlopeDetector/AC13_SlopeDetector.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC13_SlopeDetector/AC13_SlopeDetector.ino -------------------------------------------------------------------------------- /20 Objects/AC14_GateSequence/AC14_GateSequence.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC14_GateSequence/AC14_GateSequence.ino -------------------------------------------------------------------------------- /20 Objects/AC15_AutoSwitch/AC15_AutoSwitch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC15_AutoSwitch/AC15_AutoSwitch.ino -------------------------------------------------------------------------------- /20 Objects/AC16_TrigMultiplier/AC16_TrigMultiplier.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC16_TrigMultiplier/AC16_TrigMultiplier.ino -------------------------------------------------------------------------------- /20 Objects/AC17_LogicModule/AC17_LogicModule.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC17_LogicModule/AC17_LogicModule.ino -------------------------------------------------------------------------------- /20 Objects/AC18_VariationGenerator/AC18_VariationGenerator.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC18_VariationGenerator/AC18_VariationGenerator.ino -------------------------------------------------------------------------------- /20 Objects/AC19_ShapedLFO/AC19_ShapedLFO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC19_ShapedLFO/AC19_ShapedLFO.ino -------------------------------------------------------------------------------- /20 Objects/AC20_DepthRandom/AC20_DepthRandom.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC20_DepthRandom/AC20_DepthRandom.ino -------------------------------------------------------------------------------- /20 Objects/AC21_ShiftRegister/AC21_ShiftRegister.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC21_ShiftRegister/AC21_ShiftRegister.ino -------------------------------------------------------------------------------- /20 Objects/AC22_Standards/AC22_Standards.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC22_Standards/AC22_Standards.ino -------------------------------------------------------------------------------- /20 Objects/AC23_VoltageRecorder/AC23_VoltageRecorder.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC23_VoltageRecorder/AC23_VoltageRecorder.ino -------------------------------------------------------------------------------- /20 Objects/AC24_SimpleVCO/AC24_SimpleVCO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC24_SimpleVCO/AC24_SimpleVCO.ino -------------------------------------------------------------------------------- /20 Objects/AC25_VCAREnvelope/AC25_VCAREnvelope.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC25_VCAREnvelope/AC25_VCAREnvelope.ino -------------------------------------------------------------------------------- /20 Objects/AC27_101SEQ/AC27_101SEQ.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC27_101SEQ/AC27_101SEQ.ino -------------------------------------------------------------------------------- /20 Objects/AC28_RectifiedRingMod/AC28_RectifiedRingMod.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC28_RectifiedRingMod/AC28_RectifiedRingMod.ino -------------------------------------------------------------------------------- /20 Objects/AC29_VCADLoopEnvelope/AC29_VCADLoopEnvelope.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC29_VCADLoopEnvelope/AC29_VCADLoopEnvelope.ino -------------------------------------------------------------------------------- /20 Objects/AC30_DualEuclidean/AC30_DualEuclidean.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC30_DualEuclidean/AC30_DualEuclidean.ino -------------------------------------------------------------------------------- /20 Objects/AC32_BouncingBall/AC32_BouncingBall.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/AC32_BouncingBall/AC32_BouncingBall.ino -------------------------------------------------------------------------------- /20 Objects/CP01_Compound01/CP01_Compound01.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/CP01_Compound01/CP01_Compound01.ino -------------------------------------------------------------------------------- /20 Objects/CP02_Compound02/CP02_Compound02.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/CP02_Compound02/CP02_Compound02.ino -------------------------------------------------------------------------------- /20 Objects/OX01_MasterClock/OX01_MasterClock.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/OX01_MasterClock/OX01_MasterClock.ino -------------------------------------------------------------------------------- /20 Objects/OX02_StepVariation/OX02_StepVariation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/OX02_StepVariation/OX02_StepVariation.ino -------------------------------------------------------------------------------- /20 Objects/OX03_AnalogTracker/OX03_AnalogTracker.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/OX03_AnalogTracker/OX03_AnalogTracker.ino -------------------------------------------------------------------------------- /20 Objects/OX04_8WayDivider/OX04_8WayDivider.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/OX04_8WayDivider/OX04_8WayDivider.ino -------------------------------------------------------------------------------- /20 Objects/SACS_Standard/ArdCore-Test.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/SACS_Standard/ArdCore-Test.maxpat -------------------------------------------------------------------------------- /20 Objects/SACS_Standard/SACS_Standard.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/SACS_Standard/SACS_Standard.ino -------------------------------------------------------------------------------- /20 Objects/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/20 Objects/readme.txt -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/README -------------------------------------------------------------------------------- /Snazzy_FX/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/.DS_Store -------------------------------------------------------------------------------- /Snazzy_FX/Arpeggiator Location.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/Arpeggiator Location.rtf -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/FAC_drum_sketch_gen_notes.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/FAC_drum_sketch_gen_notes.rtf -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums.zip -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/fac_drums.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/fac_drums.pde -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/pitch_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/pitch_table.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/pitch_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/pitch_table.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample0.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample0.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample1.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample1.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample2.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample2.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample3.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample3.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample4.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample4.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample5.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample5.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample6.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample6.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample7.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_drums/sample7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_drums/sample7.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc.zip -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/cv_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/cv_table.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/cv_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/cv_table.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/fac_fm_osc.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/fac_fm_osc.pde -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/offset_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/offset_table.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/offset_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/offset_table.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/pitch_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/pitch_table.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/pitch_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/pitch_table.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/sine_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/sine_table.c -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_fm_osc/sine_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_fm_osc/sine_table.h -------------------------------------------------------------------------------- /Snazzy_FX/FAC sketches/fac_triple_lfo.pde/fac_triple_lfo.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/FAC sketches/fac_triple_lfo.pde/fac_triple_lfo.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL.zip -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/ADSR envelope/ADSR_ENV/ADSR_ENV.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/ADSR envelope/ADSR_ENV/ADSR_ENV.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/ARDCORE_auduino_v5/ARDCORE_AUDUINO_MODS/ARDCORE_AUDUINO_MOD1/ARDCORE_AUDUINO_MOD1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/ARDCORE_auduino_v5/ARDCORE_AUDUINO_MODS/ARDCORE_AUDUINO_MOD1/ARDCORE_AUDUINO_MOD1.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/ARDCORE_auduino_v5/ARDCORE_auduino_v5.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/ARDCORE_auduino_v5/ARDCORE_auduino_v5.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/ARDCORE_auduino_v5/Auduino_SYNTH ARDCORE MODS/ARDCORE_auduino_v5a/ARDCORE_auduino_v5a.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/ARDCORE_auduino_v5/Auduino_SYNTH ARDCORE MODS/ARDCORE_auduino_v5a/ARDCORE_auduino_v5a.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/ARDCORE_auduino_v5/Auduino_SYNTH ARDCORE MODS/ARDCORE_auduino_v5ab/ARDCORE_auduino_v5ab.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/ARDCORE_auduino_v5/Auduino_SYNTH ARDCORE MODS/ARDCORE_auduino_v5ab/ARDCORE_auduino_v5ab.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/AUTOMATIC_VOLTAGE_METER_MODIFIED_FOR_ARDCORE_A2/AUTOMATIC_VOLTAGE_METER_MODIFIED_FOR_ARDCORE_A2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/AUTOMATIC_VOLTAGE_METER_MODIFIED_FOR_ARDCORE_A2/AUTOMATIC_VOLTAGE_METER_MODIFIED_FOR_ARDCORE_A2.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/CROWD_Make_compatible/CROWD_Make_compatible.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/CROWD_Make_compatible/CROWD_Make_compatible.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/accorian/accorian.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/accorian/accorian.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/delay_byte1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/delay_byte1.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/dsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/dsp.cpp -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/dsp.h -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/timers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/timers.cpp -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/delay_expeweriments/delay_byte1/timers.h -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/drumsandmelody/drumsandmelody.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/drumsandmelody/drumsandmelody.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/drumsandmelody_2/drumsandmelody_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/drumsandmelody_2/drumsandmelody_2.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/french_friesWcv/french_friesWcv.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/french_friesWcv/french_friesWcv.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/fucking_techno/fucking_techno.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/fucking_techno/fucking_techno.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/mvValues_musc/mvValues_musc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/mvValues_musc/mvValues_musc.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/pretty1/pretty1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/pretty1/pretty1.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/pretty1_pot/pretty1_pot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/pretty1_pot/pretty1_pot.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/pretty1a_pot/pretty1a_pot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/pretty1a_pot/pretty1a_pot.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/shortArduino1/shortArduino1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/shortArduino1/shortArduino1.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/shortArduino1_2/shortArduino1_2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/shortArduino1_2/shortArduino1_2.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/shortArduino_DANT/shortArduino_DANT.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/shortArduino_DANT/shortArduino_DANT.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/shortArduino_DANT_melody/shortArduino_DANT_melody.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/shortArduino_DANT_melody/shortArduino_DANT_melody.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/simple_template/simple_template.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/simple_template/simple_template.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/sloe_dub/sloe_dub.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/sloe_dub/sloe_dub.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/stairstep_pot/stairstep_pot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/stairstep_pot/stairstep_pot.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/two_controls_machine/two_controls_machine.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/BYTEBEAT...CV and AUDIO enjoy/two_controls_machine/two_controls_machine.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/ARD_SINE_LFO/ARD_SINE_LFO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/ARD_SINE_LFO/ARD_SINE_LFO.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/ARD_SINE_LFO_smoother_rng/ARD_SINE_LFO_smoother_rng.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/ARD_SINE_LFO_smoother_rng/ARD_SINE_LFO_smoother_rng.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/Dans_freakoutCV_/eq_freakoutCV_aduo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/Dans_freakoutCV_/eq_freakoutCV_aduo.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/LFO_w_slow_CPU/LFO_w_slow_CPU.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/LFO_w_slow_CPU/LFO_w_slow_CPU.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/arbitray_quantizer_FASTNOTES.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/arbitray_quantizer_FASTNOTES.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/harmonize_NOTES_CV/harmonize.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/harmonize_NOTES_CV/harmonize.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/nscale_CV_best/nscale_CV.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/nscale_CV_best/nscale_CV.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/nscale_CV_best/nscale_CV_best.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/nscale_CV_best/nscale_CV_best.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/nscale_CV_best/nscale_CV_strict.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/nscale_CV_best/nscale_CV_strict.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/simple_random_gates.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/simple_random_gates.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/spaceshipquantizer_pde.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/spaceshipquantizer_pde.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/uffq_quantizer/uffq_quantizer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/CV-LFO SKETCHES/uffq_quantizer/uffq_quantizer.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/ARDCORE_NOISEMAKER/ARDCORE_NOISEMAKER.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/ARDCORE_NOISEMAKER/ARDCORE_NOISEMAKER.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/ARDCORE_TRIANGLE/ARDCORE_TRIANGLE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/ARDCORE_TRIANGLE/ARDCORE_TRIANGLE.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/ARD_SINE_LFO_smoother_rng/ARD_SINE_LFO_smoother_rng.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/ARD_SINE_LFO_smoother_rng/ARD_SINE_LFO_smoother_rng.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/ANOTHER_DELAY/ANOTHER_DELAY.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/ANOTHER_DELAY/ANOTHER_DELAY.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/ANOTHER_DELAY_mod/ANOTHER_DELAY_mod.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/ANOTHER_DELAY_mod/ANOTHER_DELAY_mod.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/BLOG_DELAY_BEST.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/BLOG_DELAY_BEST.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/dsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/dsp.cpp -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/dsp.h -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/timers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/timers.cpp -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/BLOG_DELAY_BEST/timers.h -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/DELAY_ONLY/DELAY_ONLY.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/DELAY_ONLY/DELAY_ONLY.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/DELAY_SMOOTH/DELAY_SMOOTH/DELAY_SMOOTH.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/DELAY_SMOOTH/DELAY_SMOOTH/DELAY_SMOOTH.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/Long_DELAY_BEST.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/Long_DELAY_BEST.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/dsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/dsp.cpp -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/dsp.h -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/timers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/timers.cpp -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/Long_DELAY_BEST/Long_DELAY_BEST/timers.h -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/SWIRLY_DELAY.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/SWIRLY_DELAY.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/dsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/dsp.cpp -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/dsp.h -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/timers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/timers.cpp -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/SWIRLY_DELAY/SWIRLY_DELAY/timers.h -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/reverb_prttygood/reverb_prttygood.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/reverb_prttygood/reverb_prttygood.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/reverb_prttygood/reverb_prttygood/reverb_prttygood.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/reverb_prttygood/reverb_prttygood/reverb_prttygood.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/weird_delay/weird_delay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/weird_delay/weird_delay.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/weird_modulator/weird_modulator/weird_modulator.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DELAY_SKETCHES/weird_modulator/weird_modulator/weird_modulator.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DISTORTION/DISTORTION.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/DISTORTION/DISTORTION.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/FREQUOT/freqout_ardcore.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/FREQUOT/freqout_ardcore.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/FREQUOT/frequot/frequot.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/FREQUOT/frequot/frequot.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/FREQUOT/frequot2/frequot2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/FREQUOT/frequot2/frequot2.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/WORKING_CRUSHER/WORKING_CRUSHER.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/WORKING_CRUSHER/WORKING_CRUSHER.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/chiptune.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/chiptune.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/fucked_squareB/fucked_squareB.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/fucked_squareB/fucked_squareB.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/noiseBrother/noiseBrother.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/noiseBrother/noiseBrother.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/really_messed_up_oscillator.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/really_messed_up_oscillator.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/sine/sine.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/sine/sine.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/stereo_beat_gen_pde/stereo_beat_gen_pde.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/stereo_beat_gen_pde/stereo_beat_gen_pde.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/waveshapers/waveshapers_readme.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/waveshapers/waveshapers_readme.rtf -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/waveshapers/waveshpr1/waveshpr1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/waveshapers/waveshpr1/waveshpr1.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/waveshapers/waveshpr2/waveshpr2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/waveshapers/waveshpr2/waveshpr2.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/waveshapers/waveshpr3/waveshpr3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/EXPERIMENTAL AUDIO/waveshapers/waveshpr3/waveshpr3.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/FRAKTAL_SYNTH_PORTS/ARDCORE_twotone_mod/ARDCORE_twotone_mod.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/FRAKTAL_SYNTH_PORTS/ARDCORE_twotone_mod/ARDCORE_twotone_mod.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/FRAKTAL_SYNTH_PORTS/CELLULAR_AUTOMATA_SYNTH/CELLULAR_AUTOMATA_SYNTH/CELLULAR_AUTOMATA_SYNTH.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/FRAKTAL_SYNTH_PORTS/CELLULAR_AUTOMATA_SYNTH/CELLULAR_AUTOMATA_SYNTH/CELLULAR_AUTOMATA_SYNTH.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/FRAKTAL_SYNTH_PORTS/fraktal_synth/fraktal_synth.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/FRAKTAL_SYNTH_PORTS/fraktal_synth/fraktal_synth.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/INPUT_OUTPUT_TUTORIAL/INPUT_OUTPUT_TUTORIAL.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/INPUT_OUTPUT_TUTORIAL/INPUT_OUTPUT_TUTORIAL.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/LFSR/LFSR/LFSR.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/LFSR/LFSR/LFSR.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/LFSR/LFSR2/LFSR2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/LFSR/LFSR2/LFSR2.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/LFSR/LFSR32/LFSR32.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/LFSR/LFSR32/LFSR32.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/LFSR/LFSR_NOISE_readme.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/LFSR/LFSR_NOISE_readme.rtf -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/LFSR/LFSR_SEQUENCER/LFSR_SEQUENCER.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/LFSR/LFSR_SEQUENCER/LFSR_SEQUENCER.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/THERMOMETER/THERMOMETER.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/THERMOMETER/THERMOMETER.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/WHITE _NOISE/SDIY_ARDCORE_NOISE/SDIY_ARDCORE_NOISE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/WHITE _NOISE/SDIY_ARDCORE_NOISE/SDIY_ARDCORE_NOISE.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/AC24_SimpleVCOchaos/AC24_SimpleVCOchaos.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/AC24_SimpleVCOchaos/AC24_SimpleVCOchaos.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/AC66_NOISE_BOMB/AC66_NOISE_BOMB.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/AC66_NOISE_BOMB/AC66_NOISE_BOMB.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/ACDAN1_DepthCharge/ACDAN1_DepthCharge.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/ACDAN1_DepthCharge/ACDAN1_DepthCharge.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/AC_Sinetests_pde/AC_Sinetests_pde.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/AC_Sinetests_pde/AC_Sinetests_pde.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/CHAOTIC_VCO2/CHAOTIC_VCO2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/CHAOTIC_VCO2/CHAOTIC_VCO2.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/SIMPLEST_SAWTOOTH/SIMPLEST_SAWTOOTH.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/SIMPLEST_SAWTOOTH/SIMPLEST_SAWTOOTH.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/SIMPLEST_SAWTOOTH_mod/SIMPLEST_SAWTOOTH_mod.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/SIMPLEST_SAWTOOTH_mod/SIMPLEST_SAWTOOTH_mod.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/TRAIN_ROBBER_NOISER/TRAIN_ROBBER_NOISER.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/TRAIN_ROBBER_NOISER/TRAIN_ROBBER_NOISER.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/fucked_square/fucked_square.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/fucked_square/fucked_square.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/mem_check_/mem_check_.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/mem_check_/mem_check_.ino -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/randomRecorder/randomRecorder.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/randomRecorder/randomRecorder.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/spaceshipquantizer_pde.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/dans trashy mods and experiments/spaceshipquantizer_pde.pde -------------------------------------------------------------------------------- /Snazzy_FX/library part 2 ALL/shift register 64/_64stage_ShiftRegister_more_controls/_64stage_ShiftRegister_more_controls.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/Snazzy_FX/library part 2 ALL/shift register 64/_64stage_ShiftRegister_more_controls/_64stage_ShiftRegister_more_controls.ino -------------------------------------------------------------------------------- /User Submitted/VC_LFO/VC_LFO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/User Submitted/VC_LFO/VC_LFO.ino -------------------------------------------------------------------------------- /libraries/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darwingrosse/ArdCore-Code/HEAD/libraries/readme.txt --------------------------------------------------------------------------------