visualizer wave graph instead of lines
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 24s
Python / test (pull_request) Successful in 28s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m13s

This commit is contained in:
2026-06-17 13:19:37 +02:00
parent 866373be48
commit 5fb137699f
5 changed files with 69 additions and 32 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ void CavaProcessor::process() {
QVector<double> values(m_bars);
for(int i = 0; i < m_bars; ++i) {
values[i] = std::clamp(m_out[i], 0.0, 1.0);
values[i] = m_out[i];
}
// Left to right pass