X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fscopewindow.h;h=385ecaf239ce21a77827b112e7fa126079cbf95b;hp=123f45506feea9e29dd2cc6c40b66bf09e012236;hb=84ac8a2bb3357c04a3f67cf763b0f61ddbbd021d;hpb=fd310b768dfc78c91a6ddc26b9a25914e5b248d7 diff --git a/cinelerra-5.1/cinelerra/scopewindow.h b/cinelerra-5.1/cinelerra/scopewindow.h index 123f4550..385ecaf2 100644 --- a/cinelerra-5.1/cinelerra/scopewindow.h +++ b/cinelerra-5.1/cinelerra/scopewindow.h @@ -36,7 +36,7 @@ enum { SCOPE_HISTOGRAM, SCOPE_HISTOGRAM_RGB, SCOPE_WAVEFORM, SCOPE_WAVEFORM_RGB, SCOPE_WAVEFORM_PLY, SCOPE_VECTORSCOPE, SCOPE_VECTORWHEEL, - SCOPE_SMOOTH, SCOPE_REFRESH, + SCOPE_SMOOTH, SCOPE_REFRESH, SCOPE_RELEASE, }; // Number of divisions in histogram. @@ -200,10 +200,12 @@ class ScopeSettings : public BC_PopupMenu public: ScopeSettings(ScopeGUI *gui, int x, int y); void create_objects(); + void update_toggles(); ScopeGUI *gui; ScopeSettingOn *smooth_on; ScopeSettingOn *refresh_on; + ScopeSettingOn *release_on; }; @@ -323,7 +325,8 @@ public: int use_hist_parade, use_wave_parade; int bins[HIST_SECTIONS][TOTAL_BINS]; - int frame_w, use_smooth, use_refresh; + int frame_w, use_smooth; + int use_refresh, use_release; int use_wave_gain, use_vect_gain; };