traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Traverso-devel] Fold Sheet


From: ben levitt
Subject: Re: [Traverso-devel] Fold Sheet
Date: Thu, 14 Feb 2008 10:58:53 -0800

On Thu, Feb 14, 2008 at 10:53 AM, Remon <address@hidden> wrote:
>  > and an easy and fast way to move a clip from
>  > whatever track it's on to the track with a given index...
>
>  ClipGroup::move_to(int newTrackIndex, TimeRef newlocation);

Ah, but we need to move each individual clip to a specific track.

Maybe this method should instead be:

ClipGroup::move_to(int trackIndexDelta, TimeRef newlocation);

Where trackIndexDelta is 0 to keep on the same track, -1 to move up
one, 2 to move down 2, etc.

Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]