I’m currently planing a little synthesizer experiment: a web controlled synthesizer + sequencer (with live audio streaming)
which consists of the following parts:
-
JS/HTML5 Frontend (finished)
-
Server-side Gateway (to MIDI) (finished)
-
Audio Streaming (via Icecast2) (finshed)
-
Programmable Hardware Sequencer (to be done)
In order to do this, I want to implement a MIDI-Controlled sequencer, where I can set the Track Length, Groove, Step Value,
Gate, Velocity etc via MIDI CC Messages.
What do you think is the best effort of building the Sequencer? I have a spare CORE_STM32 and CORE_LPC17.
Cheers