a/v per track data height, boxblur power fix, add french expanders
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / patchgui.h
index 53ba9d20f3d617cc9b996c47da94134675777102..a120beed07dcd21e7cbb09e284c670ca6c64c71e 100644 (file)
@@ -38,6 +38,7 @@ class AutoPatch;
 class GangPatch;
 class DrawPatch;
 class MutePatch;
+class ZoomPatch;
 class ExpandPatch;
 class NudgePatch;
 class MixPatch;
@@ -82,6 +83,7 @@ public:
        GangPatch *gang;
        DrawPatch *draw;
        MutePatch *mute;
+       ZoomPatch *zoom;
        ExpandPatch *expand;
        NudgePatch *nudge;
        MixPatch *mix;
@@ -160,6 +162,16 @@ public:
        PatchGUI *patch;
 };
 
+class ZoomPatch : public BC_Tumbler
+{
+public:
+       ZoomPatch(MWindow *mwindow, PatchGUI *patch, int x, int y);
+       int handle_up_event();
+       int handle_down_event();
+       MWindow *mwindow;
+       PatchGUI *patch;
+};
+
 class ExpandPatch : public BC_Toggle
 {
 public: