LCD Smartie official repo is on github
Download the latest version: https://github.com/LCD-Smartie/LCDSmartie/releases
💬 The forums are safe — thanks to your support!
A huge thank-you to all who donated — especially Hydrolisk1792. Your contributions are keeping LCD Smartie alive and glowing!

We're still working to fully fund the hosting cost — if you've found LCD Smartie helpful, please consider supporting us on Ko-fi 💖
(Every bit helps — and we deeply appreciate it!)

problem with winamp plugin

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
gmacher
Posts: 1
Joined: September 15th, 2007, 10:26 am

problem with winamp plugin

Post by gmacher »

helo I have some problem with winamp plugin and function $WinampPosh

ok i have 4x20 LCD and this is what I have in smartie's line

1: $WinampTitle $WinampPosh
2: $WinampPosition(20)
3: $WinampKBPS/$WinampFreqkHz|$dll(winamp,1,2x10,0)
4: $WinampPosh/$WinampLengts|$dll(winamp,2,0,0)

when in winamp time in $WinampPosh is less tham one minute on LCD
winamp analiser change position, shift back 2 space on left.
how to fix this problem?
Image

that how it look when is ok
Image
rfryar
Posts: 36
Joined: July 17th, 2007, 2:12 pm
Contact:

Post by rfryar »

Change this line from

$WinampPosh/$WinampLengts|$dll(winamp,2,0,0)

To

$WinampPosh/$WinampLengts$Fill(10)|$dll(winamp,2,0,0)

You may need to change the 10 to a 9 depending on where you want the verticle bar to be.

Regards,

Rick
Post Reply