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:
parent
ca528695a1
commit
93b60e9002
2 changed files with 4 additions and 32 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue