]> git.sesse.net Git - nageru/commit
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)
commit7c1bb8357495778076a47636c2c4192674034165
tree39c2061efd4725b4d54444b2136c0204df7c6840
parentb4439d47997e11b6f660b99c15657d386a490ff1
Add mute buttons.

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.
audio_mixer.cpp
audio_mixer.h
mainwindow.cpp
mainwindow.h
midi_mapper.cpp
midi_mapper.h
midi_mapping.proto
midi_mapping_dialog.cpp
midi_mapping_dialog.h
ui_audio_expanded_view.ui