├── .gitattributes ├── .gitignore ├── Code tips ├── bistromath.txt └── encoder_driver.txt ├── DustOfTime panel.gshortcut ├── Firmwares ├── 097G │ ├── 097G.txt │ └── SRR.txt ├── 098 │ ├── 098.txt │ └── DUST_OF_TIME_FW_0.9.8.ino.hex ├── 099 │ └── 099B_notes.txt ├── NON_RELEASE_BETAS │ ├── 097D │ │ ├── 097DWARNING.txt │ │ └── DUST_OF_TIME_FW_0.9.7D.ino.hex │ ├── 097E │ │ ├── 097D_to_097E_changes.txt │ │ └── DUST_OF_TIME_FW_0.9.7E.ino.hex │ ├── 099B │ │ └── deleted099B.txt │ └── 099C │ │ ├── 099C_notes.txt │ │ └── DUST_OF_TIME_FW_0.9.9C.ino.hex ├── OLD │ ├── DUST_OF_TIME_FW_0.7.7.ino.hex │ ├── DUST_OF_TIME_FW_0.8.0.ino.hex │ ├── DUST_OF_TIME_FW_0.8.1.ino.hex │ ├── DUST_OF_TIME_FW_0.8.3.ino.hex │ ├── DUST_OF_TIME_FW_0.8.5.ino.hex │ ├── DUST_OF_TIME_FW_0.9.0.ino.hex │ ├── DUST_OF_TIME_FW_0.9.6E.ino.hex │ └── DUST_OF_TIME_FW_0.9.7C.ino.hex ├── changes.txt └── test.xbm ├── Panel Layout.pdf ├── README.md ├── SD_ROOT ├── PRESET │ ├── BLARG`GH │ ├── BLATA___ │ ├── BORKORG9 │ ├── BRAINSLG │ ├── DIGI#@${ │ ├── ENTROPY_ │ ├── EUCHERED │ ├── EVO~BOLD │ ├── EVO~DAA_ │ ├── GODKILLR │ ├── INIT___0 │ ├── NYAP!__0 │ ├── REZO-SAW │ ├── TARDIS_! │ └── VOSINFNK ├── SD_ROOT.zip └── STWE │ ├── 1.wav │ ├── 10.wav │ ├── 11.wav │ ├── 12.wav │ ├── 13.wav │ ├── 14.wav │ ├── 15.wav │ ├── 16.wav │ ├── 17.wav │ ├── 18.wav │ ├── 19.wav │ ├── 2.wav │ ├── 20.wav │ ├── 21.wav │ ├── 22.wav │ ├── 23.wav │ ├── 24.wav │ ├── 25.wav │ ├── 26.wav │ ├── 27.wav │ ├── 28.wav │ ├── 29.wav │ ├── 3.wav │ ├── 30.wav │ ├── 31.wav │ ├── 32.wav │ ├── 33.wav │ ├── 34.wav │ ├── 35.wav │ ├── 36.wav │ ├── 37.wav │ ├── 38.wav │ ├── 39.wav │ ├── 4.wav │ ├── 40.wav │ ├── 41.wav │ ├── 42.wav │ ├── 43.wav │ ├── 44.wav │ ├── 5.wav │ ├── 6.wav │ ├── 7.wav │ ├── 8.wav │ └── 9.wav ├── dot1.jpg ├── k72memtest-master.zop ├── old_presets ├── 2WHEELS1 ├── 80BREATH ├── BASEHED1 ├── BASORG01 ├── BASS0001 ├── BFADE001 ├── CHAODEM0 ├── CLONKO01 ├── DONKA00A ├── DOTFONK$ ├── ENTROPIC ├── EXPO-001 ├── FILTR001 ├── FILTR002 ├── FILTR003 ├── FM-TEST0 ├── FMBLASTR ├── FONKACLV ├── FONKACLW ├── GEIGER01 ├── GTGENXMP ├── HARMBAS1 ├── HARMO001 ├── HARMO002 ├── HORGA001 ├── HUSTLE01 ├── INIT0001 ├── LUNCH-01 ├── MONKEYFC ├── MRBLOBBY ├── NEFER005 ├── NEVER001 ├── NEVER002 ├── NIBBLER1 ├── NOISE001 ├── NOISE002 ├── NOISLEAD ├── NOISOME! ├── ORGONPIA ├── PERC-001 ├── PERC-002 ├── PLUGGBAS ├── PLUGGBSS ├── PRESENCE ├── RANDO'GH ├── RESOTEST ├── RESO_001 ├── RINGFLUT ├── SOLORES0 ├── SONARK01 ├── SP00KZ01 ├── SP00KZ02 ├── SQONK001 ├── SUBTEST1 ├── TERNAL_1 ├── TESTQUAN ├── TORTURE~ ├── ULTRAFEX ├── UVOXBEND ├── VORLON01 ├── WITCH001 ├── WOBBLER1 ├── WOBBLER2 ├── WOBBLER3 ├── WONKY001 ├── WOOAA001 ├── WOOB-001 └── WUBBLER1 ├── panel layout 4 DIY.dip ├── schematic.pdf └── stencil └── DoT_DIY1.GTP /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/.gitignore -------------------------------------------------------------------------------- /Code tips/bistromath.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Code tips/bistromath.txt -------------------------------------------------------------------------------- /Code tips/encoder_driver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Code tips/encoder_driver.txt -------------------------------------------------------------------------------- /DustOfTime panel.gshortcut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/DustOfTime panel.gshortcut -------------------------------------------------------------------------------- /Firmwares/097G/097G.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/097G/097G.txt -------------------------------------------------------------------------------- /Firmwares/097G/SRR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/097G/SRR.txt -------------------------------------------------------------------------------- /Firmwares/098/098.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/098/098.txt -------------------------------------------------------------------------------- /Firmwares/098/DUST_OF_TIME_FW_0.9.8.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/098/DUST_OF_TIME_FW_0.9.8.ino.hex -------------------------------------------------------------------------------- /Firmwares/099/099B_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/099/099B_notes.txt -------------------------------------------------------------------------------- /Firmwares/NON_RELEASE_BETAS/097D/097DWARNING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/NON_RELEASE_BETAS/097D/097DWARNING.txt -------------------------------------------------------------------------------- /Firmwares/NON_RELEASE_BETAS/097D/DUST_OF_TIME_FW_0.9.7D.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/NON_RELEASE_BETAS/097D/DUST_OF_TIME_FW_0.9.7D.ino.hex -------------------------------------------------------------------------------- /Firmwares/NON_RELEASE_BETAS/097E/097D_to_097E_changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/NON_RELEASE_BETAS/097E/097D_to_097E_changes.txt -------------------------------------------------------------------------------- /Firmwares/NON_RELEASE_BETAS/097E/DUST_OF_TIME_FW_0.9.7E.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/NON_RELEASE_BETAS/097E/DUST_OF_TIME_FW_0.9.7E.ino.hex -------------------------------------------------------------------------------- /Firmwares/NON_RELEASE_BETAS/099B/deleted099B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/NON_RELEASE_BETAS/099B/deleted099B.txt -------------------------------------------------------------------------------- /Firmwares/NON_RELEASE_BETAS/099C/099C_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/NON_RELEASE_BETAS/099C/099C_notes.txt -------------------------------------------------------------------------------- /Firmwares/NON_RELEASE_BETAS/099C/DUST_OF_TIME_FW_0.9.9C.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/NON_RELEASE_BETAS/099C/DUST_OF_TIME_FW_0.9.9C.ino.hex -------------------------------------------------------------------------------- /Firmwares/OLD/DUST_OF_TIME_FW_0.7.7.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/OLD/DUST_OF_TIME_FW_0.7.7.ino.hex -------------------------------------------------------------------------------- /Firmwares/OLD/DUST_OF_TIME_FW_0.8.0.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/OLD/DUST_OF_TIME_FW_0.8.0.ino.hex -------------------------------------------------------------------------------- /Firmwares/OLD/DUST_OF_TIME_FW_0.8.1.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/OLD/DUST_OF_TIME_FW_0.8.1.ino.hex -------------------------------------------------------------------------------- /Firmwares/OLD/DUST_OF_TIME_FW_0.8.3.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/OLD/DUST_OF_TIME_FW_0.8.3.ino.hex -------------------------------------------------------------------------------- /Firmwares/OLD/DUST_OF_TIME_FW_0.8.5.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/OLD/DUST_OF_TIME_FW_0.8.5.ino.hex -------------------------------------------------------------------------------- /Firmwares/OLD/DUST_OF_TIME_FW_0.9.0.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/OLD/DUST_OF_TIME_FW_0.9.0.ino.hex -------------------------------------------------------------------------------- /Firmwares/OLD/DUST_OF_TIME_FW_0.9.6E.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/OLD/DUST_OF_TIME_FW_0.9.6E.ino.hex -------------------------------------------------------------------------------- /Firmwares/OLD/DUST_OF_TIME_FW_0.9.7C.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/OLD/DUST_OF_TIME_FW_0.9.7C.ino.hex -------------------------------------------------------------------------------- /Firmwares/changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/changes.txt -------------------------------------------------------------------------------- /Firmwares/test.xbm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Firmwares/test.xbm -------------------------------------------------------------------------------- /Panel Layout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/Panel Layout.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/README.md -------------------------------------------------------------------------------- /SD_ROOT/PRESET/BLARG`GH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/BLARG`GH -------------------------------------------------------------------------------- /SD_ROOT/PRESET/BLATA___: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/BLATA___ -------------------------------------------------------------------------------- /SD_ROOT/PRESET/BORKORG9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/BORKORG9 -------------------------------------------------------------------------------- /SD_ROOT/PRESET/BRAINSLG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/BRAINSLG -------------------------------------------------------------------------------- /SD_ROOT/PRESET/DIGI#@${: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/DIGI#@${ -------------------------------------------------------------------------------- /SD_ROOT/PRESET/ENTROPY_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/ENTROPY_ -------------------------------------------------------------------------------- /SD_ROOT/PRESET/EUCHERED: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/EUCHERED -------------------------------------------------------------------------------- /SD_ROOT/PRESET/EVO~BOLD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/EVO~BOLD -------------------------------------------------------------------------------- /SD_ROOT/PRESET/EVO~DAA_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/EVO~DAA_ -------------------------------------------------------------------------------- /SD_ROOT/PRESET/GODKILLR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/GODKILLR -------------------------------------------------------------------------------- /SD_ROOT/PRESET/INIT___0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/INIT___0 -------------------------------------------------------------------------------- /SD_ROOT/PRESET/NYAP!__0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/NYAP!__0 -------------------------------------------------------------------------------- /SD_ROOT/PRESET/REZO-SAW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/REZO-SAW -------------------------------------------------------------------------------- /SD_ROOT/PRESET/TARDIS_!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/TARDIS_! -------------------------------------------------------------------------------- /SD_ROOT/PRESET/VOSINFNK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/PRESET/VOSINFNK -------------------------------------------------------------------------------- /SD_ROOT/SD_ROOT.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/SD_ROOT.zip -------------------------------------------------------------------------------- /SD_ROOT/STWE/1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/1.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/10.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/11.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/11.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/12.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/12.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/13.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/13.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/14.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/14.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/15.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/15.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/16.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/16.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/17.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/17.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/18.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/18.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/19.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/19.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/2.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/20.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/20.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/21.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/21.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/22.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/22.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/23.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/23.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/24.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/24.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/25.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/25.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/26.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/26.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/27.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/27.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/28.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/28.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/29.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/29.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/3.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/30.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/30.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/31.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/31.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/32.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/32.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/33.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/33.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/34.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/34.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/35.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/35.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/36.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/36.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/37.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/37.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/38.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/38.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/39.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/39.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/4.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/40.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/40.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/41.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/41.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/42.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/42.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/43.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/43.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/44.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/44.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/5.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/6.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/7.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/8.wav -------------------------------------------------------------------------------- /SD_ROOT/STWE/9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/SD_ROOT/STWE/9.wav -------------------------------------------------------------------------------- /dot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/dot1.jpg -------------------------------------------------------------------------------- /k72memtest-master.zop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/k72memtest-master.zop -------------------------------------------------------------------------------- /old_presets/2WHEELS1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/2WHEELS1 -------------------------------------------------------------------------------- /old_presets/80BREATH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/80BREATH -------------------------------------------------------------------------------- /old_presets/BASEHED1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/BASEHED1 -------------------------------------------------------------------------------- /old_presets/BASORG01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/BASORG01 -------------------------------------------------------------------------------- /old_presets/BASS0001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/BASS0001 -------------------------------------------------------------------------------- /old_presets/BFADE001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/BFADE001 -------------------------------------------------------------------------------- /old_presets/CHAODEM0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/CHAODEM0 -------------------------------------------------------------------------------- /old_presets/CLONKO01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/CLONKO01 -------------------------------------------------------------------------------- /old_presets/DONKA00A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/DONKA00A -------------------------------------------------------------------------------- /old_presets/DOTFONK$: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/DOTFONK$ -------------------------------------------------------------------------------- /old_presets/ENTROPIC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/ENTROPIC -------------------------------------------------------------------------------- /old_presets/EXPO-001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/EXPO-001 -------------------------------------------------------------------------------- /old_presets/FILTR001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/FILTR001 -------------------------------------------------------------------------------- /old_presets/FILTR002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/FILTR002 -------------------------------------------------------------------------------- /old_presets/FILTR003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/FILTR003 -------------------------------------------------------------------------------- /old_presets/FM-TEST0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/FM-TEST0 -------------------------------------------------------------------------------- /old_presets/FMBLASTR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/FMBLASTR -------------------------------------------------------------------------------- /old_presets/FONKACLV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/FONKACLV -------------------------------------------------------------------------------- /old_presets/FONKACLW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/FONKACLW -------------------------------------------------------------------------------- /old_presets/GEIGER01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/GEIGER01 -------------------------------------------------------------------------------- /old_presets/GTGENXMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/GTGENXMP -------------------------------------------------------------------------------- /old_presets/HARMBAS1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/HARMBAS1 -------------------------------------------------------------------------------- /old_presets/HARMO001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/HARMO001 -------------------------------------------------------------------------------- /old_presets/HARMO002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/HARMO002 -------------------------------------------------------------------------------- /old_presets/HORGA001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/HORGA001 -------------------------------------------------------------------------------- /old_presets/HUSTLE01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/HUSTLE01 -------------------------------------------------------------------------------- /old_presets/INIT0001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/INIT0001 -------------------------------------------------------------------------------- /old_presets/LUNCH-01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/LUNCH-01 -------------------------------------------------------------------------------- /old_presets/MONKEYFC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/MONKEYFC -------------------------------------------------------------------------------- /old_presets/MRBLOBBY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/MRBLOBBY -------------------------------------------------------------------------------- /old_presets/NEFER005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/NEFER005 -------------------------------------------------------------------------------- /old_presets/NEVER001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/NEVER001 -------------------------------------------------------------------------------- /old_presets/NEVER002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/NEVER002 -------------------------------------------------------------------------------- /old_presets/NIBBLER1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/NIBBLER1 -------------------------------------------------------------------------------- /old_presets/NOISE001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/NOISE001 -------------------------------------------------------------------------------- /old_presets/NOISE002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/NOISE002 -------------------------------------------------------------------------------- /old_presets/NOISLEAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/NOISLEAD -------------------------------------------------------------------------------- /old_presets/NOISOME!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/NOISOME! -------------------------------------------------------------------------------- /old_presets/ORGONPIA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/ORGONPIA -------------------------------------------------------------------------------- /old_presets/PERC-001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/PERC-001 -------------------------------------------------------------------------------- /old_presets/PERC-002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/PERC-002 -------------------------------------------------------------------------------- /old_presets/PLUGGBAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/PLUGGBAS -------------------------------------------------------------------------------- /old_presets/PLUGGBSS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/PLUGGBSS -------------------------------------------------------------------------------- /old_presets/PRESENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/PRESENCE -------------------------------------------------------------------------------- /old_presets/RANDO'GH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/RANDO'GH -------------------------------------------------------------------------------- /old_presets/RESOTEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/RESOTEST -------------------------------------------------------------------------------- /old_presets/RESO_001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/RESO_001 -------------------------------------------------------------------------------- /old_presets/RINGFLUT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/RINGFLUT -------------------------------------------------------------------------------- /old_presets/SOLORES0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/SOLORES0 -------------------------------------------------------------------------------- /old_presets/SONARK01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/SONARK01 -------------------------------------------------------------------------------- /old_presets/SP00KZ01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/SP00KZ01 -------------------------------------------------------------------------------- /old_presets/SP00KZ02: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/SP00KZ02 -------------------------------------------------------------------------------- /old_presets/SQONK001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/SQONK001 -------------------------------------------------------------------------------- /old_presets/SUBTEST1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/SUBTEST1 -------------------------------------------------------------------------------- /old_presets/TERNAL_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/TERNAL_1 -------------------------------------------------------------------------------- /old_presets/TESTQUAN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/TESTQUAN -------------------------------------------------------------------------------- /old_presets/TORTURE~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/TORTURE~ -------------------------------------------------------------------------------- /old_presets/ULTRAFEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/ULTRAFEX -------------------------------------------------------------------------------- /old_presets/UVOXBEND: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/UVOXBEND -------------------------------------------------------------------------------- /old_presets/VORLON01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/VORLON01 -------------------------------------------------------------------------------- /old_presets/WITCH001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/WITCH001 -------------------------------------------------------------------------------- /old_presets/WOBBLER1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/WOBBLER1 -------------------------------------------------------------------------------- /old_presets/WOBBLER2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/WOBBLER2 -------------------------------------------------------------------------------- /old_presets/WOBBLER3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/WOBBLER3 -------------------------------------------------------------------------------- /old_presets/WONKY001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/WONKY001 -------------------------------------------------------------------------------- /old_presets/WOOAA001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/WOOAA001 -------------------------------------------------------------------------------- /old_presets/WOOB-001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/WOOB-001 -------------------------------------------------------------------------------- /old_presets/WUBBLER1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/old_presets/WUBBLER1 -------------------------------------------------------------------------------- /panel layout 4 DIY.dip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/panel layout 4 DIY.dip -------------------------------------------------------------------------------- /schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/schematic.pdf -------------------------------------------------------------------------------- /stencil/DoT_DIY1.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakplugg/Neutron-Sound-Dust-of-Time/HEAD/stencil/DoT_DIY1.GTP --------------------------------------------------------------------------------