| Author |
Message |
UNOPARATOR
Homo Moderatus

Joined: 19 Jul 2005 Posts: 915 Location: Istanbul, Turkey |
|
|
|
 |
 |
I also would be eternally grateful for anyone who could tell me how to get LCDstudio to control ONLY winamp's volume, not the master volume. If I can do that then I can run music in the background of games, at the moment I cannot do this as the volume is always too loud or too quiet!! |
LcdStudio does not change the system volume either... It only shows the current state of system volume...
|
|
| Thu Jul 17, 2008 12:53 pm |
|
 |
holyone2
Joined: 17 Jul 2008 Posts: 2
|
|
|
|
Actually just found a way of doing it - Ray's plugin can control winamp individually, shame Ray's Lights on keyboard don't seem to work on Logitech V2
|
|
| Thu Jul 17, 2008 12:55 pm |
|
 |
Ray
Site Admin

Joined: 23 Apr 2005 Posts: 3359
|
|
|
|
I released the source of the plugin about a year ago, feel free to fix it your self 
|
|
| Thu Jul 17, 2008 2:27 pm |
|
 |
Max3D
Joined: 23 May 2004 Posts: 302 Location: Italy |
|
|
|
i've lost the spectrum wave from LCD Studio
wha can it be ?
the winamp plugin works fine, indeed the VU left and right channell are working but in the LCD Studio designer the spectrum wave is missing O_o' !!!!
|
|
| Wed Mar 10, 2010 10:43 am |
|
 |
armymen
Joined: 11 Dec 2010 Posts: 3
|
|
|
|
any fix for the time under -10 ? it show like this ( for the countdown )
1:11
1:10
1:9
1:8
1:7
ect
??
should be 1:09 , 1:08 ?
Also when winamp is not start, that it doest show - UNKNOW ???
|
|
| Sat Dec 11, 2010 5:11 am |
|
 |
spock
Site Admin

Joined: 17 Feb 2003 Posts: 4526 Location: Athens, Greece |
|
Num |
|
The reason the formatting doesn't work is that the seconds are being returned in a string and not a numerical variable. You can create a custom variable, and use something like this:
 |
 |
return Convert.ToInt32((String)GetData("Winamp.SongLeftSeconds")) |
That way, you can use the formatting control in the object properties to show a zero -- it's the {0:00} option.
Cheers!
_________________ Live long and prosper... |
|
| Sat Dec 11, 2010 2:59 pm |
 |
 |
armymen
Joined: 11 Dec 2010 Posts: 3
|
|
Re: Num |
|
 |
 |
The reason the formatting doesn't work is that the seconds are being returned in a string and not a numerical variable. You can create a custom variable, and use something like this:
 |
 |
return Convert.ToInt32((String)GetData("Winamp.SongLeftSeconds")) |
That way, you can use the formatting control in the object properties to show a zero -- it's the {0:00} option.
Cheers! |
In Format i already have {0:00} as a option :s still does it :s
|
|
| Sat Dec 11, 2010 6:08 pm |
|
 |
spock
Site Admin

Joined: 17 Feb 2003 Posts: 4526 Location: Athens, Greece |
|
Re: Num |
|
 |
 |
The reason the formatting doesn't work is that the seconds are being returned in a string and not a numerical variable.
You need a custom variable
[...]
That way, you can use the formatting control in the object properties to show a zero -- it's the {0:00} option. |
_________________ Live long and prosper... |
|
| Sat Dec 11, 2010 8:58 pm |
 |
 |
eagleeyes221
Joined: 20 Dec 2012 Posts: 1
|
|
winamp spectrum wont work properly |
|
sorry if im in the wrong section here this is my first post so please be easy
im running windows 7 64bit ultra using lcd studio 2.1.0.806 and running win amp v5.6 and im having problems with the winamp spectrum tool if i pause the music the spectrum bugs out and stops working and once i save my presets for the lcd screen i close and relaunch the spectrum is gone and doesn't work when winamp is launched any help is appreciated
|
|
| Thu Dec 20, 2012 3:12 am |
|
 |
Max3D
Joined: 23 May 2004 Posts: 302 Location: Italy |
|
|
|
To save a scheme don't save it, when you close it, it will ask you want to save it... And then save
Be sure to.run pcs.studio as administrator, also, the specutrum usually have some sort of flickering when Winamp is pausebut if you stop it,it should go to value 0
Sorry for possible grammar error I'm posting from my phone 
|
|
| Thu Dec 20, 2012 9:12 am |
|
 |
|