X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=9e10ed9f0ba37bc24b6abe5a3a1e2fa997489831;hb=d3e48df512d9476d3849227067792a3537bb094e;hp=beb4eed75c61fe0bb6260793c58d1b5eaae52a5a;hpb=dad4af8aab1e98176e2cc54f1d614ef9d64fc8ad;p=nageru diff --git a/mainwindow.h b/mainwindow.h index beb4eed..9e10ed9 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -59,6 +59,7 @@ public slots: void channel_clicked(int channel_number); void quick_cut_activated(int channel_number); void wb_button_clicked(int channel_number); + void audio_view_changed(int audio_view); void set_transition_names(std::vector transition_names); void update_channel_name(Mixer::Output output, const std::string &name); void update_channel_color(Mixer::Output output, const std::string &color); @@ -162,6 +163,7 @@ private: std::vector audio_miniviews; std::vector audio_expanded_views; int current_wb_pick_display = -1; + int current_audio_view = -1; MIDIMapper midi_mapper; std::unique_ptr analyzer; };