case classCustom(name: String) extends RateMethod with Product with Serializable
Uses a custom method name for the given implied rate.
Often the name will be "apply", for example with the FFT UGens
(PV_MagAbove etc.). Then the UGen can be constructed as PV_MagAbove(...) instead of
PV_MagAbove.kr(...).
Linear Supertypes
Serializable, Serializable, Product, Equals, RateMethod, AnyRef, Any
Uses a custom method name for the given implied rate. Often the name will be
"apply"
, for example with the FFT UGens (PV_MagAbove
etc.). Then the UGen can be constructed asPV_MagAbove(...)
instead ofPV_MagAbove.kr(...)
.