<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew,<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">so i wondered if changing speed for fast/slow reverse and normal playback was possible..<div><br></div><div>after few hours of hacking I made this patch. </div><div><br></div><div>it makes fast/slow playback speed configurable in Cinelerra_rc via new stored variables:</div></blockquote><div><br></div><div style="font-size:small" class="gmail_default">I like it!  Since I do not know C++, I am just asking if "TransportCommand" lines in other .h files need changing too?  For example:</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">fileref.h:      TransportCommand *command;<br>module.h:       TransportCommand *nested_command;<br>packagerenderer.h:      TransportCommand *command;<br>playbackengine.h:       int put_command(TransportCommand *command, int reset);<br>playbackengine.h:       TransportCommand *command, *stop_command;<br>playbackengine.h:       TransportCommand *next_command, *sent_command;<br>renderengine.h: int arm_command(TransportCommand *command);<br>renderengine.h: TransportCommand *command;<br>transportque.h:class TransportCommand<br>transportque.h: TransportCommand();<br>transportque.h: ~TransportCommand();<br>transportque.h: void copy_from(TransportCommand *command);</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">You probably already went over the above, but just making sure and if all is good then I can check it into GIT.  One of the things I like about it is that if you never use SLOW, you can set it to a different fast speed and get 2 different FAST speeds !  This gives you some of the capability of a Shuttle.  Let me know and thanks, Phyllis<br></div></div></div>