On Tue, Jun 06, 2006 at 01:40:26PM +0200, Sciss wrote:
/b_copy : copy a range of samples from one buffer to another
(we could have a skip argument here that could then be used for de-
interleaving)
this is possible with /b_gen copy
source step (defaults to 1)
target step (defaults to 1)
a step size argument would be useful.
/b_mix : add a range of samples from one buffer to another
like target = target * weight1 + source * weight2
/b_mult : multiple ranges of samples from one buffer into another
like target = target * source * weight;
/b_norm : normalize a buffer (i tried to do a trick using a zero
amplitude sinus b_fill with normalize option but that didn't work)
imo these should be /b_gen subcommands.
<sk>
_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users