christofmuc / JammerNetz

OpenSource internet jam sessions, aka Networked Music Performance software.
GNU Affero General Public License v3.0
50 stars 11 forks source link

On Windows, client should show button to configure driver #9

Closed christofmuc closed 3 years ago

christofmuc commented 3 years ago

because it can be arbitrarily hard to explain to somebody on how to navigate to the ASIO settings of the driver on a Windows machine. I myself can't find it when I search.

virtual bool AudioIODevice::hasControlPanel 

and

virtual bool AudioIODevice::showControlPanel 
christofmuc commented 3 years ago

Done, a button appears if the device has a control panel registered.