Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums VEGAS Pro snap to event-end

  • snap to event-end

    Posted by Arthur Bueno on August 23, 2005 at 12:16 pm

    is it me or has the snapping to the last frame of an event (when changing an event-length in the timeline) disappeared in V6?

    Arthur Bueno replied 20 years, 9 months ago 2 Members · 3 Replies
  • 3 Replies
  • Edward Troxel

    August 23, 2005 at 2:35 pm

    It’s not just you. It no longer seems to snap to the loop point.

    Edward Troxel
    JETDV Scripts

  • Arthur Bueno

    August 24, 2005 at 2:29 am

    It’s really annoying if you try to use project nesting. The nested projects may change length in the main project all the time, so you have to ajust them manually, but when they don’t snap to the end point, you are likely to end up with all sorts of unexpected behaviour.

  • Arthur Bueno

    August 24, 2005 at 2:33 am

    import System.Windows.Forms;
    import Sony.Vegas;
    for (var track in Vegas.Project.Tracks){
    for (var evnt in track.Events){
    if (evnt.Selected){
    evnt.Length=evnt.ActiveTake.Length
    }
    };
    };

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy