I want to build a sequencer that can send MIDI data and generate CV (8 or more) and Gate (8 or more) voltages. I'll be using my lemur to operate this sequencer via OSC-messages.
With an arduino I've experimented already with timer interrupts and basic MIDI communication. But I came to the conclusion I need more processing power and memory for all the functionality I want to include (MIDI serial comm. , Ethernet UDP / OSC comm. , generate CV/Gate, running considerable amount of code every interrupt, etc..).
So first of all I want ask what microcontrollers would be powerful enough. Should I look towards ARM processors (like in a cirklon)?
Are raspberries useful for this? What programming language is mostly used for this?
Secondly, What do I use to generate CV voltages? Should I go for DAC's or PWM-signals +Low pass filter ?
Are there any schematics of other sequencers that I can view?
Any general knowledge about this topic is welcome.
Building a sequencer (MIDI + CV + Gate)
Moderators: Kent, luketeaford, Joe.
-
- Common Wiggler
- Posts: 148
- Joined: Thu Sep 26, 2019 1:25 am
- Location: UK
Re: Building a sequencer (MIDI + CV + Gate)
pef|former should give you a good idea on the output stages at least
WTB:
Veils (pre-2020)
TipTop stackable cables
FS:
Arturia Beatstep Pro (white) - £150 + shipping
Antumbra 6MIX - £75 + shipping
Kassutronics Slope 2 - £110 + shipping
Veils (pre-2020)
TipTop stackable cables
FS:
Arturia Beatstep Pro (white) - £150 + shipping
Antumbra 6MIX - £75 + shipping
Kassutronics Slope 2 - £110 + shipping
Re: Building a sequencer (MIDI + CV + Gate)
Jump into the midibox world, this has been done a million times already..
At least would give an idea about the hardware to use.
At least would give an idea about the hardware to use.
Fellow North Jersey Synthaholic
- Sandrine
- Super Deluxe Wiggler
- Posts: 2331
- Joined: Tue Jun 09, 2015 10:28 pm
- Location: BC Canada
- Contact:
Re: Building a sequencer (MIDI + CV + Gate)
ESP32 and some peripherals should do it
I've done very similar with the ESP1 and it's OK but the 32 is bigger and faster plus there's Arduino libraries for it & OSC
It's lacking in I/O but SPI or i2c is OK for the CV outs, just watch out for RF on the ADC if used
I've done very similar with the ESP1 and it's OK but the 32 is bigger and faster plus there's Arduino libraries for it & OSC
It's lacking in I/O but SPI or i2c is OK for the CV outs, just watch out for RF on the ADC if used

SDS DIGITAL http://www.freshnelly.com/sdsdigital.htm
Our Module Videos http://www.youtube.com/user/freshnelly/videos
Our Module Videos http://www.youtube.com/user/freshnelly/videos
- oozitron
- solder fume huffer
- Posts: 851
- Joined: Fri Jan 23, 2009 6:11 pm
- Location: in a beautiful place out in the country
Re: Building a sequencer (MIDI + CV + Gate)
As revtor said above, MIDIBOX is the ticket. The work has been done and it is awesome.
Essentially 16 sequencers (each a step sequencer or a drum sequencer) with up to 8 MIDI outs, 8 CV/Gate pairs and 64 trigger outs.
Very hands-on and interactive. Everything can be done while it's running.
And if you have ideas for improvement, Thorsten will consider them. He is constantly adding new features to the firmware.
Greatest sequencer ever. My dream machine :-)
Andrew
Essentially 16 sequencers (each a step sequencer or a drum sequencer) with up to 8 MIDI outs, 8 CV/Gate pairs and 64 trigger outs.
Very hands-on and interactive. Everything can be done while it's running.
And if you have ideas for improvement, Thorsten will consider them. He is constantly adding new features to the firmware.
Greatest sequencer ever. My dream machine :-)
Andrew
Never want to come down, never want to put my feet back down on the ground
Re: Building a sequencer (MIDI + CV + Gate)
And actually all the software is completely open source so feel free to take what you want/leave what you don’t etc etc ..
Fellow North Jersey Synthaholic