AudioDeviceSelectorComponent

Hi Jules,

If I am not mistaken, the device selector component used to list all audio devices in a same combo box for all device types – for example the DirectSound and ASIO devices where listed together in the same combobox. Now it is a two-stage selection, the user picks the device type (directsound or asio on windows), and then selects the device.

I’m wondering why you decided that change ? is it just a matter of taste, or is it to avoid some crashes that may occur when scanning some specific device type ?

It was because I changed it to allow pairing of input/output devices… Because you can’t pair up two devices that use different drivers, I figured that it’s best to limit the choices to only show the possible ones.

I understand, thanks for the answer !