Ok, I have sumitted my patch in issue 1893. One thing I am not sure is 
the coding style you guys use. I have tried to go along with what I saw 
in the files, feel free to tell me if that should be changed in any way.<br><br>

Note that submitting the patch with a *.patch extension resulted in both
 a failure message and a created issue. Can you simply drop issues 1891 
and 1892 ? I have only reporter rights, and cannot remove them.<br><br>--paf<br><br><div class="gmail_quote">On Sun, Nov 21, 2010 at 06:23, Dan Dennedy <span dir="ltr"><<a href="mailto:dan@dennedy.org">dan@dennedy.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">2010/11/20 P. Fleury <<a href="mailto:fleury@users.sourceforge.net">fleury@users.sourceforge.net</a>>:<br>


<div class="im">> Hi,<br>
><br>
> I have tried the jog shuttle, and while it does detect the device, it does<br>
> not seem to do much :-) I am playing with that code, but I am no expert in<br>
> MLT and Kdenlive to begin with.<br>
><br>
> I have already modified it a bit (wrt to the SVN repository) to handle the<br>
> shuttle in such a way that it does more progressive speeds. 0.5x up to 32x.<br>
> So:<br>
> - it does not seem to wrt well with factors < 1.0x.<br>
<br>
</div>It depends on how well FFmpeg (and a little bit MLT based on how it<br>
uses FFmpeg) supports seeking on the format and file you are using.<br>
For example, it works great on DV and other formats without temporal<br>
compression. With formats that take much longer, then it may interact<br>
badly with the frame-dropping algorithm, which you can disable in the<br>
Kdenlive monitor.<br>
<div class="im"><br>
> 0.25x and 0.5x do not seem to move the video at all. Is that a known limitation ?<br>
<br>
</div>Yes<br>
<div class="im"><br>
> - calling the stop() slot on the monitor seems to work only if it is playing<br>
> forward. When it's in rewind mode, that signal does not do anything. A<br>
> wanted feature ?<br>
> - Is there a maximum forward() / rewind() speed ? If not, I think it should<br>
> be a configuration parameter for the jog shuttle.<br>
<br>
</div>No explicit maximums. Maybe it need not be configurable but simply<br>
given a good value that seems to work for most.<br>
<div class="im"><br>
> - a minor niggle, but why does rewind() take a negative value ? It seems to<br>
> me this is a double negation to say "rewind(-0.5)" if next to it we have<br>
> "forward(0.5)".<br>
<br>
</div>I do not know about the Kdenlive methods, but MLT just takes a speed<br>
where negative is reverse, so it must be an artifact of that.<br>
<div class="im"><br>
> Once I have these answers, I will be able to produce a patch for this<br>
> change. I own a ShuttlePRO v2, does anyone own another model so we can<br>
> verify that the behaviors are the same ?<br>
<br>
</div>I have a first generation ShuttlePro.<br>
<div class="im"><br>
> I also plan to work a bit on the buttons, with a better setup and handling<br>
> both more buttons (the SPv2 has 15...) and a few more actions that the ones<br>
> that are currently available. Also, kdenlive cannot detect the jog shuttle<br>
> if it is plugged once it's running, even if the user had configured it<br>
> previously. This change will be a bit more involved, I'll keep it for later<br>
> :-)<br>
<br>
</div>In Kino, we made udev rules that send a USR2 signal to kino processes<br>
using killall and then handle that signal in Kino.<br>
<br>
--<br>
+-DRD-+<br>
<br>
------------------------------------------------------------------------------<br>
Beautiful is writing same markup. Internet Explorer 9 supports<br>
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.<br>
Spend less time writing and  rewriting code and more time creating great<br>
experiences on the web. Be a part of the beta today<br>
<a href="http://p.sf.net/sfu/msIE9-sfdev2dev" target="_blank">http://p.sf.net/sfu/msIE9-sfdev2dev</a><br>
_______________________________________________<br>
Kdenlive-devel mailing list<br>
<a href="mailto:Kdenlive-devel@lists.sourceforge.net">Kdenlive-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/kdenlive-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/kdenlive-devel</a><br>
<br>
</blockquote></div><br>