Hi,
I would like to launch a pd patch from the command line and select a certain audio device. I will do this on windows, how can I do it?
Best, Marcello
On 04/23/2014 09:57 AM, Marcello wrote:
Hi,
I would like to launch a pd patch from the command line and select a certain audio device. I will do this on windows, how can I do it?
$ pd -audiodev 4
to get a list of audiodevices, use $ pd -listdev
to get a list of cmdline options, use $ pd -help
gfmsr IOhannes