PhoenixWyllow / Soundboard4MacroDeck2

A soundboard plugin for Macro Deck 2
MIT License
4 stars 3 forks source link

global output device configuration #3

Closed PhoenixWyllow closed 2 years ago

PhoenixWyllow commented 2 years ago

As requested in #1 : Users can now select a default audio output device. If no configuration is provided, the system's default multimedia device is selected.

PhoenixWyllow commented 2 years ago

this now includes changes for #2 and closes #1 and #2

before playing a sound, system will

  1. check for button override device and use if found
  2. check global plugin configuration and apply device if configured
  3. always use system default device if nothing else is configured.