EnhancedQT qtSetSelection not working
Posted: Thu Aug 26, 2010 7:12 pm
I'm not sure if this is the right venue for this questions, but I'll give it a go.
I'm using the EnhancedQT external (wonderful!!), but it appears that the function qtSetSelection does not work as one would expect. I'm wondering if this is a bug in the external, or inappropriate expectations on my part.
the syntax for the command is
However, in practice, it appears that qtSetSelection only allows a selection that either starts at the beginning of the file, or one that ends at the end of the file. If I attempt to use it to select a middle portion of the file, it automatically selects everything from the StartTime to the end of the file.
Is there any way around this? It seems like it should be possible, since this is a standard feature of QT editing in general. I really need to have the ability to select central portions of files (I'm working with audio files) in my Rev application. Everything else I need, I've been able to do with this external, and so I really love it!
I'm using the EnhancedQT external (wonderful!!), but it appears that the function qtSetSelection does not work as one would expect. I'm wondering if this is a bug in the external, or inappropriate expectations on my part.
the syntax for the command is
Code: Select all
qtSetSelection the moviecontrollerid of player "player1", StartTime, EndTime
Is there any way around this? It seems like it should be possible, since this is a standard feature of QT editing in general. I really need to have the ability to select central portions of files (I'm working with audio files) in my Rev application. Everything else I need, I've been able to do with this external, and so I really love it!