├── NES2A03.cpp ├── NES2A03.h ├── README.md ├── Rectangle1.cpp ├── Rectangle1.h ├── Rectangle2.cpp ├── Rectangle2.h ├── Triangle.cpp ├── Triangle.h ├── WaveGen.cpp ├── WaveGen.h └── examples └── NES_SynthShield_MIDI └── NES_SynthShield_MIDI.ino /NES2A03.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/NES2A03.cpp -------------------------------------------------------------------------------- /NES2A03.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/NES2A03.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/README.md -------------------------------------------------------------------------------- /Rectangle1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/Rectangle1.cpp -------------------------------------------------------------------------------- /Rectangle1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/Rectangle1.h -------------------------------------------------------------------------------- /Rectangle2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/Rectangle2.cpp -------------------------------------------------------------------------------- /Rectangle2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/Rectangle2.h -------------------------------------------------------------------------------- /Triangle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/Triangle.cpp -------------------------------------------------------------------------------- /Triangle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/Triangle.h -------------------------------------------------------------------------------- /WaveGen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/WaveGen.cpp -------------------------------------------------------------------------------- /WaveGen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/WaveGen.h -------------------------------------------------------------------------------- /examples/NES_SynthShield_MIDI/NES_SynthShield_MIDI.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shiftmore/Arduino-NES-Synth/HEAD/examples/NES_SynthShield_MIDI/NES_SynthShield_MIDI.ino --------------------------------------------------------------------------------