-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Mon, Sep 03, 2007 at 11:09:42AM +0200, IOhannes m zmoelnig wrote:
hi.
Ken Restivo wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
you hae to turn the audio-engine on in order to hear something. there is a little checkbox in the main pd-window that says "compute audio", try enabling that... btw, this should be explained in the docs (if it is not, i think it is a serious omission)
I didn't see it. Nor did I see mention of any command-line flag to eliminate this requirement, i.e. to have the audio-engine start up when the program is launched.
as frank has already pointed out, this is covered by chapter-2 in the html-documentation of pd (doc/1.manual/x2.htm)
there is no way to turn on audio-computation via a command-line flag and there is no need for it, as you can load a patch on startup and within the patch you can automatically turn audio on (e.g. like the test-audio-and-midi patch does)
Thanks. The command appears to be "pd dsp 1;", which I'm now putting in all my patches.