i also ran into this problem.  <br><br>if i can remember correctly, the cause was something along the lines of:<br><br>the pd samplerate needs to be set before the delayline code is initiated.  if pd is run in gui mode, then the gui initialization forces the order correctly.<br>
<br>however, when run in -nogui mode, the samplerate is set after the delayline code, and the calculation for the delayline is set with samplerate = 0<br><br>our hack was just to tweak the pd code to have a hardcoded samplerate.<br>