X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fautomation.inc;h=434ebdab1c3d1a9126d60ffb5bf8940072f9e459;hb=7befc439d48ecf3591a0e8f420a447e8c1ec7250;hp=53e498d13e95ffa97b147b0581d17dbd8af0f1f8;hpb=271d07e4385f187b88ffcd986e9ecf5635a51718;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/automation.inc b/cinelerra-5.1/cinelerra/automation.inc index 53e498d1..434ebdab 100644 --- a/cinelerra-5.1/cinelerra/automation.inc +++ b/cinelerra-5.1/cinelerra/automation.inc @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 2008-2013 Adam Williams + * Copyright (C) 2003-2016 Cinelerra CV contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -89,5 +90,10 @@ enum }; #define SPEED_MIN 0.005 +#define SPEED_MAX 200.0 +#define ZOOM_MIN 0.001 +#define ZOOM_MAX 1000. +#define XY_MIN -32767 +#define XY_MAX 32767 #endif