Uses of Class
heronarts.lx.audio.LXAudioBuffer
-
Uses of LXAudioBuffer in heronarts.lx.audio
Modifier and TypeFieldDescriptionprotected LXAudioBuffer
DecibelMeter.buffer
final LXAudioBuffer
LXAudioComponent.left
final LXAudioBuffer
LXAudioComponent.mix
final LXAudioBuffer
LXAudioComponent.right
Modifier and TypeMethodDescriptionprotected void
LXAudioBuffer.computeMix
(LXAudioBuffer left, LXAudioBuffer right) DecibelMeter.setBuffer
(LXAudioBuffer buffer) ModifierConstructorDescriptionDecibelMeter
(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