geomyidia / midiserver

A MIDI CLI tool and server written in Go, focused on supporting BEAM music apps via Erlang Ports
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Support processing MIDI messages in parallel #14

Closed oubiwann closed 3 years ago

oubiwann commented 3 years ago

Right now, MIDI message processing happens serially -- and sometimes that's what we want.

But it should also be possible to process messages at the same time (more closely mimicking chord play, for instance.

Tasks:

oubiwann commented 3 years ago

Going to finish the rest of this up in #20