Re: Track Drop-down Menu commands
Posted: Wed Oct 23, 2013 9:38 am
Really?Gale Andrews wrote:First, it's slow. With 40 tracks on Windows 7, after Move Track Up or Down, I'm waiting for more than five seconds looking at a History box first with a whited out list, , and then the whole History window whited out.
It's virtually instant here. I wonder why the difference. Is that always the case when there are more than a couple of dozen items in the History, or is it specific the "Move Track" items? Either way it should probably go on bugzilla, assuming that it is repeatable on other machines.
I agree that one undo is the more expected behaviour, and it is very easy to modify the patch to do that, but the point of one undo per move is that it provides a much quicker way to move a track an arbitrary number of places.Gale Andrews wrote:Second, if I move a track from top to bottom of 40 tracks using "Move Track to Bottom", I expect to undo that in one undo, not iterate on CTRL + Z trying to guess how many undos I need.
Example: You have 30 tracks and you want to move track 27 to the 4th track from the top:
1) Move to top (27 -> 1)
2) Ctrl+Z (1 -> 2)
3) Ctrl+Z (2->3)
4) Ctrl+Z (3->4)
Personally I find this a lot more useful than one undo all the way back. If this is too radical then I don't mind changing it, but I'd prefer to first get feedback from users that work a lot with large mult-track projects, and I don't think that we can get that feedback without releasing it with this behaviour.
I think that can be argued either way.Gale Andrews wrote:Also Move Track Up/Down/to Bottom/Top raises the question of whether the view should move with the track that's been moved. Suppose I have the first four tracks of 40 tracks visible, track one selected and focused, and move the fourth track down using the mouse. I don't see the track I moved any longer. Maybe that's OK. But suppose the fourth track is focused - I still don't see the track I moved. Should we not always be able to see the focused track if we have explicitly moved it?
You may have 40 tracks and be working on tracks 1,2 and 5, so you want to move tracks 3 and 4 down to the bottom out of the way. In this case you would want the view to remain in its current position.
Perhaps we need additional View menu commands?
View > Selection (zooms and moves to fit as much of the selection as possible in the visible area).
View > Focus (moves to the track that has focus - this could perhaps assist VI users by reading out the track information of the track with focus).