Package net.raphimc.audiomixer.parameter
Interface FloatParameter
public interface FloatParameter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfloatget()static FloatParameterof(float initialValue) static FloatParameterof(FloatSupplier getter, FloatConsumer setter) voidset(float value) default FloatParameterwithChangeListener(Runnable onChange) default FloatParameterwithConstraint(FloatParameter.Constraint constraint) default FloatParameterwithMapping(Float2FloatFunction getMapper, Float2FloatFunction setMapper)
-
Method Details
-
of
-
of
-
get
float get() -
set
void set(float value) -
withConstraint
-
withChangeListener
-
withMapping
-