Uses of Class
heronarts.lx.audio.GraphicMeter
Packages that use GraphicMeter
-
Uses of GraphicMeter in heronarts.lx.audio
Subclasses of GraphicMeter in heronarts.lx.audioFields in heronarts.lx.audio declared as GraphicMeterMethods in heronarts.lx.audio with parameters of type GraphicMeterModifier and TypeMethodDescriptionvoidBandFilter.onMeterAudioFrame(GraphicMeter meter) voidGraphicMeter.Processor.onMeterAudioFrame(GraphicMeter meter) voidBandFilter.onMeterStop(GraphicMeter meter) voidGraphicMeter.Processor.onMeterStop(GraphicMeter meter) Constructors in heronarts.lx.audio with parameters of type GraphicMeterModifierConstructorDescriptionBandFilter(String label, GraphicMeter meter) Constructs a gate that monitors a specified frequency bandBandGate(GraphicMeter meter, float minHz, float maxHz) Constructs a gate that monitors a specified frequency bandBandGate(String label, GraphicMeter meter) Constructs a gate that monitors a specified frequency bandBandGate(String label, GraphicMeter meter, int minHz, int maxHz) Constructs a gate that monitors a specified frequency band