Skip to content

Instantly share code, notes, and snippets.

@eritbh
Created August 9, 2017 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eritbh/8b5f7a551282556d735d09c4d1ee951c to your computer and use it in GitHub Desktop.
Save eritbh/8b5f7a551282556d735d09c4d1ee951c to your computer and use it in GitHub Desktop.
[Rainmeter]
Group=SongInfo
Update=50
DynamicWindowSize=1
; = IMPORTANT =
; = For configuring the rainmeter skin, right-click the visualizer and click on "Open settings".
; = You can also open the variables.ini file located in:
; = "My Documents\Rainmeter\Skins\Monstercat Visualizer\@Resources"
; Small context menu when you right-click the skin
ContextTitle=" Open settings"
ContextAction=[!ActivateConfig "#ROOTCONFIG#\Settings" "general.ini"]
ContextTitle2=" Toggle background"
ContextAction2=[!ToggleConfig "#ROOTCONFIG#\Background" "Background.ini"]
[Metadata]
Name=Monstercat Visualizer for Rainmeter
Author=marcopixel
License=MIT License
Information=An realtime audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
[Variables]
; Includes the variables used for the skin.
@include=#@#variables.ini
; Include media player and styling measures.
@include2=#@#include\Measure#MPMode#.inc
@include3=#@#include\MeasureStyling.inc
width=250
; A thingy at the top because
[MeterThing]
Meter=String
X=0
Y=0
W=#width#
H=4
SolidColor=81,179,168
; Meter Artist & Track - show artists name and track name
[MeterArtist]
Meter=String
MeasureName=MeasureArtist
X=0
Y=(5*#ScaleSongInformation#)
W=(#width#*#ScaleSongInformation#)
H=(40*#ScaleSongInformation#)
FontFace=#Font1#
FontSize=(#FontSize1#*#ScaleSongInformation#)
; StringCase=Upper
AntiAlias=1
ClipString=2
FontEffectColor=#BorderColor#
Text="%1"
FontColor=#TextColor#
Group=GroupDynamicColors
[MeterTrack]
Meter=STRING
MeasureName=MeasureTrack
X=0
Y=(42*#ScaleSongInformation#)
W=(#width#*#ScaleSongInformation#)
H=(38*#ScaleSongInformation#)
FontFace=#Font2#
FontSize=(#FontSize2#*#ScaleSongInformation#)
; StringCase=Upper
AntiAlias=1
; ClipString=2
FontEffectColor=#BorderColor#
Text="%1"
FontColor=#TextColor#
Group=GroupDynamicColors
; SolidColor=255,0,0,255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment