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

Re: [sc-users] Read single channel of external file into buffer



ok but then /b_gen works only with mono buffers AFAIK ... !

if /b_read could spread interleaved data onto different mono buffers then, we would be all happy and /b_gen could be used on a channel per channel base ... no?

best, -sciss-

Am 06.06.2006 um 14:07 schrieb stefan kersten:

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