X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=midi_mapping_dialog.h;fp=midi_mapping_dialog.h;h=a413ef1e19c38a719d68c746d5af40df481c5789;hb=7c1bb8357495778076a47636c2c4192674034165;hp=465f8fd5f0259a1ae2fe13a556d5d81a59b8545f;hpb=b4439d47997e11b6f660b99c15657d386a490ff1;p=nageru diff --git a/midi_mapping_dialog.h b/midi_mapping_dialog.h index 465f8fd..a413ef1 100644 --- a/midi_mapping_dialog.h +++ b/midi_mapping_dialog.h @@ -51,6 +51,7 @@ public: void set_compressor_threshold(unsigned bus_idx, float value) override {} void set_fader(unsigned bus_idx, float value) override {} + void toggle_mute(unsigned bus_idx) override {} void toggle_locut(unsigned bus_idx) override {} void toggle_auto_gain_staging(unsigned bus_idx) override {} void toggle_compressor(unsigned bus_idx) override {} @@ -71,6 +72,7 @@ public: void highlight_compressor_threshold(unsigned bus_idx, bool highlight) override {} void highlight_fader(unsigned bus_idx, bool highlight) override {} + void highlight_mute(unsigned bus_idx, bool highlight) override {} void highlight_toggle_locut(unsigned bus_idx, bool highlight) override {} void highlight_toggle_auto_gain_staging(unsigned bus_idx, bool highlight) override {} void highlight_toggle_compressor(unsigned bus_idx, bool highlight) override {}