]> git.sesse.net Git - nageru/commitdiff
Add mute buttons.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Oct 2016 21:44:12 +0000 (23:44 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 25 Oct 2016 16:48:35 +0000 (18:48 +0200)
Actually this is mostly because I like being able to press the
mute button on my MIDI controller and have it light up :-)
Internally, it's implemented by forcing the volume to zero
(or sometimes -90 dB), which means we get all the nice
fading properties and such.

In the process, we now declare -90 dB to be truly zero, and don't
bother adding it to the bus.


No differences found