Hi Rob, This might be a full answer but a starting point is to set normalize=false in add(). Otherwise the volumes are divided by the number of children currently playing.
On Wed, Feb 20, 2013 at 10:45 AM, Rob Canning <[email protected]> wrote: > mix = add([a,b]) > mix = add([mix,c]) > mix = add([mix,d]) Without normalize=false, that way of scripting will definitely make one track stand out (d is at volume 1/2, c 1/4 and a and b at 1/8). With add([a,b,c,d]), however, it does not seem to be an explanation. I don't know how much it stands out. If it's not much, perhaps this is only a perception issue? HTH -- David ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
