I noticed that when I set my In and Out marker behind the last clips on the timeline to prepare my next recording and then hit 'N' to get everthing back on the screen: -> then the Out Point is no longer on the screen...
Should it be like this or would it not be better to consider the Outmarker as an object that should also be considered by 'N' shortcut?
regards
shortcut 'N'(default) fit zoom horizontally and vertically doesn't consider In and Out marker point
-
- KVRAF
- 1790 posts since 30 Dec, 2012
I don't think so but you could write a macro that either sets the view to the marked region or finds the furthermost clip or mark point?
There's a few ways this could be done but the simplest might be to use the existing Tracktion.zoomToFitHorizontal(); action, get the view bounds and mark out (Tracktion.getPosition ('viewRight');, Tracktion.getPosition ('markOut');) and use whichever is biggest to set the view Tracktion.setViewBounds (0.0, 10.0);?
There's a few ways this could be done but the simplest might be to use the existing Tracktion.zoomToFitHorizontal(); action, get the view bounds and mark out (Tracktion.getPosition ('viewRight');, Tracktion.getPosition ('markOut');) and use whichever is biggest to set the view Tracktion.setViewBounds (0.0, 10.0);?
