Uses of Class
heronarts.lx.parameter.NormalizedParameter
Package
Description
Modulator classes for real-time audio analysis.
Abstraction for values that may be monitored and controlled via UI.
-
Uses of NormalizedParameter in heronarts.lx.audio
Modifier and TypeFieldDescriptionfinal NormalizedParameter
BandGate.average
Level parameter is the average of the monitored bandfinal NormalizedParameter[]
GraphicMeter.bands
final NormalizedParameter[]
Envelop.Decode.channels
final NormalizedParameter[]
Envelop.Source.channels
final NormalizedParameter
SoundObject.input
final NormalizedParameter
Reaper.Meter.level
Modifier and TypeMethodDescriptionEnvelop.Decode.getChannels()
protected abstract NormalizedParameter[]
Envelop.MultiMeter.getChannels()
Envelop.Source.getChannels()
-
Uses of NormalizedParameter in heronarts.lx.parameter
Modifier and TypeMethodDescriptionNormalizedParameter.reset()
NormalizedParameter.setComponent
(LXComponent component, String path) NormalizedParameter.setDescription
(String description) NormalizedParameter.setFormatter
(LXParameter.Formatter formatter) NormalizedParameter.setNormalized
(double value) NormalizedParameter.setValue
(double value)