The Moog 960 Sequencer is one of the most used sequencers in electronic music. It is a very versatile device which enables musicians to be very expressive with sequences. The Moog 960 sequencer has options to set Amplitude, filter and pitch settings individually. Moreover two Moog 960 can be linked together. I have created an emulation of this sequencer with the following features/extras.
- 4 Moog 960 Sequencers which emulate the original as close as possible (including the ‘skip’ function).
- Midi based.
- Realtime control over every note: VCO, VCF, VCA (pich, filter, amplitude)
- Sequences can be loaded/saved.
- Sequences can be linked.
- Internal or external clocked.
- VCBMS compatible: Through the Virtual Controller interface it is possible to control every knob from a Behringer BCR2000.
Techniques Used:
- Win32 Threads for timing
- Model View Controller
- Component Based Development