Hi all,
I have fired up “jackd” on my system and then I started my OF application which has an audio input feed . this is what appears:
[notice ] ofRtAudioSoundStream: device 0 hw:HDA Intel,0
[notice ] ofRtAudioSoundStream: ----* default ----*
[notice ] ofRtAudioSoundStream: maximum output channels 8
[notice ] ofRtAudioSoundStream: maximum input channels 2
[notice ] ofRtAudioSoundStream: -----------------------------------------
[notice ] ofRtAudioSoundStream: device 1 hw:HDA Intel,1
[notice ] ofRtAudioSoundStream: maximum output channels 2
[notice ] ofRtAudioSoundStream: maximum input channels 0
[notice ] ofRtAudioSoundStream: -----------------------------------------
[notice ] ofRtAudioSoundStream: device 2 hw:HDA Intel,2
[notice ] ofRtAudioSoundStream: maximum output channels 0
[notice ] ofRtAudioSoundStream: maximum input channels 2
[notice ] ofRtAudioSoundStream: -----------------------------------------
RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:1,0), Device or resource busy.
RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:1,0), Device or resource busy.
[notice ] ofRtAudioSoundStream: device 3
[notice ] ofRtAudioSoundStream: maximum output channels 0
[notice ] ofRtAudioSoundStream: maximum input channels 0
[notice ] ofRtAudioSoundStream: -----------------------------------------
[notice ] ofRtAudioSoundStream: device 4 default
[notice ] ofRtAudioSoundStream: maximum output channels 32
[notice ] ofRtAudioSoundStream: maximum input channels 32
[notice ] ofRtAudioSoundStream: -----------------------------------------
RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:1,0), Device or resource busy.
RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:1,0), Device or resource busy.
the system in ubuntustudio64 v13.04 (based on the same version of ubuntu), and i have 2 sound cards. an HDA intel onboard the motherboard and a professional sound card. Jack was using the professional soundcard at the time.
Now I should be able to mix more than one soundstreams on the alsa driver directly , but I would like to get my application to show up on jack “connections” window along with other jackified applications. is that possible?
alternatively, can my OF use the default pulse audio device, so that I can have jack running?
Thank you