flipswitchingmonkey / FlexASIO_GUI

Simple configuration GUI for FlexASIO
MIT License
336 stars 26 forks source link

Dynamically refresh device list #17

Closed jacksongoode closed 2 years ago

jacksongoode commented 3 years ago

Currently one has to close and reopen the app to see the new input/outputs. It would be nice to have the program refresh the device list when a new one is detected by the system - or just allow a user to refresh the list manually with a button or Ctrl+R.

jacksongoode commented 2 years ago

This would be even more essential now that it is properly integrated into FlexASIO.

flipswitchingmonkey commented 2 years ago

Will add manual refresh, there's no automatic notification currently, the GUI would have to constantly poll the devices and this just feels like a waste of cycles...

jacksongoode commented 2 years ago

Makes sense. I wasn't sure if there was a way of receiving a trigger to poll when Windows detects a change in devices.

jacksongoode commented 2 years ago

@flipswitchingmonkey I've been testing the refresh feature with various devices and it doesn't seem to work with any devices I've connected.