SuperCollider CLASSES (extension)

Clockmus

(not documented)
Source: /Users/joshp/Library/Application Support/SuperCollider/Extensions/SC3plugins/MCLDUGens/MCLDGetenvUGen.sc
Inherits from: UGen : AbstractFunction : Object

Description

This class is missing documentation. See the generated help template

Class Methods

*kr

*categories

Inherited class methods

Instance Methods

Inherited instance methods

Help Template

Copy the template below or run

Document.new(string:SCDoc.makeClassTemplate(\Clockmus))

to open a new Document with the template. Save it to HelpSource/Classes/Clockmus.schelp

CLASS:: Clockmus
summary:: (put short description here)
categories:: Undocumented classes, UGens>Undocumented, UGens>InfoUGens
related:: Classes/SomeRelatedClass, Reference/SomeRelatedStuff, etc.

DESCRIPTION::
(put long description here)


CLASSMETHODS::

METHOD:: kr
(describe method here)

returns:: (returnvalue)

METHOD:: categories
(describe method here)

returns:: (returnvalue)


INSTANCEMETHODS::


EXAMPLES::

code::
(some example code)
::