Lucas Cordiviola wrote:
Following these two related threads:
https://lists.puredata.info/pipermail/pd-list/2016-07/115642.html
https://lists.puredata.info/pipermail/pd-list/2016-07/115656.html
I`ve done some tests,
Using ASIO everything works as expected:
list devices to a txt file:
pd -asio -blocksize 256 -listdev -stderr 2> asio.txt -send "pd quit"
thanks, Lucas !
now, on my own machine, i can also confirm that this works.
strange, it's the same OS as on my former test machine, where the textfile remained empty.
maybe something was messed up with the other machine's OS ...
Call the device by name:
pd -asio -blocksize 256 -audioaddoutdev "ASIO:M-Audio USB ASIO"
note the “ “ for spaces in the device name.
great !
the "-audioadddev" flag does exactly what i was looking for !
(although it's mentioned in the PD options info, i probably didn't think about using it because in my logic i don't want to ADD an audio device but SELECT it, hence the confusion)
Problems come with MMIO:
well, that's alright with me, because i never use MMIO ;-)
thanks again & best
oliver