@@ -35,16 +35,19 @@ Use Stats's Late Frames and Latency to gauge performance.
35
35
On a scale from [0] being negligible/none to [5] being the worst performance cost of settings:
36
36
37
37
Main|Split Audio - Splits the audio into left(top half) and right(bottom half) channels [5]
38
+ Main|Curviness - Curves/Smooths the bars with a Savitzky Golay Filter [1]
38
39
Main|Interpolation - By averaging old data with new data it makes the bars appear smoother [1]
39
40
Main|Frames - Audio frames in the buffer, the higher the number the higher the accuracy [5]
40
41
41
42
Design|Color|Bar Color/Background Color/Outline Color - Allows to pick color and alpha(transparency) [0-2]*
42
43
Design|Color|Rainbow - Creates a rainbow effect to the colors of Bars/(Outline Only) based on current Bar Color [1]
43
44
Design|Dimensions - Brings up a scroll bars the change dimensions and look of the bars. [0-5]**
45
+ Design|Illuminate - Scales the alpha cap of the bars [2]
44
46
Design|Outline Only - If Out Width is more than 0 it will only show the outline. [0]
45
- Design|Cutout - Instead of drawing the bars it will "cut" the background instead
47
+ Design|Cutout - Instead of drawing the bars it will "cut" the background instead [2]
46
48
47
- Stats|Notes - Places notes closest to give plot/bar(sample rate / frames) [4]
49
+ Stats|Frequencies - Reveals the frequency plots(sample rate / frames) of the bars [5]
50
+ Stats|Notes - Places notes to the closest given frequency plot [4]
48
51
Stats|Late Frames - Tells you how many video frames aren't meeting the frame time(FPS) deadline [0-1]
49
52
Stats|Bars - Tells how many bars are being drawn in the window [0-1]
50
53
Stats|Latency - Tells the time in ms(milliseconds) to complete drawing a frame [0-1]
@@ -70,3 +73,6 @@ and change the alpha channel to 0. Then press SHIFT twice for the borders to go
70
73
- Using this effect on top of a non-Fullscreen YouTube videos are pretty fun.
71
74
72
75
- Lower the Main|Interpolation for more responsiveness, this helps when you have a low FPS set.
76
+
77
+ - For a Monstercat lite-edition style, set Main|Curviness to Sharp, Main|Frames to 8192, scale window to have 64 bars(Stats|Bars)
78
+ and keep the rest at default. This WILL NOT look the exact same, that was never my goal to begin with.
0 commit comments