├── .gitattributes ├── AudioRecordQueue.h ├── Build ├── CutlassiezerV3.png └── PIC Button Strip Schematic.png ├── ButtonStrip.cpp ├── ButtonStrip.h ├── CompileSwitches.h ├── File experiment ├── Looper.ino ├── SDAudioRecorder.cpp └── SDAudioRecorder.h ├── Interface.h ├── Interface.ino ├── Looper.ino ├── LooperInterface.cpp ├── LooperInterface.h ├── README.md ├── SDAudioRecorder.cpp ├── SDAudioRecorder.h ├── Util.cpp └── Util.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/.gitattributes -------------------------------------------------------------------------------- /AudioRecordQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/AudioRecordQueue.h -------------------------------------------------------------------------------- /Build/CutlassiezerV3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/Build/CutlassiezerV3.png -------------------------------------------------------------------------------- /Build/PIC Button Strip Schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/Build/PIC Button Strip Schematic.png -------------------------------------------------------------------------------- /ButtonStrip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/ButtonStrip.cpp -------------------------------------------------------------------------------- /ButtonStrip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/ButtonStrip.h -------------------------------------------------------------------------------- /CompileSwitches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/CompileSwitches.h -------------------------------------------------------------------------------- /File experiment/Looper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/File experiment/Looper.ino -------------------------------------------------------------------------------- /File experiment/SDAudioRecorder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/File experiment/SDAudioRecorder.cpp -------------------------------------------------------------------------------- /File experiment/SDAudioRecorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/File experiment/SDAudioRecorder.h -------------------------------------------------------------------------------- /Interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/Interface.h -------------------------------------------------------------------------------- /Interface.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/Interface.ino -------------------------------------------------------------------------------- /Looper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/Looper.ino -------------------------------------------------------------------------------- /LooperInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/LooperInterface.cpp -------------------------------------------------------------------------------- /LooperInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/LooperInterface.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/README.md -------------------------------------------------------------------------------- /SDAudioRecorder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/SDAudioRecorder.cpp -------------------------------------------------------------------------------- /SDAudioRecorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/SDAudioRecorder.h -------------------------------------------------------------------------------- /Util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/Util.cpp -------------------------------------------------------------------------------- /Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cutlasses/Looper/HEAD/Util.h --------------------------------------------------------------------------------