add master/armed_gang track operations, tweak appearanceprefs layout, fix vicon video...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / patchgui.h
index a120beed07dcd21e7cbb09e284c670ca6c64c71e..edbfddedfb7d588d43f4547e314d971f8749bc14 100644 (file)
@@ -39,6 +39,7 @@ class GangPatch;
 class DrawPatch;
 class MutePatch;
 class ZoomPatch;
+class MasterPatch;
 class ExpandPatch;
 class NudgePatch;
 class MixPatch;
@@ -84,6 +85,7 @@ public:
        DrawPatch *draw;
        MutePatch *mute;
        ZoomPatch *zoom;
+       MasterPatch *master;
        ExpandPatch *expand;
        NudgePatch *nudge;
        MixPatch *mix;
@@ -172,6 +174,15 @@ public:
        PatchGUI *patch;
 };
 
+class MasterPatch : public BC_Toggle
+{
+public:
+       MasterPatch(MWindow *mwindow, PatchGUI *patch, int x, int y);
+       int handle_event();
+       MWindow *mwindow;
+       PatchGUI *patch;
+};
+
 class ExpandPatch : public BC_Toggle
 {
 public: