Closed
Description
Hi,
I am trying to use flexASIO to use MaxMSP with Ableton as slave to create a generative music system. In an ideal world, I would like to run both MaxMSP and Ableton side by side, without having to switch driver when going from one software to another. When selecting FlexASIO as a driver, MaxMSP return the following error in the console:
ad_asio: no samplerates work for us!
ad_asio: adasio_setsr() no rates available.
ad_asio: ASIOStop() returned -997.
ad_asio: no samplerates work for us!
This is my current setting of flexASIO
backend = "Windows WASAPI"
bufferSizeSamples = 512
[input]
suggestedLatencySeconds = 0.0
wasapiExclusiveMode = true
[output]
suggestedLatencySeconds = 0.0
wasapiExclusiveMode = true
I have no problem using flexASIO in Ableton.
I have also attached the flexASIO.log document I have created to diagnose the problem
Is there a work around or a configuration that would allow me to use FlexASIO for the use case I am looking for.