Short story: http://www.youtube.com/watch?v=mRFRFnrNni0
Long story:
I (very quickly) hacked together an analog style sequencer using an Apple II computer equipped with an old Mountain Computer ADC / DAC board.
This board can read in or output 16 channels of analog voltages.
Voltage ranges are -5 volts to +5 volts (though I can change this.)
Resolution is 8 bit, though it’s still fairly accurate hitting note CVs closely.
I made the panel from a piece of scrap aluminum I found here
Used 16 100K linear pots (NOS Moog) and some new Cosmo (Moog style) knobs.
Built and wired it up along with some vinyl lettering in around 2 hrs.
For software, I programmed a traveling bar graph that displays notes as vertical bars of varying height.
The top of each bar would flash as that particular note plays.
One CV out jack is the “normal” mono out.
A 2nd CV out jack is right now programmed as being the same notes, but inverted.
The gate out jack can be whatever- V-trig, S-trig, pulse.
In the video it’s making S-trigs for the Moog 911 envelope generator.
Software is written in Applesoft BASIC.
(Comes built-in on the Apple.)
The code was incredibly short. I couldn’t believe how little it takes to write something like this.
Making any change such as adding a quantizer, variable note durations or sequence length takes about 1 or 2 lines of code.
Right now it’s programmed as a single channel 16 stage analog sequencer with mono CV out.
But I might make it be an 8 stage with the second row of 8 pots changing the duration of the first 8 stages.
A 30+ year old computer driving a 30+ year old synth can still be a lot of fun.
This critter could also be programmed to allow syncing it to or from an external source.
You could even make it change direction (play backwards) or write a “live performance” to disk without too much work.
I have to play around with it some more, but thought some of you would find it amusing.
If nothing else, it’s nice to hear a Moog modular sometimes.
Maybe I should make a “Frankenstein” modular as a hobby? I don’t own any analog synths.