Re: [LAD] RtAudio on archlinux

2015-07-23 Thread Ralf Mardorf
On Thu, 23 Jul 2015 23:00:44 +0200, Marc Nostromo [M-.-n] wrote:
That was it indeed. Thank you very much for the insight !

You are welcome! Nobody expects that an ALSA module not automatically
gets loaded, it's a very annoying bug.

Regards,
Ralf
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] RtAudio on archlinux

2015-07-23 Thread Marc Nostromo [M-.-n]
That was it indeed. Thank you very much for the insight !
/M

2015-07-23 16:40 GMT+02:00 Ralf Mardorf ralf.mard...@rocketmail.com:
 On Thu, 23 Jul 2015 15:58:53 +0200, Ralf Mardorf wrote:
From: Ralf Mardorf ralf.mard...@alice-dsl.net
To: linux-audio-dev@lists.linuxaudio.org
Subject: Re: [LAD] RtAudio on archlinux
Date: Thu, 23 Jul 2015 15:49:37 +0200
X-Mailer: Claws Mail 3.12.0-6-g897a5ed (GTK+ 2.24.28;
x86_64-arch-linux-gnu)

On Thu, 23 Jul 2015 15:28:24 +0200, Marc Nostromo [M-.-n] wrote:
[root@piewzei tests]# amidi -l
Dir DeviceName
IO  hw:1,0,0  MS-20 Controller MIDI 1

[root@piewzei tests]# ./midiprobe
Compiled APIs:
  Linux ALSA
Current input API: Linux ALSA
There are 1 MIDI input sources available.
  Input Port #1: Midi Through 14:0
Current output API: Linux ALSA
There are 1 MIDI output ports available.
  Output Port #1: Midi Through 14:0

IMO this belongs to the user mailing list.

Did you already try

$ sudo modprobe snd_seq_midi

?

https://bugs.archlinux.org/task/44812
https://bugs.archlinux.org/task/44286

Regards,
Ralf

 PS:

 http://archlinuxarm.org/forum/viewtopic.php?f=23t=7739
 ___
 Linux-audio-dev mailing list
 Linux-audio-dev@lists.linuxaudio.org
 http://lists.linuxaudio.org/listinfo/linux-audio-dev



-- 
http://marc-nostromo.com
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


[LAD] RtAudio on archlinux

2015-07-23 Thread Marc Nostromo [M-.-n]
Hi !

This is is my first post to the list, I hope the topic is appropriate.

I'm an application developer and I've been using RtAudio/RtMidi for
years as cross-platform backend for audio and MIDI.
It never failed to work on me beautifully... until last week.

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. However, amidi does show them which makes me
think that alsa is properly configured.

[root@piewzei tests]# amidi -l
Dir DeviceName
IO  hw:1,0,0  MS-20 Controller MIDI 1

[root@piewzei tests]# ./midiprobe
Compiled APIs:
  Linux ALSA
Current input API: Linux ALSA
There are 1 MIDI input sources available.
  Input Port #1: Midi Through 14:0
Current output API: Linux ALSA
There are 1 MIDI output ports available.
  Output Port #1: Midi Through 14:0


I could bother the nice people at McGill but I guess there's something
very specific to my setup and I'd like to debug it myself.

Would anyone have an idea of what could lead to this behavior ?

Thanks for any pointers,
Marc.

-- 
http://marc-nostromo.com
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] RtAudio on archlinux

2015-07-23 Thread Ralf Mardorf
On Thu, 23 Jul 2015 15:58:53 +0200, Ralf Mardorf wrote:
From: Ralf Mardorf ralf.mard...@alice-dsl.net
To: linux-audio-dev@lists.linuxaudio.org
Subject: Re: [LAD] RtAudio on archlinux
Date: Thu, 23 Jul 2015 15:49:37 +0200
X-Mailer: Claws Mail 3.12.0-6-g897a5ed (GTK+ 2.24.28;
x86_64-arch-linux-gnu)

On Thu, 23 Jul 2015 15:28:24 +0200, Marc Nostromo [M-.-n] wrote:
[root@piewzei tests]# amidi -l
Dir DeviceName
IO  hw:1,0,0  MS-20 Controller MIDI 1

[root@piewzei tests]# ./midiprobe
Compiled APIs:
  Linux ALSA
Current input API: Linux ALSA
There are 1 MIDI input sources available.
  Input Port #1: Midi Through 14:0
Current output API: Linux ALSA
There are 1 MIDI output ports available.
  Output Port #1: Midi Through 14:0  

IMO this belongs to the user mailing list.

Did you already try

$ sudo modprobe snd_seq_midi

?

https://bugs.archlinux.org/task/44812
https://bugs.archlinux.org/task/44286

Regards,
Ralf

PS:

http://archlinuxarm.org/forum/viewtopic.php?f=23t=7739
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] RtAudio on archlinux

2015-07-23 Thread Christopher Arndt
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



signature.asc
Description: OpenPGP digital signature
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] RtAudio on archlinux

2015-07-23 Thread Ralf Mardorf
From: Ralf Mardorf ralf.mard...@alice-dsl.net
To: linux-audio-dev@lists.linuxaudio.org
Subject: Re: [LAD] RtAudio on archlinux
Date: Thu, 23 Jul 2015 15:49:37 +0200
X-Mailer: Claws Mail 3.12.0-6-g897a5ed (GTK+ 2.24.28;
x86_64-arch-linux-gnu)

On Thu, 23 Jul 2015 15:28:24 +0200, Marc Nostromo [M-.-n] wrote:
[root@piewzei tests]# amidi -l
Dir DeviceName
IO  hw:1,0,0  MS-20 Controller MIDI 1

[root@piewzei tests]# ./midiprobe
Compiled APIs:
  Linux ALSA
Current input API: Linux ALSA
There are 1 MIDI input sources available.
  Input Port #1: Midi Through 14:0
Current output API: Linux ALSA
There are 1 MIDI output ports available.
  Output Port #1: Midi Through 14:0  

IMO this belongs to the user mailing list.

Did you already try

$ sudo modprobe snd_seq_midi

?

https://bugs.archlinux.org/task/44812
https://bugs.archlinux.org/task/44286

Regards,
Ralf
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] RtAudio on archlinux

2015-07-23 Thread Christopher Arndt
Am 23.07.2015 um 15:58 schrieb Christopher Arndt:
 What's the output of the tests/midiprobe

Ah, sorry, so you did. Should have read your mail till the end :(

What does midiprobe report if you compile in JACK support as well?


Chris



signature.asc
Description: OpenPGP digital signature
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev