list-all-scales | [Function] |
Returns a list of all scale objects currently defined.
See Also:
defscale, defscales.lisp*listing-length* | [Variable] |
Limits the number of objects that Stella's list command displays if no upper bound is specified. The default length is 50.
See Also:
defscale, list commandlookup x values | [Function] |
Returns the value of x in values.
Example:
? (lookup 75 '(0 moe 50 curley 100 larry)) CURLEY
See Also:
interp, interpl, interpolation,