Monstercat Visualizer

broken image


  1. Monstercat Visualizer Skin
  2. Monstercat Visualizer For Rainmeter Download
  3. Free Monstercat Visualizer

Hey I've been trying to get your Lano Visualizer to display the bars in a gradient for like a week. Foxyland download free. I've even been trying to learn Lua to help me. But I literally cannot figure it out. Could you give me the secret sauce, that chunk of code that I can plug in so that can end this obsession. I would appreciate you so much. Marcopixel/Monstercat-Visualizer is an open source project licensed under MIT License which is an OSI approved license. Monstercat-Visualizer Alternatives Similar projects and alternatives to Monstercat-Visualizer based on common topics and language.

Sep 24th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. Version=1.3.1
  2. ; General settings
  3. ; Change this variable to your media player.f
  4. ; Visit this page for all supported players: http://docs.rainmeter.net/manual/plugins/nowplaying#playerlist
  5. Scale=0.57
  6. ; Can be anything between 0.1 (really small) to 1.0 (fullscreen).
  7. ; Spectrum settings
  8. ; This will flip the spectrum so that the bars go down instead of up.
  9. ; Higher numbers = smoother visualization, but with delay
  10. ; Lower numbers = faster visualization, but less smooth
  11. ; This will increase/decrease performance and the quality of the visualization.
  12. ; Width of the visualizer bars, don't go lower as 6 or the rounded edges will dissolve.
  13. ; Margin between the different visualizer bars.
  14. ; Number of the visualizer bars, maximum 100.
  15. ; Bars shown at the bottom of the visualizer bars.
  16. ; Increasing the value will make the bars bigger, decreasing it smaller.
  17. ; A number specifying in what dB range the measure will return FFT and Band data.
  18. ; Increasing this value will make the visualizer respond to quieter sounds and make the graph bigger, decreasing it will show louder sounds.
  19. ; A number value for the frequency resolution of the output data.
  20. ; Increasing this value will add more cpu load, so keep it for the best result on this value. If you got an slower pc change the value to 512 or 256.
  21. ; This will increase/decrease performance and the quality of the visualization.
  22. ; Default: 2048
  23. FFTOverlap=1024
  24. ; A number value for the frequency resolution overlapping the output data.
  25. ; Best kept at the default values, except you got an older pc. If that's the case change to 256 or 0 for better performance.
  26. ; This will increase/decrease performance and the quality of the visualization.
  27. ; Default: 1024
  28. FFTAttack=50
  29. ; Time in Milliseconds till the bars rise to the signal level.
  30. ; Higher values adds delay to the visualization, but makes it much smoother and calmer.
  31. ; Default: 50
  32. FFTDecay=90
  33. ; Time in Milliseconds till the bars fall from the signal level.
  34. ; Higher values will keep the bars much longer visible, lower values makes it more 'jumpy'.
  35. ; Default: 110
  36. ;
  37. ;
  38. font1=Nexa Light
  39. ; Fonts used for the title and artist.
  40. ; Default: font1=Nexa Bold, font2=Nexa Light
  41. FontSize1=0
  42. ; Font sizes for the title and artist.
  43. ; Default: FontSize1=72, FontSize2=40
  44. TextColor=255,255,255
  45. ; Default: 255,255,255 (White)
  46. Color=255,225,0
  47. ; Color of the visualizer bars/monstercat cover in RGB(a).
  48. ; This is the default color when genre-based colors are activated.
  49. ; You can change the color to one of the following genres (in the list) by writing the genre like this: #Dubstep#
  50. ; This is the color list for the genre-based colors in RGB(a).
  51. Electro=230,206,0
  52. DnB=242,25,4
  53. Drumstep=243,33,136
  54. Trap=140,15,39
  55. HardDance=1,151,0
  56. FutureBass=154,152,252
  57. Black=0,0,0
  58. EnableGenreColors=0
  59. ; Changing this value will enable/disable genre colors.
  60. ; This will work currently only on AIMP, CAD, iTunes, WMP and Winamp.
  61. ; Changing this value will replace the song cover with an full-color cover with the monstercat logo (like in the videos).
  62. NoTrackNameText=N/A
  63. ; This will replace the replacement text when there's no track name/artist or if nothing is playing.
  64. ; Default: NoArtistNameText=N/A, NoTrackNameText=N/A
[Variables] Version=1.3.1 ; ; General settings ; PlayerName=CAD ; Change this variable to your media player.f ; Visit this page for all supported players: http://docs.rainmeter.net/manual/plugins/nowplaying#playerlist Scale=0.57 ; Changes the size of the complete skin. ; Can be anything between 0.1 (really small) to 1.0 (fullscreen). ; Default: 0.75 ; ; Spectrum settings ; FlipVisualizer=0 ; This will flip the spectrum so that the bars go down instead of up. ; Default: 0 AverageSize=1 ; Higher numbers = smoother visualization, but with delay ; Lower numbers = faster visualization, but less smooth ; This will increase/decrease performance and the quality of the visualization. ; Default: 3 BarWidth=15 ; Width of the visualizer bars, don't go lower as 6 or the rounded edges will dissolve. ; Default: 18 BarGap=5 ; Margin between the different visualizer bars. ; Default: 7 BarCount=83 ; Number of the visualizer bars, maximum 100. ; Default: 64 MinBarValue=0.005 ; Bars shown at the bottom of the visualizer bars. ; Increasing the value will make the bars bigger, decreasing it smaller. ; Default: 0.005 Sensitivity=35 ; A number specifying in what dB range the measure will return FFT and Band data. ; Increasing this value will make the visualizer respond to quieter sounds and make the graph bigger, decreasing it will show louder sounds. ; Default: 55 FFTSize=2048 ; A number value for the frequency resolution of the output data. ; Increasing this value will add more cpu load, so keep it for the best result on this value. If you got an slower pc change the value to 512 or 256. ; This will increase/decrease performance and the quality of the visualization. ; Best kept at default values. ; Default: 2048 FFTOverlap=1024 ; A number value for the frequency resolution overlapping the output data. ; Best kept at the default values, except you got an older pc. If that's the case change to 256 or 0 for better performance. ; This will increase/decrease performance and the quality of the visualization. ; Best kept at default values. ; Default: 1024 FFTAttack=50 ; Time in Milliseconds till the bars rise to the signal level. ; Higher values adds delay to the visualization, but makes it much smoother and calmer. ; Best kept at default values. ; Default: 50 FFTDecay=90 ; Time in Milliseconds till the bars fall from the signal level. ; Higher values will keep the bars much longer visible, lower values makes it more 'jumpy'. ; Best kept at default values. ; Default: 110 ; ; Style settings ; font1=Nexa Light font2=Nexa Bold ; Fonts used for the title and artist. ; Font1 is for the Artist, Font2 for the Title ; Default: font1=Nexa Bold, font2=Nexa Light FontSize1=0 FontSize2=72 ; Font sizes for the title and artist. ; Font1 is for the Artist, Font2 for the Title ; Default: FontSize1=72, FontSize2=40 TextColor=255,255,255 ; Color used for text. ; Default: 255,255,255 (White) Color=255,225,0 ; Color of the visualizer bars/monstercat cover in RGB(a). ; This is the default color when genre-based colors are activated. ; You can change the color to one of the following genres (in the list) by writing the genre like this: #Dubstep# ; This is the color list for the genre-based colors in RGB(a). EDM=193,193,193 Electro=230,206,0 House=234,140,6 DnB=242,25,4 Dubstep=141,4,225 Drumstep=243,33,136 GlitchHop=11,151,87 Trap=140,15,39 Trance=0,126,231 HardDance=1,151,0 NuDisco=28,171,179 FutureBass=154,152,252 White=255,255,255 Black=0,0,0 EnableGenreColors=0 ; Changing this value will enable/disable genre colors. ; This will work currently only on AIMP, CAD, iTunes, WMP and Winamp. ; Default: 1 ShowMonstercatCover=1 ; Changing this value will replace the song cover with an full-color cover with the monstercat logo (like in the videos). ; Default: 0 NoArtistNameText=N/A NoTrackNameText=N/A ; This will replace the replacement text when there's no track name/artist or if nothing is playing. ; Default: NoArtistNameText=N/A, NoTrackNameText=N/AMonstercat Visualizer for Rainmeter
A realtime audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.

Monstercat Visualizer Skin


Supports all major media players, including full Spotify (thanks to .raptor for the Spotify plugin)
Visualizer
and Google Play Music Desktop Player (thanks to @tjhrulz for his plugin) support.
Minimum Requirements:
  • Windows 7 or higher.
  • Rainmeter 4.0 (r2746) or higher.
Features
  • Live visualization of the audio output
  • Customizable colors and fonts
  • Genre-based colors (AIMP, CAD, iTunes, WMP and Winamp)
  • Cover-based colors (All supported players)
  • Support for all major media players
  • Full Spotify (Desktop & Web Player) support
  • Full Google Play Music Desktop Player & Web Player support
  • Full Youtube, Soundcloud, and other web music players
  • Media controls & progress bar
  • Settings skin for easier customization/configuration
  • Hide skin when media player is not running

Monstercat Visualizer For Rainmeter Download

Download: https://github.com/MarcoPixel/Monstercat-Visualizer/releases/latest
Github: https://github.com/MarcoPixel/Monstercat-Visualizer/
Free monstercat visualizer
and Google Play Music Desktop Player (thanks to @tjhrulz for his plugin) support.
Minimum Requirements:
  • Windows 7 or higher.
  • Rainmeter 4.0 (r2746) or higher.
Features
  • Live visualization of the audio output
  • Customizable colors and fonts
  • Genre-based colors (AIMP, CAD, iTunes, WMP and Winamp)
  • Cover-based colors (All supported players)
  • Support for all major media players
  • Full Spotify (Desktop & Web Player) support
  • Full Google Play Music Desktop Player & Web Player support
  • Full Youtube, Soundcloud, and other web music players
  • Media controls & progress bar
  • Settings skin for easier customization/configuration
  • Hide skin when media player is not running

Monstercat Visualizer For Rainmeter Download

Download: https://github.com/MarcoPixel/Monstercat-Visualizer/releases/latest
Github: https://github.com/MarcoPixel/Monstercat-Visualizer/
Report issues/bugs

Free Monstercat Visualizer

: https://github.com/MarcoPixel/Monstercat-Visualizer/issues



broken image