It is currently September 14th, 2024, 9:52 pm

Help

Get help with creating, editing & fixing problems with skins
Japmc7
Posts: 33
Joined: May 11th, 2024, 3:57 am

Re: Help

Post by Japmc7 »

Hello guys, I've been really busy these days working hard, that´s why I didn't answer before, when I have some time I gonna test this new code and I will let you know. you guys are great... :great:
User avatar
Yincognito
Rainmeter Sage
Posts: 8127
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help

Post by Yincognito »

Japmc7 wrote: May 23rd, 2024, 11:25 pm Hello guys, I've been really busy these days working hard, that´s why I didn't answer before, when I have some time I gonna test this new code and I will let you know. you guys are great... :great:
Don't worry, take your time to do things whenever you can. ;-)
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
Japmc7
Posts: 33
Joined: May 11th, 2024, 3:57 am

Re: Help

Post by Japmc7 »

Hello guys, I hope you're ok, I change the code as balala told me and it didn't work properly, but don't worry 'cause I decided to leave it that way. Instead, now I'd like you to help me with something else I know it can be done, but I never understood how, obviously when you have some time, I would like to add it to my project 'cause I think it's the final touch it needs. I'll share the full and a video on YouTube explaining what I want to add and then close the project, as always thank you in advance and I hope you can support me with this last request :great: :bow:

Once I finish editing the video I´ll share code and link...
User avatar
balala
Rainmeter Sage
Posts: 16539
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Help

Post by balala »

Japmc7 wrote: May 29th, 2024, 4:54 pm Once I finish editing the video I´ll share code and link...
Ok, post your question.
Japmc7 wrote: May 29th, 2024, 4:54 pm I hope you can support me with this last request
I hope it's not the last...
Japmc7
Posts: 33
Joined: May 11th, 2024, 3:57 am

Re: Help

Post by Japmc7 »

I mean, the last for this project :rofl:

Here is the code

Code: Select all

[Rainmeter]
Update=35

[Metadata]
Name=Darkling WMP
Author=Jesus Pacheco
Version=2.0
Information=Music Player

===================================(mPlayer)==============================================
[mPlayer]
UpdateDivider=5
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=WMP
PlayerType=Title
DisableLeadingZero=1

===================================(mTitle)==============================================
[mTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=Title
Substitute="":"Nothing Playing"

[Title]
Meter=String
MeasureName=mTitle
FontFace=Arial Rounded MT Bold
X=583
Y=37
FontSize=13
FontColor=255,255,255
W=325
H=20
Antialias=1
ClipString=1

===================================(mPosition&mDuration)==============================================
[mPosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=Position

[Position]
Meter=String
MeasureName=mPosition
FontFace=Arial Rounded MT Bold
X=531
Y=66
FontSize=12
FontColor=255,0,0
Antialias=1

[mDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=Duration

[Duration]
Meter=String
MeasureName=mDuration
FontFace=Arial Rounded MT Bold
X=530
Y=36
FontSize=14
FontColor=255,0,0
Antialias=1

===================================(mProgress)==============================================
[mProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=Progress

[ProgressBarbg]
Meter=Image
Imagename="#@#Images\Barbg.png"
BarOrientation=HORIZONTAL
X=588
Y=70

[ProgressBar]
Meter=Bar
MeasureName=mProgress
BarImage="#@#Images\Bar.png"
BarOrientation=Horizontal
X=590
Y=72

[ProgressBitmap]
Meter=Bitmap
MeasureName=mProgress
BitmapImage="#@#Images\Indicator.png"
BitmapFrames=115
BitmapZeroFrame=1
X=r
Y=r

===================================(Open)==============================================
[Open]
Meter=Button
ButtonImage="#@#Images\Open.png"
X=1284
Y=12
ToolTipText="Open WMP"
LeftMouseDownAction=[!CommandMeasure mPlayer "OpenPlayer"][Play #@#Sounds\Open Player.wav]

===================================(Stop)==============================================
[Stop]
Meter=Button
ButtonImage="#@#Images\Stop.png"
X=751
Y=156
LeftMouseDownAction=[!CommandMeasure mPlayer "Stop"][Play #@#Sounds\Stop.wav]

===================================(Previous)==============================================
[Previous]
Meter=Button
ButtonImage="#@#Images\Previous.png"
X=544
Y=244
LeftMouseDownAction=[!CommandMeasure mPlayer "Previous"][Play #@#Sounds\Previous-Next.wav]

===================================(Lights)==============================================
[StateButton]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=State
Disabled=0
IfAboveAction=[!RainmeterShowMeter Lights][!RainmeterShowMeter Anim1][!RainmeterShowMeter Anim2][!RainmeterShowMeter Anim3][!RainmeterShowMeter Anim4]
IfAboveValue=0
IfBelowAction=[!RainmeterHideMeter Lights][!RainmeterHideMeter Anim1][!RainmeterHideMeter Anim2][!RainmeterHideMeter Anim3][!RainmeterHideMeter Anim4][!RainmeterRedraw]
IfBelowValue=1

[Backgroung Lights]
Meter=Image
ImageName=#@#Images\Bgl.png
X=650
Y=237

[Lights]
Meter=Image
X=650
Y=237
ImageName=#@#Lights\[ImageNumberCalc].png
DynamicVariables=1

[ImageNumberCalc]
UpdateDivider=11
Measure=Calc
Formula=Counter % 12
Substitute=".00000":""

========================================(Play&Gate)==============================================
[StateButton2]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=State
IfAboveAction=[!SetVariable Step "1"][!UpdateMeasure "MeasureAnimGate"][!EnableMeasure "MeasureAnimGate"]
IfAboveValue=0
IfBelowAction=[!SetVariable Step "-1"][!UpdateMeasure "MeasureAnimGate"][!EnableMeasure "MeasureAnimGate"]
IfBelowValue=1

[Play]
Meter=Button
ButtonImage="#@#Images\Play.png"
X=664
Y=250
LeftMouseDownAction=[!CommandMeasure mPlayer "Play"][Play #@#Sounds\Play.wav]

[MeasureAnimGate]
Measure=Calc
Formula=( Clamp (( MeasureAnimGate + #Step# + ( 10 * Clamp ( StateButton, 0, 1 ))), 0, 9 ))
IfCondition=(#CURRENTSECTION#=0)
IfTrueAction=[!DisableMeasure "MeasureAnimGate"]
DynamicVariables=1
Disabled=1

[MeterAnimationGate]
Meter=BitMap
MeasureName=MeasureAnimGate
BitmapImage="#@#Images\Gate.png"
X=647
Y=235
BitmapFrames=10
BitmapExtend=1
MouseOverAction=[!SetVariable Step "1"][!UpdateMeasure "MeasureAnimGate"][!EnableMeasure "MeasureAnimGate"]
MouseLeaveAction=[!SetVariable Step "-1"][!UpdateMeasure "MeasureAnimGate"][!EnableMeasure "MeasureAnimGate"]

===================================(Pause)==============================================
[Pause]
Meter=Button
ButtonImage="#@#Images\Pause.png"
X=650
Y=408
LeftMouseDownAction=[!CommandMeasure mPlayer "Pause"][Play #@#Sounds\Pause.wav]

===================================(Next)==============================================
[Next]
Meter=Button
ButtonImage="#@#Images\Next.png"
X=832
Y=244
LeftMouseDownAction=[!CommandMeasure mPlayer "Next"][Play #@#Sounds\Previous-Next.wav]

===================================(Explorer)==============================================
[Explorer]
Meter=Button
ButtonImage="#@#Images\Explorer.png"
X=812
Y=102
ToolTipText="Explorer"
LeftMouseUpAction=["D:\Jap\Mi música\Done\Secular"]

===================================(Close)==============================================
[Close]
Meter=Button
ButtonImage="#@#Images\Close.png"
X=1370
Y=133
ToolTipText="Close WMP"
LeftMouseDownAction=[!CommandMeasure mPlayer "ClosePlayer"][Play #@#Sounds\Close.wav]

===================================(mVolume)==============================================
[mVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=Volume

[Volume]
Meter=STRING
MeasureName=mVolume
FontFace=Autumn
FontColor=255,0,0
FontSize=12
X=728
Y=66
W=300
H=20
Text="VOLUME"
Antialias=1

[VolumeBarbg]
Meter=Image
Imagename="#@#Images\Barbg.png"
x=788
y=70

[VolumeBar]
Meter=Bar
MeasureName=mVolume
BarImage="#@#Images\Bar.png"
BarOrientation=Horizontal
x=790
y=72

[VolumeBitmap]
Meter=Bitmap
MeasureName=mVolume
BitmapImage="#@#Images\Indicator.png"
BitmapFrames=115
BitmapZeroFrame=1
X=r
Y=r

===================================(Animation)==============================================
[Anim1]
Meter=Image
X=553
Y=198
ImageName=#@#\Anim1\[ImageNumberCalc1].png
DynamicVariables=1

[ImageNumberCalc1]
Measure=Calc
Formula=Counter % 18
Substitute=".00000":""

[Anim2]
Meter=Image
X=854
Y=198
ImageName=#@#\Anim1\[ImageNumberCalc1].png
DynamicVariables=1

[ImageNumberCalc1]
Measure=Calc
Formula=Counter % 18
Substitute=".00000":""

[Anim3]
Meter=Image
X=569
Y=316
ImageName=#@#\Anim2\[ImageNumberCalc2].png
DynamicVariables=1

[ImageNumberCalc2]
Measure=Calc
Formula=Counter % 16
Substitute=".00000":""

[Anim4]
Meter=Image
X=833
Y=316
ImageName=#@#\Anim2\[ImageNumberCalc2].png
DynamicVariables=1

[ImageNumberCalc2]
Measure=Calc
Formula=Counter % 16
Substitute=".00000":""

;============================================================================================
					(Visualizer)
;============================================================================================
[MeasureAudioRaw_Out]
Measure=Plugin
Plugin=AudioLevel
Port=Output
;RMSAttack=0
;RMSDecay=100
;RMSGain=0.0
;PeakAttack=20
;PeakDecay=80
;PeakGain=10
FFTSize=2048
FFTOverlap=1024
FFTAttack=40
FFTDecay=60
Bands=39
FreqMin=50
FreqMax=5000
Sensitivity=45

[measureAudioOut_01]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out
Type=Band
BandIdx=10

[measureAudioOut_02]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out
Type=Band
BandIdx=20

[measureAudioOut_03]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out
Type=Band
BandIdx=30

[measureAudioOut_04]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out
Type=Band
BandIdx=15

=========================================(Meter Bar)======================================
[meter_bar01]
Meter=BAR
MeasureName=measureAudioOut_02
BarImage=#@#Images\High light bar.jpg
Orientation=Vertical
X=1329
Y=70
BarColor=#BarColor#
DynamicWindowSize=1

[meter_bar02]
Meter=BAR
MeasureName=measureAudioOut_03
BarImage=#@#Images\High light bar.jpg
Orientation=Vertical
X=1342
Y=r
BarColor=#BarColor#
DynamicWindowSize=1  

[meter_bar03]
Meter=BAR
MeasureName=measureAudioOut_01
BarImage=#@#Images\High light bar.jpg
Orientation=Vertical
X=1355
Y=r
BarColor=#BarColor#
DynamicWindowSize=1

[meter_bar04]
Meter=BAR
MeasureName=measureAudioOut_04
BarImage=#@#Images\High light bar.jpg
Orientation=Vertical
X=1368
Y=r
BarColor=#BarColor#
DynamicWindowSize=1

===================================(Overlay)==============================================
[Overlay]
Meter=IMAGE
ImageName="#@#Images\Overlay.png"
X=548
Y=16

===================================(ProgressControl)==============================================
[Progress0]
Meter=IMAGE
SolidColor=255,0,0,0
X=590
Y=72
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 0"

[Progress1]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 2"

[Progress2]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 4"

[Progress3]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 6"

[Progress4]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 8"

[Progress5]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 10"

[Progress6]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 12"

[Progress7]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 14"

[Progress8]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 16"

[Progress9]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 18"

[Progress10]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 20"

[Progress11]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 22"

[Progress12]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 24"

[Progress13]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 26"

[Progress14]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 28"

[Progress15]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 30"

[Progress16]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 32"

[Progress17]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 34"

[Progress18]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 36"

[Progress19]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 38"

[Progress20]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 40"

[Progress21]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 42"

[Progress22]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 44"

[Progress23]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 46"

[Progress24]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 48"

[Progress25]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 50"

[Progress26]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 52"

[Progress27]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 54"

[Progress28]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 56"

[Progress29]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 58"

[Progress30]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 60"

[Progress31]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 62"

[Progress32]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 64"

[Progress33]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 66"

[Progress34]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 68"

[Progress35]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 70"

[Progress36]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 72"

[Progress37]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 74"

[Progress38]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 76"

[Progress39]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 78"

[Progress40]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 80"

[Progress41]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 82"

[Progress42]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 84"

[Progress43]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 86"

[Progress44]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 88"

[Progress45]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 90"

[Progress46]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 92"

[Progress47]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 94"

[Progress48]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 96"

[Progress49]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 98"

[Progress50]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetPosition 100"

===================================(VolumeControl)==============================================
[Volume0]
Meter=IMAGE
SolidColor=255,0,0,0
X=790
Y=72
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 0"

[Volume1]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 2"

[Volume2]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 4"

[Volume3]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 6"

[Volume4]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 8"

[Volume5]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 10"

[Volume6]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 12"

[Volume7]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 14"

[Volume8]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 16"

[Volume9]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 18"

[Volume10]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 20"

[Volume11]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 22"

[Volume12]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 24"

[Volume13]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 26"

[Volume14]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 28"

[Volume15]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 30"

[Volume16]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 32"

[Volume17]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 34"

[Volume18]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 36"

[Volume19]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 38"

[Volume20]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 40"

[Volume21]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 42"

[Volume22]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 44"

[Volume23]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 46"

[Volume24]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 48"

[Volume25]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 50"

[Volume26]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 52"

[Volume27]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 54"

[Volume28]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 56"

[Volume29]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 58"

[Volume30]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 60"

[Volume31]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 62"

[Volume32]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 64"

[Volume33]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 66"

[Volume34]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 68"

[Volume35]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 70"

[Volume36]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 72"

[Volume37]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 74"

[Volume38]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 76"

[Volume39]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 78"

[Volume40]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 80"

[Volume41]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 82"

[Volume42]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 84"

[Volume43]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 86"

[Volume44]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 88"

[Volume45]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 90"

[Volume46]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 92"

[Volume47]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 94"

[Volume48]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 96"

[Volume49]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=2
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 98"

[Volume50]
Meter=IMAGE
SolidColor=0,0,0,1
X=R
Y=r
W=3
H=8
LeftMouseUpAction=!RainmeterPluginBang "mPlayer SetVolume 100"

==========================================================================================
					Woofers
==========================================================================================
[measureAudioRaw_Out2]
''' main audio output.
Measure=Plugin
Plugin=AudioLevel
Port=Output
;Info...............C/  A     /P
RMSAttack=9   ;41  ;8
RMSDecay=18  ;51  ;16
RMSGain=3.5 ;5.5 ;3.5
PeakAttack=0        
PeakDecay=0
PeakGain=1.0


[measureForFlowAudioRaw_Out]
''' main audio output.
Measure=Plugin
Plugin=AudioLevel
Port=Output
;Info...............C/  A     /P
RMSAttack=200   Flow
RMSDecay=1300  Drain
RMSGain=1.5= 
PeakAttack=0        
PeakDecay=0
PeakGain=1.0

[measureAudioRaw_In]
'''main audio input.
Measure=Plugin
Plugin=AudioLevel
Port=Input
RMSAttack=100 ;200 ;100
RMSDecay=197  ;400 ;200
RMSGain=3.5      ;9.5  ;3.5
PeakAttack=12
PeakDecay=2650 ;3200  ;2700
PeakGain=1.0

[measureAudioOut_Name]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out2
Type=DeviceName

[measureAudioOut_List]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out2
Type=DeviceList

[measureAudioIn_Name]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_In
Type=DeviceName

[measureAudioOut_RMS_L]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out2
Channel=L
Type=RMS

[measureAudioOut_RMS_R]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out2
Channel=R
Type=RMS

[measureAudioOut_Peak_L]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_Out2
Channel=L
Type=Peak

[measureAudioIn_Peak_R]
Measure=Plugin
Plugin=AudioLevel
Parent=measureAudioRaw_In
Channel=R
Type=Peak

===================================(METER)===================================
[Speaker Backgroud]
Meter=Image
ImageName=#@#Woofers\SBG.png
X=501
Y=218

[MeterAnimation]
Meter=Bitmap
MeasureName=measureAudioOut_RMS_L
BitmapImage=#@#Woofers\WooferUpL.png
BitmapFrames=5
BitmapExtend=1
Formula=Counter % 5
X=500
Y=219

[MeterAnimation2]
Meter=Bitmap
MeasureName=measureAudioOut_RMS_R
BitmapImage=#@#Woofers\WooferUpR.png
BitmapFrames=5
BitmapExtend=1
Formula=Counter % 5
X=908
Y=219
User avatar
Yincognito
Rainmeter Sage
Posts: 8127
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help

Post by Yincognito »

Japmc7 wrote: May 29th, 2024, 4:54 pm Once I finish editing the video I´ll share code and link...
I'm not sure a video does a better job than a written question at explaining what you'd like, but hey, I'm all for Hollywood level video editing, if you add your logo in it... :sly: 8-)

EDIT: Ouch, what's with that long lost of meters incrementing position and volume by 2?! :o That's a certain no-no, that can be done so much easier, see mouse position variables:
https://docs.rainmeter.net/manual/variables/mouse-variables/
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
balala
Rainmeter Sage
Posts: 16539
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Help

Post by balala »

Japmc7 wrote: May 29th, 2024, 7:03 pm Here is the code
Fine, interesting and long code, but what is the question? What do you want to achieve? What you need help with?
Japmc7
Posts: 33
Joined: May 11th, 2024, 3:57 am

Re: Help

Post by Japmc7 »

here is the link... the video is well explained.

https://youtu.be/S9IriWtp9pA
Japmc7
Posts: 33
Joined: May 11th, 2024, 3:57 am

Re: Help

Post by Japmc7 »

Hey Yincognito thank you, I saw the link:

https://docs.rainmeter.net/manual/variables/mouse-variables/

But honestly I don't get it :D I told you guys, I'm not a good programmer, I'm a good designer and very visual, but I'm interested in this new possibility you gave me, I'm gonna study it.
User avatar
Yincognito
Rainmeter Sage
Posts: 8127
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Help

Post by Yincognito »

Japmc7 wrote: May 29th, 2024, 7:44 pmBut honestly I don't get it :D I told you guys, I'm not a good programmer, I'm a good designer and very visual, but I'm interested in this new possibility you gave me, I'm gonna study it.
Yeah, I get it, but it's just about making a meter as wide as all those [ProgressN] meters, and then setting the player position to $MouseX:%$ on click, it's that simple. Or, you can use the Mouse plugin at https://forum.rainmeter.net/viewtopic.php?t=26030 - whatever you prefer.
Japmc7 wrote: May 29th, 2024, 7:34 pm here is the link... the video is well explained.
Here's another link, also well explained (make sure to check the other posts there, as various variants are showcased) - not sure if you used it already:
https://forum.rainmeter.net/viewtopic.php?t=31790
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth