<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 25, 2015 at 6:28 PM, IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
>> install 'alsa-oss' if you haven't already got it<br>
>> run 'aoss pd' instead of 'pd'<br>
>> <a href="https://help.ubuntu.com/community/alsa-oss" target="_blank">https://help.ubuntu.com/community/alsa-oss</a><br>
>><br>
> This last one did it! Launching Pd with -oss won't work (it can't find<br>
<br>
</span>obviously, since "pd -oss" does the same as "pd": it tries using the<br>
OSS-drivers.<br>
but...<br>
<span class=""><br>
> /dev/dsp), but launching it like you suggest "aoss /usr/local/bin/pd"<br>
> outputs audio properly.<br>
<br>
<br>
</span>you really should avoid using OSS (unless forced to, because your<br>
soundcard only has OSSv4 drivers).<br>
use<br>
"pd -alsa" to use ALSA directly.<br>
(the hacks mentioned in the other mail really emulate the OSS layer on<br>
top of ALSA...)<br></blockquote><div>The thing is that when I launch Pd with the -alsa flag, I get a prompt of the available flags, and Pd doesn't launch (and -alsa and -jack is not there, even though I configured Pd with --enable-jack). Do you have to configure Pd with ALSA explicitly when compiling from source?<br></div></div></div></div>