Follow-up Comment #2, bug #36502 (project denemo):
No, the second comment was just an observation about the effect of not being
able to compile in jack/alsa support.
The headers are loaded from audiointerface.c which looks like this:
#include "dummybackend.h"
#ifdef _HAVE_JACK_
#include "jackbackend.h"
#endif
#ifdef _HAVE_PORTAUDIO_
#include "portaudiobackend.h"
#endif
#ifdef _HAVE_PORTMIDI_
#include "portmidibackend.h"
#endif
#ifdef _HAVE_ALSA_
#include "alsabackend.h"
#endif
Since they are in "" and not <>, and dummybackend.h and portaudiobackend.h are
both in the src dir it looks to me that they belong to denemo.
In any event, --enable-jack & --enable-alsa do not compile. Without them
libjack is linked in, but seems to have no effect. I cannot activate midi as
in 0.9.2 and 0.9.3
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36502>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel