pje / sid

Arduino/AVR C code for controlling the MOS6581 SID sound chip over MIDI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SID

Firmware for using the MOS 6581 SID as a MIDI synthesizer.

Also:

  1. A fritzing sketch that somewhat describes the wiring on the hand-soldered shield I use
  2. A Max4Live object to control the SID through Ableton Live:

Status

Works on my machineā„¢ (Macbook, Arduino Micro, 6581 + shield).

Build

make deps      # install dependencies
make test      # run the unit tests
make upload    # compile and upload to the arduino

Resources

About

Arduino/AVR C code for controlling the MOS6581 SID sound chip over MIDI


Languages

Language:C 63.0%Language:C++ 34.7%Language:Makefile 2.3%