Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Volume7
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Posts: 26
- Joined: March 12th, 2010, 2:09 pm
Volume7
I searched a plugin for displaying current master volume only a few seconds after volume changed and didn't found ...
Specially under Vista or Windows 7.
So I just writted it.
I Only test on windows vista yet, but I Will test tonight on Windows 7 ...
Current volume level % :
$dll(Volume7.dll,1,,)
Exemple for bar :
$Bar($dll(Volume7.dll,1,,),100,20)
Current peak for main channel ( sound level at this moment )
$Bar($dll(Volume7.dll,2,,),100,20)
Current peak for main channel 0 ( left channel usually, 1 for the right, maybe 2 or more if 5.1 speakers ... )
$Bar($dll(Volume7.dll,2,0,),100,10)
and $dll(Volume7.dll,3,,) return 1 if volume changed so I just add an action to display volume screen 2sec when it changed ... Apparently it work.
Specially under Vista or Windows 7.
So I just writted it.
I Only test on windows vista yet, but I Will test tonight on Windows 7 ...
Current volume level % :
$dll(Volume7.dll,1,,)
Exemple for bar :
$Bar($dll(Volume7.dll,1,,),100,20)
Current peak for main channel ( sound level at this moment )
$Bar($dll(Volume7.dll,2,,),100,20)
Current peak for main channel 0 ( left channel usually, 1 for the right, maybe 2 or more if 5.1 speakers ... )
$Bar($dll(Volume7.dll,2,0,),100,10)
and $dll(Volume7.dll,3,,) return 1 if volume changed so I just add an action to display volume screen 2sec when it changed ... Apparently it work.
You do not have the required permissions to view the files attached to this post.
-
- Forum Supporter
- Posts: 734
- Joined: October 15th, 2005, 10:39 am
- Location: Romania
- Contact:
Re: Volume7
Thanks, works great on 7 x64!
-
- Posts: 26
- Joined: March 12th, 2010, 2:09 pm
Re: Volume7
And undur windows 7 X86 ...
Hope it will help, I didn't found plugins who works on visto or seven ...
Hope it will help, I didn't found plugins who works on visto or seven ...
-
- Posts: 5
- Joined: April 18th, 2010, 12:11 am
Re: Volume7
Thanks alot works great on vista x86
-
- Posts: 1
- Joined: June 13th, 2008, 12:33 am
- Contact:
Re: Volume7
Thanks a lot for this great dll!
It seems work fine on Win7 x64
But it's possible to implement the custom refresh interval in milliseconds to make the bars more fluids?
PS: Some one know how to make the bars reverse? (If is possible) Just to adapt to mine script ( http://i44.tinypic.com/f44b4l.jpg )
Thank you!

It seems work fine on Win7 x64
But it's possible to implement the custom refresh interval in milliseconds to make the bars more fluids?
PS: Some one know how to make the bars reverse? (If is possible) Just to adapt to mine script ( http://i44.tinypic.com/f44b4l.jpg )
Thank you!

-
- Posts: 26
- Joined: March 12th, 2010, 2:09 pm
Re: Volume7
Hum, yes ; i will search information about this feature and post an update ...Jacksoft wrote: But it's possible to implement the custom refresh interval in milliseconds to make the bars more fluids?
-
- Posts: 26
- Joined: March 12th, 2010, 2:09 pm
Re: Volume7
Can you try this version ?
It will refresh 3 times faster normally ...
It will refresh 3 times faster normally ...
You do not have the required permissions to view the files attached to this post.
-
- Posts: 5
- Joined: April 18th, 2010, 12:11 am
Re: Volume7
ulysse wrote:Can you try this version ?
It will refresh 3 times faster normally ...
Thanks again the bars are much more fluid now

-
- Posts: 7
- Joined: April 22nd, 2010, 7:06 am
Re: Volume7
Looks good. Is there a way to display mute?
-
- Posts: 6
- Joined: August 8th, 2008, 7:59 am
- Location: Israel
Re: Volume7
Any news on this one ?miwise wrote:Looks good. Is there a way to display mute?
using the plugin with the tinybar works great, using it with the "if" plugin to display a big X if the volume is 0. I wanna be able to display the same if the volume is muted.
currently, the volume shows the level, whether it's muted or not.
thanks
-
- Posts: 2
- Joined: August 20th, 2010, 12:47 pm
Re: Volume7
Thank you so much, this works perfectly! 

-
- Posts: 2
- Joined: October 8th, 2007, 2:30 pm
- Location: RUSSIA, Tomsk
- Contact:
Re: Volume7
work in WinXP?
-
- Posts: 3
- Joined: July 20th, 2011, 10:58 pm
Re: Volume7
Just wanted to say thank you for this, after i installed net framework 4 it worked perfectly, thanks again! 

Re: Volume7
Another note of thanks on this. I could really use the 'mute' status though. If you're not planning to update it, would you consider releasing the source?
-
- Posts: 57
- Joined: February 23rd, 2008, 7:42 pm
Re: Volume7
Sweet plugin 
If you use it with the math plugin you can have it showing you the difference between left and right channel in %, i.e. which one is louder in % or whether they match (thus see whether the currenlty playing sound is out of balance and not worry about the setup of your speakers):
L $dll(math,1,-$dll(Volume7.dll,2,1,),$dll(Volume7.dll,2,0,))% >-< $dll(math,1,-$dll(Volume7.dll,2,0,),$dll(Volume7.dll,2,1,))% R
Unfortunately I don't know about any bar plugin that can visualize negative values.
I have one question if I may: How can I setup actions to show a screen just for 2 seconds and then go back to the screen which was previously on?

If you use it with the math plugin you can have it showing you the difference between left and right channel in %, i.e. which one is louder in % or whether they match (thus see whether the currenlty playing sound is out of balance and not worry about the setup of your speakers):
L $dll(math,1,-$dll(Volume7.dll,2,1,),$dll(Volume7.dll,2,0,))% >-< $dll(math,1,-$dll(Volume7.dll,2,0,),$dll(Volume7.dll,2,1,))% R
Unfortunately I don't know about any bar plugin that can visualize negative values.
I have one question if I may: How can I setup actions to show a screen just for 2 seconds and then go back to the screen which was previously on?