On Tue, 28 Sep 2010, Johannes Kroll wrote:
Looks interesting!
I'd like to try it, but apparently it uses JACK midi, which is not very
common, and I don't have any software using JACK midi. It would be
really nice if it would support ALSA midi, as that's what most software
synthesizers use.
You can create a bridge between JACK MIDI and ALSA MIDI by
either using the `a2jmidi` application, or starting jack by
giving the alsa driver the `-Xseq` option, like:
$ jackd -R -d alsa -r 48000 -p 512 -n 2 -Xseq
-gabriel