├── 1bitsynth.c ├── LICENSE ├── Makefile ├── README ├── circuit ├── synth-sm.png ├── synth.png └── synth.sch ├── frontpanel.graffle ├── frontpanel.svg └── tiasnd.c /1bitsynth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/1bitsynth.c -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/README -------------------------------------------------------------------------------- /circuit/synth-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/circuit/synth-sm.png -------------------------------------------------------------------------------- /circuit/synth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/circuit/synth.png -------------------------------------------------------------------------------- /circuit/synth.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/circuit/synth.sch -------------------------------------------------------------------------------- /frontpanel.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/frontpanel.graffle -------------------------------------------------------------------------------- /frontpanel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/frontpanel.svg -------------------------------------------------------------------------------- /tiasnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/74hc595/1-Bit-AVR-Synthesizer/HEAD/tiasnd.c --------------------------------------------------------------------------------