X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Ftimestretchrt%2Ftimestretchrt.h;h=6e0be35cdc0f1b356c3b5ec4908836899c5da2a6;hb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;hp=652e4a11fe4587cee9123ef8d6b3c246d3782dcc;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/timestretchrt/timestretchrt.h b/cinelerra-5.1/plugins/timestretchrt/timestretchrt.h index 652e4a11..6e0be35c 100644 --- a/cinelerra-5.1/plugins/timestretchrt/timestretchrt.h +++ b/cinelerra-5.1/plugins/timestretchrt/timestretchrt.h @@ -45,7 +45,9 @@ public: int64_t prev_frame, int64_t next_frame, int64_t current_frame); - double scale; +// double scale; + double num; + double denom; int size; }; @@ -56,9 +58,11 @@ public: TimeStretchRTScale(TimeStretchRTWindow *window, TimeStretchRT *plugin, int x, - int y); + int y, + double *value); int handle_event(); TimeStretchRT *plugin; + double *value; }; @@ -80,7 +84,8 @@ public: void create_objects(); TimeStretchRT *plugin; - TimeStretchRTScale *scale; + TimeStretchRTScale *num; + TimeStretchRTScale *denom; TimeStretchRTSize *size; };