Page 1 of 1

Winamp Plugin Update Request

Posted: February 6th, 2007, 7:21 pm
by s3cur17y
Hi,

Currently I am using the winamp plugin to see the spectum on my VFD. I was wondering if it would be possible to make it so that the CrystalFont displays have a full size gapless spectrum...

example

Code: Select all

$dll(winamp,1,2x16,u#101)
$dll(winamp,2,2x16,u#101)

Re: Winamp Plugin Update Request

Posted: February 10th, 2007, 6:50 pm
by HartleyC
s3cur17y wrote: example

Code: Select all

$dll(winamp,1,2x16,u#101)
$dll(winamp,2,2x16,u#101)
Hi, looks like you're trying to use a tiny graph style (101) but these have a max width of 8 characters (you've specified 16). Try:

$dll(winamp,1,2x16,u#2)
$dll(winamp,2,0,0)

If all else fails, there's a lot of good info at:
http://lcdsmartie.sourceforge.net/winampplugin.html