CutBuf2:
Filter:
BBCut/Classes (extension) | Libraries > BBCut > Cut synths

CutBuf2
ExtensionExtension

BBCut2 buffer playback with modulatable grain parameters

Description

Playback for a buffer, with individual grains spawned for each cut. Each grain may have associated parameters for playback speed, enveloping and dutycycle (ratio of duration to inter-onset-interval).

Class Methods

.new

All of the arguments apart from bbcutbuf can have more complex objects than SimpleNumbers passed in. You can pass in anything which responds to value (like a Function) or even objects which respond to the updateblock method such as CutPBS1 (see examples below).

Arguments:

bbcutbuf

An instance of BBCutBuffer representing the buffer to be cut-up.

offset

A parameter to be passed to any cut playback position determining routine. The default chooseoffset method is in BBCutBuffer and the parameter is a single number from 0.0 to 1.0 giving the chance of a jump to a random event in the source.

pbsfunc

Playback speed (rate) control for each cut. This can be a constant, or some other object that responds to .value, which is called for every repeat in a block. The first argument is the repeat number in the block, and the second argument is the block itself. If pbsfunc responds to .updateblock, that will also be called every block with the current block passed as an argument.

dutycycle

Ratio of duration to inter-onset-interval (IOI). 0.5 would mean that the duration of grains is only half the length between cut start times.

atkprop

Enveloping parameter for attack speed. Rated as a proportion of the overall envelope (0.0 to 1.0)

relprop

Enveloping parameter for release speed. Rated as a proportion of the overall envelope (0.0 to 1.0)

curve

Envelope curve

Examples