Some PortAudio questions: Where in the PortAudio documentation did you find that list of ASIO sample rates? Are they Host-specific or Device specific?
Also, I saw this: http://portaudio.com/docs/v19-doxydocs/pa__asio_8h.html PaAsio_SetStreamSampleRate Set the sample rate of an open paASIO stream. Note that this function may fail if the stream is already running and the ASIO driver does not support switching the sample rate of a running stream. I'm guessing this still doesn't get around ASIO's host limitations (assuming they are ASIO's). I never found any information that said ASIO had limited rates, except one post from 12 years ago. Also, I found a number things on Google about finding out what sample rates a certain HOST supported. Like here: http://ask.wireshark.org/questions/1879/can-not-open-stream-in-portaudio-library-error-invalid-sample-rate How do you get this list programmatically using PortAudioMBS? Lastly, can you put this in to PortAudioMBS? PaAsio_ShowControlPanel(PaDeviceIndex device, void* systemSpecific)? Garth Hjelte Sampler User _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
