X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=input_mapping_dialog.h;fp=input_mapping_dialog.h;h=3fa11e3fc63c63529d0c3ce73336001c34b52561;hb=26e1ec466d4730b6abc0e20201d704cfdf41a6eb;hp=e24a801f0489c46b0ce974bc36572ed5144216a9;hpb=61116d03f84a53e96445c2b5d8686f2ea7e7c855;p=nageru diff --git a/input_mapping_dialog.h b/input_mapping_dialog.h index e24a801..3fa11e3 100644 --- a/input_mapping_dialog.h +++ b/input_mapping_dialog.h @@ -47,6 +47,11 @@ private: // held forever). InputMapping old_mapping; + // One for each bus in the mapping. Edited along with the mapping, + // so that old volumes etc. are being kept in place for buses that + // existed before. + std::vector bus_settings; + std::map devices; // Needs no lock, accessed only on the UI thread. AudioMixer::state_changed_callback_t saved_callback; };