Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Need help making a volume bar with a dll

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
FormatC:

Need help making a volume bar with a dll

Post by FormatC: »

I'm using the plugin "winamp_vol.dll" and I want a bar not a percent and I understand LCD Smartie has a bar function I don't want a tiny bar I want a full bar so what code syntax would I insert into smartie to get a bar with that dll?

to get a percent I currently use $dll(winamp_vol,1,,)
ALiG
Posts: 2
Joined: August 17th, 2006, 8:56 pm
Location: Bulgaria

Post by ALiG »

This is what I am using

$Bar($dll(winamp_vol,1,,),100,20)
Post Reply