├── README.md ├── eeproms ├── Converted-ME2009_FV1EEProm.hex ├── EEPROM_read.ino ├── ME2009_FV1EEProm.hex ├── MidiFV1_24LC32.hex ├── eeprom1.hex ├── eeprom2.hex ├── eeprom3.hex ├── eeprom_contents.txt └── effects.h ├── photos └── synth.jpg ├── schematics ├── FV-1_programmer.pdf ├── FV1-effect.pdf └── VU-Meters.pdf └── src ├── EepromMgr.h ├── FV-1.ino ├── HWControls.h ├── Parameters.h ├── PatchMgr.h ├── ST7735Display.h ├── Settings.h ├── TButton.cpp └── TButton.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/README.md -------------------------------------------------------------------------------- /eeproms/Converted-ME2009_FV1EEProm.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/Converted-ME2009_FV1EEProm.hex -------------------------------------------------------------------------------- /eeproms/EEPROM_read.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/EEPROM_read.ino -------------------------------------------------------------------------------- /eeproms/ME2009_FV1EEProm.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/ME2009_FV1EEProm.hex -------------------------------------------------------------------------------- /eeproms/MidiFV1_24LC32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/MidiFV1_24LC32.hex -------------------------------------------------------------------------------- /eeproms/eeprom1.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/eeprom1.hex -------------------------------------------------------------------------------- /eeproms/eeprom2.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/eeprom2.hex -------------------------------------------------------------------------------- /eeproms/eeprom3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/eeprom3.hex -------------------------------------------------------------------------------- /eeproms/eeprom_contents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/eeprom_contents.txt -------------------------------------------------------------------------------- /eeproms/effects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/eeproms/effects.h -------------------------------------------------------------------------------- /photos/synth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/photos/synth.jpg -------------------------------------------------------------------------------- /schematics/FV-1_programmer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/schematics/FV-1_programmer.pdf -------------------------------------------------------------------------------- /schematics/FV1-effect.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/schematics/FV1-effect.pdf -------------------------------------------------------------------------------- /schematics/VU-Meters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/schematics/VU-Meters.pdf -------------------------------------------------------------------------------- /src/EepromMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/EepromMgr.h -------------------------------------------------------------------------------- /src/FV-1.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/FV-1.ino -------------------------------------------------------------------------------- /src/HWControls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/HWControls.h -------------------------------------------------------------------------------- /src/Parameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/Parameters.h -------------------------------------------------------------------------------- /src/PatchMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/PatchMgr.h -------------------------------------------------------------------------------- /src/ST7735Display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/ST7735Display.h -------------------------------------------------------------------------------- /src/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/Settings.h -------------------------------------------------------------------------------- /src/TButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/TButton.cpp -------------------------------------------------------------------------------- /src/TButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigyjp/FV-1-programmable-multi-effect/HEAD/src/TButton.h --------------------------------------------------------------------------------