Am 23.07.2015 um 15:28 schrieb Marc Nostromo [M-.-n]:
I've recently installed a raspberry pi 2 with the
latest arch linux
distribution available and, for some reason, RtMidi doesn't report
connected interfaces.
How did you test that? What's the output of the tests/midiprobe [1]
program from the RtMidi distribution?
If it reports:
Compiled APIs:
RtMidi Dummy
Then you probably just forgot to include the proper pre-processor
directives in your Makefile / compilation command line. See the bottom
of the RtMidi docs for info on that.
[1] Compile from the Git repo with:
mkdir -p config
libtoolize
aclocal
automake --add-missing
autoconf
./configure
make
make -C tests
Chris