It is currently March 29th, 2024, 1:29 pm

AudioLevel

Share and get help with Plugins and Addons
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: New Plugin: AudioLevel

Post by Seahorse »

Thanks, but I have plenty of examples in my own skins :sly:

I have used clickable bars for a long time, my Old Stereo skin is from 2 years ago and so SetPosition $MouseX didn't exist when I wrote it, and neither did mouse scrolling.

Co-incidentally, the scrolling wheel you linked is a straight copy of my own original which was the first skin to do so something like 18 months ago...
The re-write of Old Stereo was completed this afternoon, I'll run it over the weekend and look for bugs before releasing it.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
Dank420
Posts: 145
Joined: April 3rd, 2013, 1:04 am
Location: O-High-O

Re: New Plugin: AudioLevel

Post by Dank420 »

@Seahorse
if you make it stop playing after 48min with a Click (stopbutton) sound ,,, ill flip.
looking goood!
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: New Plugin: AudioLevel

Post by Seahorse »

Dank420 wrote:@Seahorse
if you make it stop playing after 48min with a Click (stopbutton) sound ,,, ill flip.
looking goood!
It's possible for sure :sly:

Code: Select all

[Calc48Minutes]
Measure=Calc
Formula=(Calc48Minutes%2880)+1
Cassette sounds.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

drakulaboy
Posts: 165
Joined: June 29th, 2014, 8:35 pm

Re: New Plugin: AudioLevel

Post by drakulaboy »

rainmeter is getting more interesting with new plugins :sly:
i'm so lazy to finish my work too :D it's damn hot
User avatar
HiTBiT-PA
Posts: 38
Joined: July 24th, 2014, 5:14 pm
Location: Elche, Spain

Re: New Plugin: AudioLevel

Post by HiTBiT-PA »

My new skin is available. Hope you like it.
You do not have the required permissions to view the files attached to this post.
User avatar
Dank420
Posts: 145
Joined: April 3rd, 2013, 1:04 am
Location: O-High-O

Re: New Plugin: AudioLevel

Post by Dank420 »

My brains burning out, got slider working but all wrong.. looking for rewrite.....
probs: up is down , no max/min
obviously no font and such but functionality my aim atm...
thought about mousevariables also for laptop with no scroll but...
any Help?

edit: NM i got it.......

Code: Select all

[Rainmeter]
 
[Variables]
SensitivityAdjustment=5
BarHeight=100
sensitivity=10

[Sensitivityup]
Measure=Calc
Formula=(#sensitivity#+#SensitivityAdjustment#) > 100 ? (#sensitivity#+0) : (#sensitivity#+#SensitivityAdjustment#)
DynamicVariables=1

[Sensitivity]
Measure=Calc
Formula=#sensitivity#
DynamicVariables=1

[SensitivityDown]
Measure=Calc
Formula=(#sensitivity#-#SensitivityAdjustment#) < 10 ? (#sensitivity#-0) : (#sensitivity#-#SensitivityAdjustment#)
DynamicVariables=1


[MeterSensitivityBar]
Meter=image
X=10
Y=10
H=#BarHeight#
W=10
SolidColor=150,150,150
MouseScrollUpAction=[!setvariable sensitivity [Sensitivityup]][!Updatemeasure Sensitivityup][!updatemeter SliderBar][!updatemeter Sensmeter][!redraw][!update]
MouseScrollDownAction=[!setvariable sensitivity [SensitivityDown]][!Updatemeasure SensitivityDown][!updatemeter SliderBar][!updatemeter Sensmeter][!redraw][!update]
DynamicVariables=1
 
[Sensmeter]
meter=string
text=[Sensitivity]
solidcolor=100,100,100
stringalign=center
W=40
H=20
x=r
y=5R
DynamicVariables=1

[Applybutton]
meter=string
text="Apply"
stringalign=center
solidcolor=100,100,100
W=40
H=20
x=5r
y=5R
Leftmouseupaction=[!Writekeyvalue variables Sensitivity [Sensitivity]][!refresh]

[SliderBar]
Meter=Image
W=20
H=10
Y=((#BarHeight#-(#sensitivity#)*(#BarHeight#/100))+10)
X=([MeterSensitivityBar:X]-5)
SolidColor=100,100,100
DynamicVariables=1

Last edited by Dank420 on August 17th, 2014, 5:49 am, edited 1 time in total.
User avatar
dgrace
Developer
Posts: 265
Joined: June 28th, 2014, 8:32 am
Location: Tokyo, Japan

Re: New Plugin: AudioLevel

Post by dgrace »

HiTBiT-PA wrote:My new skin is available. Hope you like it.
That looks cool!

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

Re: New Plugin: AudioLevel

Post by Seahorse »

On to digital variants now...
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

pisac
Posts: 34
Joined: March 23rd, 2014, 9:08 am
Location: Moldova RM

Re: New Plugin: AudioLevel

Post by pisac »

Dank420 wrote: ([Volume_calc]+1) > 100 ? ([Volume_calc]+0) : ([Volume_calc]+1)
([Volume_calc]-1) < 10 ? ([Volume_calc]-0) : ([Volume_calc]-1)
Please have you can explain to me more about these formulas / calculations
in PM
User avatar
Dank420
Posts: 145
Joined: April 3rd, 2013, 1:04 am
Location: O-High-O

Re: New Plugin: AudioLevel

Post by Dank420 »

http://docs.rainmeter.net/manual/formulas

Conditional Operation

Condition ? true: false

condition its raining ?(then) need umbrella : (ifnot) dont need umberella
supermans dead ? lois lane lonely : lois lane has date
sky is blue ? on earth : not on earth
two people in room ? your not alone : your alone