Uses of Class
heronarts.lx.audio.LXAudioBuffer
Packages that use LXAudioBuffer
-
Uses of LXAudioBuffer in heronarts.lx.audio
Fields in heronarts.lx.audio declared as LXAudioBufferModifier and TypeFieldDescriptionprotected LXAudioBuffer
DecibelMeter.buffer
final LXAudioBuffer
LXAudioComponent.left
final LXAudioBuffer
LXAudioComponent.mix
final LXAudioBuffer
LXAudioComponent.right
Methods in heronarts.lx.audio with parameters of type LXAudioBufferModifier and TypeMethodDescriptionprotected void
LXAudioBuffer.computeMix
(LXAudioBuffer left, LXAudioBuffer right) DecibelMeter.setBuffer
(LXAudioBuffer buffer) Constructors in heronarts.lx.audio with parameters of type LXAudioBufferModifierConstructorDescriptionDecibelMeter
(LXAudioBuffer buffer) Default constructor, creates a meter with unity gain and 72dB dynamic rangeDecibelMeter
(String label, LXAudioBuffer buffer) Default constructor, creates a meter with unity gain and 72dB dynamic rangeDecibelMeter
(String label, LXAudioBuffer buffer, heronarts.lx.audio.DecibelMeter.Parameters params) DecibelMeter
(String label, LXAudioBuffer buffer, CompoundParameter gain, CompoundParameter range, CompoundParameter attack, CompoundParameter release) GraphicMeter
(LXAudioBuffer buffer) Default graphic equalizer with 2 bands per octaveGraphicMeter
(LXAudioBuffer buffer, int numBands) Makes a graphic equalizer with a default slope of 4.5 dB/octaveGraphicMeter
(String label, LXAudioBuffer buffer) Default graphic equalizer with 2 bands per octaveGraphicMeter
(String label, LXAudioBuffer buffer, int numBands) Makes a graphic equalizer with a default slope of 4.5 dB/octave