This class is missing documentation. See the generated 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) ::