On Tue, 28 Sep 2010 09:39:33 -0500 (CDT)
"Gabriel M. Beddingfield" <gabrbedd(a)gmail.com> wrote:
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
Good to know, thanks :)
Interesting... I don't quite get the function of the GUI yet... The
position of the red boxes changes pitch & velocity, and the size
changes the sequencing, but the gray boxes don't do much (yet)?