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

CutStream1
ExtensionExtension

BBCut2 with live input

Description

Playback for a stream of audio which can be cut-up. The stream can be any bus on the Server, so might be a file streamed off disk, a current audio input or some synthesised data.

Each grain may have associated parameters for enveloping and dutycycle (ratio of duration to inter-onset-interval).

Note that CutStream1 uses In.ar rather than InFeedback.ar, for reaction speed, so execution order is important. you cannot cut-up a stream created later in the execution order. Change the SynthDefs in the class file to InFeedback if you want no execution order worries, at the expense of an audio block's delay (usually 64 samples).

Class Methods

.new

Arguments:

inbus

Bus on the Server to be cut-up.

bbcutbuf

A Server side buffer must exist for the use of the UGen- by default one is allocated for you.

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