Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / vwindowgui.h
index 6836293fcd3e6f49648d9de404a549b49222e34e..d2527acde203e6a98a5c9f53f46a8c25925f2ad2 100644 (file)
@@ -113,7 +113,10 @@ class VWindowCanvas : public Canvas
 public:
        VWindowCanvas(MWindow *mwindow, VWindowGUI *gui);
        void create_objects(EDL *edl);
+       int button_release_event();
        void zoom_resize_window(float percentage);
+       int scope_on();
+       void draw_scope(VFrame *output, int refresh);
        void draw_refresh(int flush = 1);
        int need_overlays();
        void draw_overlays();
@@ -155,6 +158,7 @@ public:
        void panel_set_auto_keyframes(int v);
        void panel_set_span_keyframes(int v);
        void panel_set_labels_follow_edits(int v);
+       void panel_set_gang_tracks(int v);
 
        MWindow *mwindow;
        VWindow *vwindow;