Fix Effects and refactor Smoothing (#1442)

This commit is contained in:
LordGrey
2022-03-16 09:28:00 +01:00
committed by GitHub
parent 62829d9bf8
commit f32db90c12
9 changed files with 277 additions and 166 deletions

View File

@@ -44,6 +44,7 @@ PriorityMuxer::PriorityMuxer(int ledCount, QObject * parent)
_lowestPriorityInfo.componentId = hyperion::COMP_COLOR;
_lowestPriorityInfo.origin = "System";
_lowestPriorityInfo.owner = "";
_lowestPriorityInfo.smooth_cfg = 0;
_activeInputs[PriorityMuxer::LOWEST_PRIORITY] = _lowestPriorityInfo;