internal: fix beat detector
This commit is contained in:
parent
2a5b49f693
commit
5ca2854681
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Singleton {
|
||||||
|
|
||||||
Process {
|
Process {
|
||||||
running: true
|
running: true
|
||||||
command: ["/usr/lib/caelestia/beat_detector"]
|
command: ["/usr/lib/caelestia/beat_detector", "--no-log", "--no-stats", "--no-visual"]
|
||||||
stdout: SplitParser {
|
stdout: SplitParser {
|
||||||
onRead: data => root.bpm = parseFloat(data)
|
onRead: data => root.bpm = parseFloat(data)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue