PitchInterval explanation of what PitchInterval is and/or does
Inherits from: Object
More detailed prose description of PitchInterval.
See also: Object [some other help files]
Some Important Issues Regarding PitchInterval (optional)
Explanation of the issues. For more information see Nil and [some other help files].
Creation / Class Methods
*new (quality, size)
Short prose description of method.
quality - Explanation of quality. Default value is nil. Other information.
size - Explanation of size. Default value is nil. Other information.
// inline example
g = PitchInterval.new;
g.doSomething; // explanation
g.cleanUpMethod;
Accessing Instance and Class Variables
quality
Explanation including the type of quality and a link to its help file.
Default value is nil.
size
Explanation including the type of size and a link to its help file.
Default value is nil.
mod
Explanation including the type of mod and a link to its help file.
Default value is nil.
Doing Some Task (optional)
A short bit of prose explaining something about the task.
Examples
// what this example does
e = PitchInterval.new;
e.instanceMethod(someObject);
e.cleanUp;
...