Hi Carmen,
carmen wrote:
It's really hard to get through all these pd versions. Is pd 0.39 an update of 0.38, which is the stable of 0.38devel? (Just like Mozilla 1.7, 1.6 and 1.6beta, respectively, or any other software I know)
nope, features are selectively removed over rather than jjjjust retagging the devel version as 'stable' or something.
Puh, what system is used for versioning in pd?
you may have better luck specifying the device the oldfashioned way: open up a command prompt (start->run->cmd.exe), c:\path\to\pd -verbose -listdev, then find the asio device you want then 'pd.exe -audiodev 2'
Yes, that's what I do. I use batch files for the start up which are individually configured for each machine.
Strange problem moving to 0.39: The numbering of audio devices changed: in 0.38 I had to use -audiodev 0 to get the first ASIO device. For 0.39 I had to change all batch files, because all MMIO devices are listed before ASIO devices (0.39: -audiodev 13, depending on hardware). I think it's a bug or at least a inconsistence, but I can live with that...
Thanks so far,
Piotr