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

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