├── CompileSwitches.h ├── GlitchDelayEffect.h ├── GlitchDelayEffect.ino ├── GlitchDelayInterface.h ├── GlitchDelayInterface.ino ├── GlitchDelayV2.ino ├── Interface.h ├── Interface.ino ├── PIC ├── CV_I2C.c └── PICInterface.c ├── README.md ├── TapBPM.h ├── TapBPM.ino ├── TeensyJuce.h ├── Util.h └── Util.ino /CompileSwitches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/CompileSwitches.h -------------------------------------------------------------------------------- /GlitchDelayEffect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/GlitchDelayEffect.h -------------------------------------------------------------------------------- /GlitchDelayEffect.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/GlitchDelayEffect.ino -------------------------------------------------------------------------------- /GlitchDelayInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/GlitchDelayInterface.h -------------------------------------------------------------------------------- /GlitchDelayInterface.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/GlitchDelayInterface.ino -------------------------------------------------------------------------------- /GlitchDelayV2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/GlitchDelayV2.ino -------------------------------------------------------------------------------- /Interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/Interface.h -------------------------------------------------------------------------------- /Interface.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/Interface.ino -------------------------------------------------------------------------------- /PIC/CV_I2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/PIC/CV_I2C.c -------------------------------------------------------------------------------- /PIC/PICInterface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/PIC/PICInterface.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GlitchDelay -------------------------------------------------------------------------------- /TapBPM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/TapBPM.h -------------------------------------------------------------------------------- /TapBPM.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/TapBPM.ino -------------------------------------------------------------------------------- /TeensyJuce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/TeensyJuce.h -------------------------------------------------------------------------------- /Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/Util.h -------------------------------------------------------------------------------- /Util.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/GlitchDelayV2/HEAD/Util.ino --------------------------------------------------------------------------------