&gt; Freeverb~ is not really &quot;passed&quot;, it&#39;s just that pd relies on the gui startup latency before connecting to any soundcards, etc.  In -nogui mode, there&#39;s no gui setup and it tries to grab the soundcard too quickly and failes, at least that&#39;s my understanding of the problem.  I noticed this using -nogui mode and -rt, -alsa in Linux.<br>


&gt;<br>&gt; There is a bug report for this, add your info there as there is no mention of this happening in OSX ...<br>&gt;<br>&gt; To solve, I added a delay before starting the dsp as mentioned by IOhannes and the bug report (I use 100ms):<br>


&gt;<br>&gt; [loadbang]<br>&gt; |<br>&gt; [; pd dsp 1&lt;<br>&gt;<br>&gt; in my main patch becomes<br>&gt;<br>&gt; [loadbang]<br>&gt; |<br>&gt; [del 100]<br>&gt; |<br>&gt; [; pd dsp 1&lt;<br>&gt;<br>&gt; I rely on -nogui, so this was a major problem for me about 2
months ago when I switched form using pd through Jack to direct alsa.
Luckily I found the aforementioned bug report ...<br>&gt;<br>&gt; As
far as I can tell, adding the delay is the current workaround until
some sort of setup latency/ordering fix is added to the pd source ...<br>

&gt;<br>&gt; ---<br>&gt; Dan Wilcox<br>&gt; <a href="http://danomatika.com/" target="_blank">danomatika.com</a><br>&gt; <a href="http://robotcowboy.com/" target="_blank">robotcowboy.com</a><br><br>I don&#39;t think the problem in my case is startup latency, since when I
run pd -nogui I can still hear audio (therefore pd does connect to the
soundcard), but I don&#39;t hear the audio with the reverb that freeverb~
is suppose to add.<br>Did not work for me. I&#39;ve tried different delay times and same thing happens: freeverb~ does not apply any effect on the audio when I run pd -nogui. <br><br>This looks like a bigger problem to me, maybe related to running Pd from the command line on Mac OS X (see <a href="http://www.mail-archive.com/pd-list@iem.at/msg27281.html">http://www.mail-archive.com/pd-list@iem.at/msg27281.html</a>). I believe this since I also tried running the patch from the command line WITHOUT the -nogui flag, and the delayed loadbang doesn&#39;t start the dsp at all!!! So maybe it&#39;s a bug to be fixed.<br>
<br>Any ideas?<br><br>Juan<br><br><br>