It is currently April 16th, 2024, 6:27 am

[System Volume] Remote control for the program 3RVX

Tips and Tricks from the Rainmeter Community
User avatar
GhostMatrix
Rainmeter Sage
Posts: 141
Joined: April 18th, 2009, 8:26 pm
Location: Montreal, Quebec, Canada 45.5658°N, 73.5898°W UTC -5

[System Volume] Remote control for the program 3RVX

Post by GhostMatrix »

Image
Remote control for the program 3RVX in Rainmeter

The following is for the users of the version 2.0 and above of 3RVX who is a volume notification/control tool that emulates the volume bezel of Mac OS X and can be skinned to match your Rainmeter skin.
You need to have 4 images in the skin folder:
1- Less.png
2- More.png
3- Enable.png
4- Disable.png

GM

========================================================================

The Part of the Meters code of the skin for the remote control of 3RVX :

Code: Select all

[MeterLessVolume]  #this increase the system sound volume of 5%, and make the sound level image of the 3RVX skin pop-up.
meter=IMAGE
imagename=Less.png
x=60
y=13
w=24
h=24
LeftMouseDownAction=!execute ["C:\Program Files\3RVX\Developer\3RVXMessenger.exe" WM_3RVX_VOLDOWN 5"]

[MeterMoreVolume]  #this decrease the system sound volume of 5%, and make the sound level image of the 3RVX skin pop-up.
meter=IMAGE
imagename=More.png
x=100
y=13
w=24
h=24
LeftMouseDownAction=!execute ["C:\Program Files\3RVX\Developer\3RVXMessenger.exe" WM_3RVX_VOLUP 5"]

[MeterMute]  #this mute the system sound volume, and make the sound level image of the 3RVX skin pop-up.
meter=IMAGE
imagename=Enable.png
x=8
y=8
w=39
h=39
LeftMouseDownAction=!execute ["C:\Program Files\3RVX\Developer\3RVXMessenger.exe" WM_3RVX_VOLMUTE"][!RainmeterHideMeter MeterMute][!RainmeterShowMeter MeterUnmute]
RightMouseDownAction=!execute ["C:\Program Files\3RVX\Developer\3RVXMessenger.exe" WM_3RVX_CONTROL"]

[MeterUnmute]  #this unmute the system sound volume, and make the sound level image of the 3RVX skin pop-up.
meter=IMAGE
imagename=Disable.png
x=8
y=8
w=39
h=39
LeftMouseDownAction=!execute ["C:\Program Files\3RVX\Developer\3RVXMessenger.exe" WM_3RVX_VOLMUTE"][!RainmeterHideMeter MeterUnmute][!RainmeterShowMeter MeterMute]
RightMouseDownAction=!execute ["C:\Program Files\3RVX\Developer\3RVXMessenger.exe" WM_3RVX_CONTROL"]
Hidden=1

#the RightMouseDownAction will display the slider volume control image of the 3RVX skin.
If at first you don't succeed; call it version 0.1

Image
sgtevmckay

Re: [System Volume] Remote control for the program 3RVX

Post by sgtevmckay »

Now if you could just throw in a systems volume meter above that, it would top it off ;)
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: [System Volume] Remote control for the program 3RVX

Post by jsmorley »

sgtevmckay wrote:Now if you could just throw in a systems volume meter above that, it would top it off ;)
With a slider to control it... :P
sgtevmckay

Re: [System Volume] Remote control for the program 3RVX

Post by sgtevmckay »

I wasn't going to say anything :oops: