Smoothing Fixes, Optimizations (#1295)

* Fix #1098, Removed Continuous Output as being obsolete

* Pause output processing when no input source is available

* Only show configurable options for Linear smoothing
This commit is contained in:
LordGrey
2021-08-31 10:56:06 +02:00
committed by GitHub
parent f0bd38d473
commit 1ef3a106f1
6 changed files with 134 additions and 148 deletions

View File

@@ -476,8 +476,11 @@ private slots:
///
void handleNewVideoMode(VideoMode mode) { _currVideoMode = mode; }
void handlePriorityChangedLedDevice(const quint8& priority);
///
/// @brief Handle the scenario when no/an input source is available
/// @param priority Current priority
///
void handleSourceAvailability(const quint8& priority);
private:
friend class HyperionDaemon;