[PD] pd command line arguments

2007-04-18 Thread forwinder
Hi all, I was trying last night to start pd from command line with the appropriate sound card selected. I tried pd -alsa -alsadev hw:1,0 and also replacing the space between the soundcard and the -alsadev with a = and :. On every case pd did not recognize the commands. I also tried pd

Re: [PD] pd command line arguments

2007-04-18 Thread forwinder
Cheers Frank, That worked perfectly! Recently I struggled with the same thing until I discovered the logic behind the ALSA device numbering. The option to use to select an ALSA soundcard actually is -alsa -audiodev NUMBER. (I'm not sure if -alsaadd does anything at all.) Now how to find NUMBER?

[PD] statically linking externals to external libs

2007-04-12 Thread forwinder
Hi folks, I finished this external a few weeks back. http://www.forwind.net/forwind.net/software.htm To compile I used flext and as an external library I used SndObj. With flext I initially dynamically linked to the libsndobj.so using libs += -lsndobj. This seemed to work at the time. last