The real problem of the bars being cutoff at the top and left sides is due to author not scaling the meters properly.
The LineLength is not scaled so the bars are never reduced in length and get cutoff.
To correct, download the original package again (this will remove any changes you made),.
Then open "RoundSound\RoundSound.ini" to edit.
Change the Value5 line in [sFactoryBars] so it is:
The #Scale# correction was added to the end of the value formula.
Save the file and refresh the skin.
Properly scaled bars (25%): Aside: Due to how the skin sets the visualizer, it is not always going to be in the "center' of the overall skin size.
The LineLength is not scaled so the bars are never reduced in length and get cutoff.
To correct, download the original package again (this will remove any changes you made),.
Then open "RoundSound\RoundSound.ini" to edit.
Change the Value5 line in [sFactoryBars] so it is:
Code:
Option5=LineLengthValue5=((#FORMULA_AVG#=0)?{#ExtrudeMin#=0?-1:#ExtrudeMin#}:((#FORMULA_AVG#-[mBand%%])*{#Smoothing#}+[mBand%%])*({#ExtrudeMax#-#ExtrudeMin#}+#ExtrudeMin#)*#Scale#)
Save the file and refresh the skin.
Properly scaled bars (25%): Aside: Due to how the skin sets the visualizer, it is not always going to be in the "center' of the overall skin size.
Statistics: Posted by eclectic-tech — Today, 5:35 am