Device Usage working when switching sources

This commit is contained in:
Neil Dorin
2017-08-25 17:00:58 -06:00
parent ba6fdb83ae
commit 0b5681842e
10 changed files with 260 additions and 157 deletions

View File

@@ -90,7 +90,6 @@ namespace PepperDash.Essentials.DM
{
if (pressRelease)
Output.Volume.CreateRamp(0, 400);
#warning SCALE THIS RAMP
else
Output.Volume.StopRamp();
}