atom feed2 messages in at.iem.pd-list[PD] nogui and compute audio
FromSent OnAttachments
Richard LewisFeb 19, 2007 3:27 am 
IOhannes m zmoelnigFeb 19, 2007 3:42 am 
Subject:[PD] nogui and compute audio
From:Richard Lewis (rich@fastmail.co.uk)
Date:Feb 19, 2007 3:27:03 am
List:at.iem.pd-list

Hey there,

I'm just moving my PD code onto my (headless) server where I want it to run with no GUI (it uses OSC for input messages and outputs to Icecast). Currently I'm not getting any output from it. I've tried replacing the mp3cast~ with a simple dac~ and plugging some speakers into the server machine as a debugging test but I still don't hear anything.

I'm starting PD like this:

# pd -rt -oss -nogui mixer-mp3cast.pd &

(its version 0.40 provided with Debian "unstable" and version 0.39 of pd-extended).

I then remembered the "compute audio" switch in the GUI. Does an equivalent action have to be performed for PD running without a GUI? If so, does anyone know what it is?

Cheers, Richard