[specimen] Fwd: 0.5.2-rc1 tarball posted
Antonio "Willy" Malara
antonio.malara at gmail.com
Wed Feb 7 11:47:48 CST 2007
ufh, sorry, but in gmail "reply" does reply only to the author, not to the list
---------- Forwarded message ----------
From: Antonio Willy Malara <antonio.malara at gmail.com>
Date: 7-feb-2007 18.46
Subject: Re: [specimen] 0.5.2-rc1 tarball posted
To: Eric Dantan Rzewnicki <eric at zhevny.com>
2007/2/7, Eric Dantan Rzewnicki <eric at zhevny.com>:
> - jack_nframes_t event_count = jack_midi_get_event_count(midi_buf, frames);
> + jack_nframes_t event_count = jack_midi_port_get_info(midi_buf, frames)->event_count;
>
> I've added a note to the README specifying the minimum jack version for
> jack midi. I'll see if I can add a configure check as well.
>
> Thanks,
> Eric
you can mangle the existing ac rule that checks for jack midi, i.e.:
that is the current line
AC_CHECK_LIB(jack, jack_midi_event_get, have_jack_midi="yes",
have_jack_midi="no", $(pkg-config jack --cflags --libs))
you can try something like
AC_CHECK_LIB(jack, jack_midi_event_get, have_jack_midi="yes",
have_jack_midi="no", $(pkg-config jack --cflags --libs))
AC_CHECK_LIB(jack, jack_midi_get_event_count,
have_old_jack_midi="yes", have_old_jack_midi="no", $(pkg-config jack
--cflags --libs))
then adding lines that use that variable under "defines for config.h",
and changing the config.h.in to add a #define old_jack_midi or
something.
sorry if i cant do the changes myself or for being unclear, but i
haven't free time at all those days :)
--
Willy
------
Il jazz e' lasciare che la luce brilli, lasciarla essere.
-- Keith Jarrett
--
Willy
------
Il jazz e' lasciare che la luce brilli, lasciarla essere.
-- Keith Jarrett
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the Specimen
mailing list