You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlexASIO can now react to changes to the configuration file while running.
A change to FlexASIO.toml will make FlexASIO issue a driver reset request to the application. What happens next is up to the application; ideally, it should reload FlexASIO and pick up the new configuration.
When an exclusive stream is currently running, FlexASIO now advertises every sample rate as available. Previously, it advertised none.
This prevents applications (most notably Ableton, Cubase, Max MSP) from misbehaving because FlexASIO is unable to probe sample rates while an exclusive stream is active. See #66.
Minor changes
A default minimum 10 ms buffer size is now advertised when using DirectSound with an input device (which is the default).
This prevents applications (in particular, Pro Tools) from requesting a buffer size that is too small for DirectSound input. See #15.