X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=mainwindow.h;fp=mainwindow.h;h=9e10ed9f0ba37bc24b6abe5a3a1e2fa997489831;hp=beb4eed75c61fe0bb6260793c58d1b5eaae52a5a;hb=fda8f0354aff984e00a3820f3ca025823e1ee434;hpb=f185dd186b7a9747331192ac55cb1f81e282cb0f 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; };