When selecting (None) as the input or output device in FlexASIO GUI, the resulting configuration file contains device = "(None)". This is incorrect and results in FlexASIO initialization failure. The proper syntax to disable the input or output is device = "".
Background: dechamps/FlexASIO#115
When selecting (None) as the input or output device in FlexASIO GUI, the resulting configuration file contains
device = "(None)"
. This is incorrect and results in FlexASIO initialization failure. The proper syntax to disable the input or output isdevice = ""
.