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 Mar 9, 2024
1 parent 647f542 commit a43c927
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 @@ -118,7 +118,7 @@ mpvc_bars()
awk -v freq="$freq_table" -v gain="$gain_table" -v cols=$(mpvc ttycols) -v preset=$preset '
function mpvc_bar_line(val)
{
valf=$1
valf=val
min_val=-360
max_val=770
inc_val=(max_val - min_val) / cols
Expand Down

0 comments on commit a43c927

Please sign in to comment.