SuperCollider CLASSES

Proutine

(Undocumented class)
Inherits from: Prout : Pattern : AbstractFunction : Object

Description

This class is missing documentation.

Class Methods

Inherited class methods

Undocumented class methods

*new (routineFunc)

Instance Methods

Inherited instance methods

Help template

Copy and paste the text below and save to HelpSource/Classes/Proutine.schelp

TITLE:: Proutine
summary:: (put short description here)
categories:: Undocumented classes
related:: Classes/SomeRelatedClass, Reference/SomeRelatedStuff, etc.

DESCRIPTION::
(put long description here)


CLASSMETHODS::

METHOD:: new
(describe method here)

ARGUMENT:: routineFunc
(describe argument here)

returns:: (describe returnvalue here)


INSTANCEMETHODS::


EXAMPLES::

code::
(some example code)
::