Where or how can i find the list with the command line options/flags ?
Hi Nico,
Start a command prompt (I assume you're using win2k/xp) and enter cd pd\bin pd -help
Alternative: create a pd-help.bat file (if you need it often) in c:\pd containing
bin\pd -help pause
Without the pause the command shell closes immediately.
I made a set of batch files for
the paths I use (%pdpath%) and the midi IO ports I have
This one is for testing, crashing PD with midi or asio drivers active takes my whole system down... (with midiman midisport drivers and the latest hammerfall dsp asio driver)
The command line options are also documented in C:\PD\doc\1.manual\x3.htm
regards, j#|@