Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mbuttons.h
index 06e538489b77fb1b8239fea72a9320a6e6d38107..dad5847fa261582fd52dc0469b76b8bf40fd5460 100644 (file)
@@ -72,6 +72,7 @@ class MainTransport : public PlayTransport
 {
 public:
        MainTransport(MWindow *mwindow, MButtons *mbuttons, int x, int y);
+       bool use_mixers() { return true; }
        void goto_start();
        void goto_end();
 };
@@ -107,6 +108,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;
        MButtons *mbuttons;