Advertisement
Guest User

Variables.inc

a guest
Apr 23rd, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. [Variables]
  2.  
  3. Bands=30
  4. ; Number of raindrops - Activate Rainy Days\GenerateBands.ini skin after changing this value
  5.  
  6. Color=86,206,240
  7. ; (Do not add an alpha value)
  8.  
  9. BarWidth=2
  10. ; Raindrop width
  11.  
  12. BarHeight=54
  13. ; Maximum raindrop height
  14.  
  15. BarGap=16
  16. ; Spacing between the raindrops
  17.  
  18. RainSpeed=8
  19.  
  20. RainConstant=8
  21. ; Falling speed when no sound is playing
  22.  
  23. RainCover=365
  24. ; Rainfall height
  25.  
  26. AverageSize=0
  27. ; Average sound levels over time to provide continuity
  28.  
  29. LoudnessEqualization=1
  30. ; Increases visibility for quiet audio sources when applicable
  31.  
  32. FFTSize=256
  33. FFTOverlap="(#FFTSize#-512)"
  34. FFTAttack=0
  35. FFTDecay=0
  36. FreqMin=30
  37. FreqMax=10000
  38. Sensitivity=24
  39. ; http://docs.rainmeter.net/manual-beta/plugins/audiolevel
  40.  
  41. MusicPlayer=Winamp
  42. ; Music player process name, such as "VLC" (not "VLC.exe")
  43.  
  44. FirstBandIndex=1
  45. ; "0" band should be skipped for aesthetic purpose
  46.  
  47. IdleAudioTimeout=1
  48. ; How long before hiding the visualizer when no sound is playing
  49.  
  50. ; Environment variables for settings window
  51. SkinGroup=RainyDays
  52. Config=Rainy Days
  53. ConfigPath=C:\Users\Owner\Documents\Rainmeter\Skins\Rainy Days\Rainy Days.ini
  54. WriteVariable=Color
  55. Slant=None
  56. Invert=0
  57. Channel=Avg
  58. Port=Output
  59. ID=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement