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
Richard Lewis wrote:
Hey there,
I then remembered the "compute audio" switch in the GUI. Does an equivalent
good ;-)
action have to be performed for PD running without a GUI? If so, does anyone know what it is?
send a message "dsp 1" to the "pd" receiver. [loadbang]ing a [; pd dsp 1( should do the trick.
fmgasd.r IOhannes
Cheers, Richard