The updated package builds nice on AVLinux2rc2.2 (didn't try the first one)<br><br>I extracted the package, clicked on build.sh, then clicked on the resulting amk executable, <br>started Ardour, <br>'disconnect' the 'input' of a track, <br>

then 'edit' the input and choose tab 'amk' > out, and do the same with the output of that track, but choose 'amk' > in.<br>The second output of the track has to be removed for the MIDI to work.<br>

<br><br>I recorded some MIDI drums using a hi hat foot controller (=many cc#10 messages), but when I want to play the recorded data, I get lots of the same error in the terminal where I launched amk:<br>RtMidiOut::sendMessage: event parsing error!<br>

<br>When I just record a few notes, they are played like I recorded them, no errors.<br><br>The mute function of the midi-audio track also doesn't stop the midi from being sent (or I'm using it wrong)<br><br>I'll test if it can record and send sysex messages later ...<br>

<br>Thanks already!<br>Peter<br><br><div class="gmail_quote">On Tue, Nov 10, 2009 at 10:45 AM, Carlo Capocasa <span dir="ltr"><<a href="mailto:theman@carlocapocasa.com">theman@carlocapocasa.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have updated the package accordingly.<br>
<div class="im"><br>
> try replacing this line:<br>
><br>
> g++ -Wall -D__LINUX_ALSASEQ__ -o amk amk.cxx RtMidi.cpp -lasound -lpthread -ljack<br>
><br>
> with this line:<br>
><br>
> g++ -Wall -D__LINUX_ALSASEQ__ -o amk amk.cxx RtMidi.cpp -lasound -lpthread `pkg-config --cflags --libs jack`<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
Ardour-Users mailing list<br>
<a href="mailto:ardour-users@lists.ardour.org">ardour-users@lists.ardour.org</a><br>
<a href="http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org" target="_blank">http://lists.ardour.org/listinfo.cgi/ardour-users-ardour.org</a><br>
</div></div></blockquote></div><br>