Hi Thomas, On Fri, Feb 10, 2012 at 11:29 PM, thomas Buehlmann <[email protected]> wrote: > As i unterstand switches, metadata is always taken from the first active > source found.
Yes, and this behavior comes from add() as shown in your example. So all we have to do is to exchange the order of terms in the add() in the transitions used in smooth_add(). Just copy paste the code from utils.liq and put the "special" parts before the "normal" one in the first transition. Of course, copy-pasting isn't so nice and we should think of a better solution for the future. Perhaps should we make this change to smooth_add() by default? have an extra parameter for changing this behavior? change add() to propagate all metadata? Any opinions? Cheers, -- David ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
