This is the default control for a StaticSpec.
If used in a Patch, it will return its initial value when the patch starts, but will not be modulateable after that. See KrNumberEditor for modulateable.
NumberEditor can also be used in Pbind, since it returns its float value in response to .next or .value
value |
initial value |
spec |
model | |
varname | |
spec | |
layout | |
bounds | |
labelWidth |
aspec |
val | |
aspec |
v | |
change |
unipolar | |
change |
standardDeviation | |
mean |
synthDef | |
name |
control |
control-drag up/down in the number box scales the value shift-control-drag for finer control
option click on the number box to reset the value to the spec's default
Note that if this slider is used in a Patch then it sends the .set message to the synth on the server only when .changed is invoked this is because neither the Patch nor the NumberEditor does the sending its a separate utility object that is a registered dependent of the NumberEditor
Putting them on a Sheet
Putting them on a PageLayout
Putting them on normal windows
using a PageLayout on a window
put them on a FlowView