Midi Controlled Sequencer / Web Controlled Synthesizer Experiment

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

Could you please give some details in which way you bring the MIDI commands to Ethernet? Just create events by SW and go through TCP/IP (UDP?) stack or do you intend physical gear for MIDI source and receiver and Ethernet in between?

http://discourse.midibox.org/t/topic/8373

 

Moved.