Raspberry Pi & MCP4922 Based Sequencer
I have combined the 555 Oscillator with a sequencer. The RPi outputs a value between 0 and 1023 over SPI to the MCP4922, a DAC which creates a voltage in the range 0-5v. The code is designed to conver a MIDI not number from 0 - 127 to the value output over SPI, so this is effectively 1 volt per octave (obviously there is no MIDI yet, but this is in preparation for what is to come). The As mentioned, the oscillator has a CV input. However, it does not respond to 1v/oct, so it is not at all musical. It is actually inverse and linear, so it is more akin to the Korg standard, but is not calibrated to that either so would still sound terrible with an Korg sequencer. Here is the schematic: Here is the link to the 555 Oscillator Here is the source code on Github. Here it is in action: