Cava: Switched to ascii mode - buttery smooth

Fixes a nasty glitch where band would jump abruptly due to wrong data
parsing.
This commit is contained in:
quadbyte 2025-08-13 22:52:28 -04:00
parent ca528695a1
commit 93b60e9002
2 changed files with 4 additions and 32 deletions

View file

@ -24,12 +24,6 @@ Item {
height: root.height * amp
x: index * xScale
y: root.height - height
Behavior on height {
SmoothedAnimation {
duration: 33
}
}
}
}
@ -47,12 +41,6 @@ Item {
height: root.height * amp
x: (values.length + index) * xScale
y: root.height - height
Behavior on height {
SmoothedAnimation {
duration: 33
}
}
}
}
}