From ccbfe4c5b3af686501688e84b2fd56d533b1ed4c Mon Sep 17 00:00:00 2001 From: Paulchen Panther Date: Thu, 20 Dec 2018 15:01:46 +0100 Subject: [PATCH] added new signal rawLedColors --- include/hyperion/Hyperion.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/hyperion/Hyperion.h b/include/hyperion/Hyperion.h index e17d853c..28c34c4d 100644 --- a/include/hyperion/Hyperion.h +++ b/include/hyperion/Hyperion.h @@ -354,6 +354,11 @@ signals: /// Signal emitted when a 3D movie is detected void videoMode(VideoMode mode); + /// + /// @brief Emits whenever new untransformed ledColos data is available, reflects the current visible device + /// + void rawLedColors(const std::vector& ledValues); + private slots: /// /// Updates the priority muxer with the current time and (re)writes the led color with applied @@ -416,7 +421,7 @@ private: QTimer _timer; QTimer _timerBonjourResolver; - /// buffer for leds + /// buffer for leds (with adjustment) std::vector _ledBuffer; /// Logger instance