BackgroundMusic/BGMApp/BGMApp.xcodeproj
Kyle Neideck c617d98f9d
BGMDevice: Only enable volume/mute if the output device also has them.
BGMApp now disables BGMDevice's volume and/or mute controls if the
output device selected in BGMApp doesn't have matching controls. This
prevents the controls from being presented to the user when they don't
do anything.

In BGMPlayThrough, wait much longer for our IOProcs to stop themselves
before assuming something's gone wrong. In testing, rapidly changing
between output devices with and without controls while playing audio
would occasionally cause one of the IOProcs to take too long to stop
itself.

Also adds some basic scriptability, mainly so UI tests can use
AppleScript to check BGMApp's state that would be complicated to check
otherwise. (In this case, to check which output device is selected.)

Fixes #101.
2017-05-30 23:22:48 +10:00
..
xcshareddata/xcschemes BGMDevice: Only enable volume/mute if the output device also has them. 2017-05-30 23:22:48 +10:00
project.pbxproj BGMDevice: Only enable volume/mute if the output device also has them. 2017-05-30 23:22:48 +10:00