I jump in a little late in this very nice conversation... On Wed, Jun 15, 2011 at 6:15 PM, Romain Beauxis <[email protected]> wrote: > I think there are cases where if the source ends too abruptely, the > transition is not triggered. Maybe David can confirm that. > If this is the case, then I would recommend trying to raise buffer and > max, for instance: > djlive = input.harbor(buffer=7.,max=15.,..)
For fallbacks (and other switch-like operators) there is no inhibition mechanism: transitions are always triggered. There is however, a pitfall, this is probably what Romain had in mind: when using a track-sensitive transition, you'll transition after one source ends a track, so your transition will be passed an empty source as the "before" source: essentially all you can do is change the way the "after" source is introduced, you can't crossfade or anything. You could almost say that transitions are only useful in track-insensitive switching operators, although I'm sure we have (advanced) counter-examples. Have fun, David ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
