oliver wrote:
start PD with the "-listdev" flag. writes all MIDI and audio devices available into the console window
ciao
oliver
thanks for the answer but if launch "pd -nogui -listdev" from an other application es.
proc startpd {} { exec <path_pd>/pd.exe -nogui -listdev -open patch_with_net-receive.pd & }
I cannot see those informations because I have no terminal available and make a redorection like es. exec <path_pd>/pd.exe -options > textfile.txt dont work.
some tips?
Lazzaro