anonymous contribution for improved Chromakey plugin to include sliders, textbox...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / shuttle.inc
index 5919e9d24c679c893751d8744c3d58d4cd3cba34..56c315b454c114fb052554f5e85b71976029b203 100644 (file)
@@ -1,3 +1,6 @@
+// Copyright 2013 Eric Messick (FixedImagePhoto.com/Contact)
+// reworked 2019 for cinelerra-gg by William Morrow
+
 #ifndef __SHUTTLE_INC__
 #define __SHUTTLE_INC__
 
@@ -9,4 +12,7 @@ class Translation;
 class Translations;
 class Shuttle;
 
+// playback max speed -64x .. 64x
+#define SHUTTLE_MAX_SPEED 64.
+
 #endif