SuperCollider CLASSES

TuningInfo

(not documented)
Source: /Applications/SuperCollider/SuperCollider.app/Contents/Resources/SCClassLibrary/Common/Collections/Scale.sc
Inherits from: Object

Description

This class is missing documentation. See the generated help template

Class Methods

*tunings

*initClass

*choose (selectFunc)

*names

*at (key)

*directory

Inherited class methods

Instance Methods

Inherited instance methods

Help Template

Copy the template below or run

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

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

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

DESCRIPTION::
(put long description here)


CLASSMETHODS::

METHOD:: tunings
(describe method here)

returns:: (returnvalue)

METHOD:: initClass
(describe method here)

returns:: (returnvalue)

METHOD:: choose
(describe method here)

argument:: selectFunc
(describe argument here)

returns:: (returnvalue)

METHOD:: names
(describe method here)

returns:: (returnvalue)

METHOD:: at
(describe method here)

argument:: key
(describe argument here)

returns:: (returnvalue)

METHOD:: directory
(describe method here)

returns:: (returnvalue)


INSTANCEMETHODS::


EXAMPLES::

code::
(some example code)
::