SuperCollider CLASSES (extension)

SplineOsc

Plays a spline in a loop with X as time, ignoring any time reversals
Source: /home/egor/.local/share/SuperCollider/downloaded-quarks/splines/SplineOsc.sc
Inherits from: SplineGen : Object

Description

Not functioning as expected. Hmmmmmmm.

(
y = BSpline([ [0,0],[1,1],[2,-1] ], 2.0,true);

y.gui;


{
    SplineOsc(y,0,true).ar(200) * 0.2
}.play


)

Class Methods

Inherited class methods

Instance Methods

-ar (freq: 440, phase: 0, divisions: 1024, rate: 'ar')

(describe method here)

Arguments:

freq

(describe argument here)

phase

(describe argument here)

divisions

(describe argument here)

rate

(describe argument here)

Returns:

(returnvalue)

-kr (freq: 440, phase: 0, divisions: 1024)

(describe method here)

Arguments:

freq

(describe argument here)

phase

(describe argument here)

divisions

(describe argument here)

Returns:

(returnvalue)

Inherited instance methods