add 1:1 convert, add es.po: thx sergio, cwdw zoom tweak, add done beep pots, bd forma...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / render.h
index d7cd443dd32fa6c99435ed4333579022f58b312c..eddbf7c593748541d0f6d1a5141b8d2a7aea5077 100644 (file)
@@ -179,7 +179,7 @@ public:
 // Background compression must be disabled when direct frame copying and reenabled afterwards
        int direct_frame_copying;
 // beep on done
-       int beep;
+       float beep;
 
        Preferences *preferences;
        VFrame *compressed_output;
@@ -289,7 +289,7 @@ public:
 };
 
 
-class RenderBeepOnDone : public BC_CheckBox
+class RenderBeepOnDone : public BC_FPot
 {
 public:
        RenderBeepOnDone(RenderWindow *rwindow, int x, int y);