Go to the source code of this file.
|
| auto | animartrix = fl::make_shared<fl::Animartrix>(xymap, fl::AnimartrixAnim::SLOW_FADE) |
| |
| fl::UIAudio | audio ("Audio Input") |
| |
| fl::UICheckbox | autoBrightness ("Auto Brightness", true) |
| |
| fl::UISlider | autoBrightnessHighThreshold ("Auto Brightness High Threshold", 22, 0, 100, 1) |
| |
| fl::UISlider | autoBrightnessLowThreshold ("Auto Brightness Low Threshold", 8, 0, 100, 1) |
| |
| fl::UISlider | autoBrightnessMax ("Auto Brightness Max", 84, 0, 255, 1) |
| |
| fl::UISlider | brightness ("Brightness", BRIGHTNESS, 0, 255, 1) |
| |
| fl::UICheckbox | enableOrchestrator ("Enable Sound Orchestrator", false) |
| |
| auto | fx2dTo1d |
| |
| fl::FxEngine | fxEngine (NUM_LEDS) |
| |
| fl::shared_ptr< fl::audio::Processor > | gAudioProcessor |
| |
| bool | gAutoPump = false |
| |
| fl::shared_ptr< animartrix_ring::SoundOrchestrator > | gOrchestrator |
| |
| CRGB | leds [NUM_LEDS] |
| |
| fl::UISlider | orchestratorDwellMs ("Orchestrator Min Dwell (ms)", 1500, 200, 5000, 100) |
| |
| fl::UISlider | orchestratorHysteresisMs ("Orchestrator Hysteresis (ms)", 400, 0, 2000, 50) |
| |
| fl::ScreenMap | screenmap |
| |
| fl::UISlider | timeSpeed ("Time Speed", 1, -10, 10,.1) |
| |
| XYMap | xymap = XYMap::constructRectangularGrid(GRID_WIDTH, GRID_HEIGHT) |
| |