X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=f1f2bd29bbcf6163cc7b51a1fcfcf7036b48d24a;hb=c93433b2669d3447f8c2e1dfcae0d491b2d3a4dc;hp=35e788e131e7f5d6ecb133a15fe257a8f8e34613;hpb=cf729d2ddd503b90413987bf94a928ae31efe0d0;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 35e788e..f1f2bd2 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -80,6 +80,10 @@ public slots: void toggle_compressor(unsigned bus_idx) override; void clear_peak(unsigned bus_idx) override; + // Raw receivers are not used. + void controller_changed(unsigned controller) override {} + void note_on(unsigned note) override {} + private: void reset_audio_mapping_ui(); void setup_audio_miniview();