Skip to content

Commit

Permalink
extras: Update extras/mpvc-equalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Aug 17, 2024
1 parent c3751a6 commit 2de9551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/mpvc-equalizer
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mpvc_values()
mpvc getr af |
jq '.data | .[] | .params.graph' |
grep -o "gain_entry = '.*':" |
sed -n 's/gain_entry = .//; s/.:$//; s|entry([0-9]\{1,2\},\([-.0-9]\+\));\?|\n\1 |gp'
sed -n 's/gain_entry = .//; s/.:$//; s|entry([0-9]\{1,2\},\([-.0-9]*\));*|\n\1 |gp'
}

mpvc_setvals()
Expand Down

0 comments on commit 2de9551

Please sign in to comment.