anar
Class ParamCycleCos
java.lang.Object
anar.Parametric
anar.Param
anar.ParamCycle
anar.ParamCycleCos
- All Implemented Interfaces:
- iTaggable
public class ParamCycleCos
- extends ParamCycle
Parameter cycling between an interval with an internal counter.
|
Constructor Summary |
ParamCycleCos(float value,
float min,
float max,
float mod,
Param t)
|
ParamCycleCos(float value,
float min,
float max,
Param t)
|
ParamCycleCos(float value,
float min,
float max,
java.lang.String simpleMetaTag,
Param t)
|
ParamCycleCos(float value,
float mod,
Param t)
|
ParamCycleCos(float value,
Param t)
|
ParamCycleCos(float value,
java.lang.String metaTag,
Param t)
|
ParamCycleCos(Param t)
|
| Methods inherited from class anar.Param |
abs, addRatio, addToSlidersMain, div, divide, divide, get, getRatio, getRatio, inv, invert, minus, minus, mul, multiply, multiply, plus, plus, pow, set, set, set, set, set, setMeta, setMidi, setRatio, sign, sin, sqrt, square, sub, sum, tag, tag, tan, toFloat, toInt, toLong, toString |
| Methods inherited from class anar.Parametric |
child, get, getMeta, getPrimitive, parent, parent, parentList, parentList, parentList, parentListGraphViz, parentListGraphViz, parentListRecursive, parentListRecursiveGraphViz, parentToString, parentToStringRecursive, parentToStringRecursive, primitiveToString, replaceParent, replaceParent, replicate, tag |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParamCycleCos
public ParamCycleCos(float value,
float min,
float max,
float mod,
Param t)
- Parameters:
value - min - max - mod - t -
ParamCycleCos
public ParamCycleCos(float value,
float min,
float max,
Param t)
- Parameters:
value - min - max - t -
ParamCycleCos
public ParamCycleCos(float value,
float min,
float max,
java.lang.String simpleMetaTag,
Param t)
- Parameters:
value - min - max - simpleMetaTag - t -
ParamCycleCos
public ParamCycleCos(float value,
float mod,
Param t)
- Parameters:
value - mod - t -
ParamCycleCos
public ParamCycleCos(float value,
Param t)
- Parameters:
value - t -
ParamCycleCos
public ParamCycleCos(float value,
java.lang.String metaTag,
Param t)
- Parameters:
value - metaTag - t -
ParamCycleCos
public ParamCycleCos(Param t)
- Parameters:
t -