View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

Parcel (SC3d)

                                                   Uploaded Image: parcel.gif

for a SC2 version, see Just In Time Programming (old)

use patterns like Instruments in SC3d, which has the advantage that you can
edit them while running. Creating an instrument means that it is put into the
Library where it gets used by any running stream.
Similary this can be done with Patterns using this class.
Parcel is still very much in change, bu I use it alot.


usage:

Parcel.initClass; //initialize default patterns

Parcel(\lim, Pbind(\freq, Pseq(#[240, 300]), \dur, 0.1)); //change this while playing
Parcel(\out, Plib(\lim));

#{{Pout.ar(2)}.play}.send; //play it.


note
sc3d is just preview and the Library might well be gone until the last version.
It will be no problem, however, to reimplement it.




Uploaded Image: Parcel.jpg



Air Parcel Stability

Links to this Page