SuperCollider CLASSES (extension)

BSplineGui

display and interface for a BSpline
Source: /home/egor/.local/share/SuperCollider/downloaded-quarks/splines/SplineGui.sc

Description

(put long description here)

(
l = BSpline({ { 4.0.rand } ! 2 } ! 9);
l.gui
)

Class Methods

Inherited class methods

Instance Methods

-guiBody (layout, bounds)

(describe method here)

Arguments:

layout

(describe argument here)

bounds

(describe argument here)

Returns:

(returnvalue)

-curveGui (layout)

(describe method here)

Arguments:

layout

(describe argument here)

Returns:

(returnvalue)

-focusColor

-focusColor = c

(describe method here)

Arguments:

c

(describe argument here)

Returns:

(returnvalue)

Inherited instance methods