It is currently April 20th, 2024, 9:19 am

Old Stereo 1.3.1

Media controls, music players, video and animated visualizers
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Old Stereo 1.3.1

Post by Seahorse »

Whilst Rainmeter doesn't have a plugin to provide VU meter functionality it occurred to me there might be a way of doing this if there was something that did it you could 'wrap' a skin around.

Anyhow I found a programme that generates a VU for Windows (I'm using 7) that puts a pair of old style VU meters on the screen that respond to whatever you have going.

This is where I have got to so far, looks like an old stereo from my childhood, hence the name...
Capture.PNG
I want to play with it some more before releasing to be sure it is stable. So far so good... :D
You do not have the required permissions to view the files attached to this post.
Last edited by Seahorse on June 15th, 2012, 2:08 pm, edited 3 times in total.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

IcemanSR
Posts: 16
Joined: December 15th, 2011, 3:44 am

Re: Old Stereo

Post by IcemanSR »

smart :D
Nice good clean look too 8-)
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Old Stereo 1.0

Post by Seahorse »

Played with alignment some more. Created an overlay for the CU meter to give it some depth, used it for 48 hours, all seems OK, so pushed it out the door. Quite please with the look and am feeling a bit more comfortable using Gimp now.

You'll need to download Windows VU meter too, otherwise there is a big hole in the skin... :o
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Old Stereo 1.0

Post by smurfier »

Your skin has an OnTrackChange line when it should be TrackChangeAction and it should only be on the main measure. Because of the AutoReset feature of the Marquee script, you actually don't need those lines at all.

You should also be using !CommandMeasure for plugins as well.
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Old Stereo 1.0

Post by Seahorse »

Hmm, didn't notice OnTrackChange had changed, easily fixed, same for !PluginBang. Mind you having converted these directly from the existing Cobolt media player skin they would date back to the earliest NowPlaying settings so it seems recycling is not always a good idea ;)

I have made the suggested changes. Thank you Sir. :D
Last edited by Seahorse on December 26th, 2011, 11:37 am, edited 1 time in total.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Old Stereo 1.0

Post by smurfier »

They automatically reset when their values change. If you want them to reset all at the same time, you will have to use

Code: Select all

TrackChangeAction=!Execute [!CommandMeasure "MeasureLua1" "Timer=0"][!CommandMeasure "MeasureLua2" "Timer=0"][!CommandMeasure "MeasureLua3" "Timer=0"]
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Old Stereo 1.0

Post by Seahorse »

Changing !Pluginbang to !CommandMeasure for NowPlaying stuff like

Code: Select all

[MeterPrevButton]
Meter=Button
ButtonImage=#ROOTCONFIGPATH#\Images\Button.png
X=240
Y=145
LeftMouseUpAction=!CommandMeasure "MeasurePlayer Previous"
breaks the Previous button, changing it back to !PluginBang restores functionality. The log reports that !CommandMeasure: [MeasurePlayer] not found.

I am using 2.2.1084.

Experimenting further LeftMouseUpAction=!Execute [!CommandMeasure "MeasurePlayer" "Previous"] works, but doesn't seem to tally with the format shown at the bottom of the bangs page - !CommandMeasure ["Measure"] ["Arguments"] ("Config") i.e. LeftMouseUpAction=!CommandMeasure ["MeasurePlayer"] ["Previous"] doesn't work either.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Old Stereo 1.0

Post by smurfier »

It's supposed to be !CommandMeasure "MeasureName" "Argument"
Manual wrote:Note that the [] means that you must supply the argument for the bang (do not include the []-chars). The () means that the argument is optional.
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Old Stereo 1.0

Post by Seahorse »

Doh! :o
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Old Stereo 1.2.2

Post by Seahorse »

1.2.2 - Revised to reflect changes made to Process plugin in Rainmeter 2.2.1103
1.2.1 - Code revised to prevent duplicate VU Meters running on refresh of skin.
1.2 - Added VU Meter .exe to skin file & set to autorun with skin.
1.1.2 - Added new icon, fixed lua script path issue. Thanks Qwaftzefoni74
1.1.1 - Added volume level to display.
1.1 Code changes, new LED and Default image.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt