On Thu, 2014-08-14 at 12:48 +0200, Jeremy Jongepier wrote:
On 08/13/2014 06:26 PM, Ralf Mardorf wrote:
In QjackCtl there are only audio ports for AT1,
there are no MIDI ports.
$ zita-at1 -h and the HTML doc don't inform how to connect MIDI.
$ jack_lsp -t
| grep pitch -A1
zita-at1:pitch
8 bit raw midi
So it should be a matter of connecting a MIDI output port to the
zita-at1:pitch JACK MIDI input port.
Thank you :).
Btw. it's too funny, after compiling I started jackd by QjackCtl [1] and
then AT1 and expected to see a port.
If I start the audio session I currently do and then AT1, the port is
shown by QjackCtl [2] ;).
My bad :).
Regards,
Ralf
[1]
[rocketmouse@archlinux arch2014.1]$ cat ~/.jackdrc
/usr/bin/jackd -dalsa -dhw:0 -r48000 -p256 -n2
[2]
[rocketmouse@archlinux arch2014.1]$ cat jack start.*
[snip]
roxterm --tab -n "♪ jackd" -e "jackd --sync -Xalsarawmidi -dalsa
-r48000 -p256" ; sleep 2
roxterm --tab -n "♪ a2jmidid" -e "a2jmidid -e"
; sleep 2
[snip]