On Tuesday 03 August 2004 03:16, Rob Hare wrote: > Hey Guys, > > I have attached a patch for the previously discussed dockable clip > property window. I extended the current properties in the DocClipAVFile > as suggested. The properties are accessed via a clip reference. This > patch also contains the previous tooltip updates. And should work > better than the previous. :-) Frames per second and Sampling rate > currently return 0.
Very cool :-) I have given Rob developer access so that he doesn't have to wait on me sorting out and committing patches :-) Rob, add yourself to the "Authors" in main.cpp, look around line 70. Perhaps the clip properties page should update whenever a new clip is selected in the project window, instead of having to explicitly select a menu option to update it, what do people think? > I have started to dig into the timeline in order to add several new > edits (roll, slip, slide) as proposed by Jason. I have started by adding > inpoint/outpoint sliders to the timeline. Here's a few more ideas, let > me know what you think: Looks good, there's one bug that I noticed - if you move the markers on the timeline, the workspace monitor in/outpoints don't get updated, but other than that it works fine. > 1. the inpoint and outpoints are individually movable when the mouse is > on them, when the mouse is between them, a rectangular bar appears that > allows both to be moved at once. Sounds good. > 2. there is already a function to add tracks to the timeline. it is not > currently acessible to the user. should we make it available? put a > limit on it? Yep, defintitely :-) The important thing is to make sure that the operation is performed via the command framework, so that you can undo/redo track adding and deleting. > 3. make the timeline remember your view setting (5 secs, 10 secs, etc) Sounds good. > Are there any other timeline issues to address while I'm there? Rolf was looking into implementing video thumbnails but I am not sure how far he got, I believe most of the code is done apart from the bit that actually puts them on the timeline. Cheers, Jason -- Jason Wood Homepage : www.uchian.pwp.blueyonder.co.uk
