View Full Version : Writing data to somewhere...
Munkey
July 17th, 2004, 10:50 AM
I'm not sure where I'd like to write it, it doesn't have to be a perminant space. It's only for running inside Girder.
How would I input some data into a string, and so that I could later read it off using 'say' and the 'simple osd' systems.
I'd basically like to use it as a system status, so I can hit a button and it will tell me what setting the system is currently in.
Thanks,
Munkey
danward79
July 17th, 2004, 11:54 AM
Hi
I am sure one of the experts will help you out, but if I understand you right you could use the motherboard monitor plugin, to get info for your system and put it into a variable. You can then use this with say.
Dan
Promixis
July 17th, 2004, 12:48 PM
How are you getting the data you want to put in a variable?
Munkey
July 17th, 2004, 01:00 PM
I want to write it with a command. This is so that, when I hit say, turn Winamp Control On. It then writes, Function: Winamp Control. So I can call up [function] with a status report button.
I'd like to be able to use the data in say and OSD.
Thanks,
Munkey.
Promixis
July 17th, 2004, 01:04 PM
You would goto Girder/Variable Manipulation Script.
Enter.
WinAMPStatus = "Playing"
Then you can reference this variable in the Say plugin using
[WinAMPStatus]
NOTE: Once you get going with this, the best way to track WinAMP is using DVD Spy.
If you want to see what you can do with this, download the LCD Master program from the Download/Misc area.
Munkey
July 17th, 2004, 01:52 PM
Thanks!
Is there any more documentation on the variable manipulation script?
I have the problem that my MSI basically has a locked LCD, as MSI aren't releasing any code... :-(
Promixis
July 17th, 2004, 03:03 PM
Variable Manipulation Script = Lua.
See the lua sticky's above.
www.lua.org
Munkey
July 17th, 2004, 04:36 PM
Thanks alot for the help!
Powered by vBulletin® Version 4.1.8 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.