LCDInfo.com http://forum.lcdinfo.com/ |
|
i'm too lazy http://forum.lcdinfo.com/viewtopic.php?f=10&t=422 |
Page 1 of 1 |
Author: | DarkElf [ Thu Nov 27, 2003 0:49 ] |
Post subject: | i'm too lazy |
due to a tower change my lcd isn't plugged... & i'm too lazy to put it will try this week end if i find time and maybe there will be a few things new for lcdinfo |
Author: | DarkElf [ Thu Nov 27, 2003 0:57 ] |
Post subject: | |
now i put my brain ON, i think about this... what do you need to make a plugin that access shared memory? all datas are strings (want a wmp plugin? with horrible spectrum analyser?) Code: typedef struct { char name[255]; // Name of the current char author[255]; // Author of the current char duration[12]; // Duration of the current char currentpos[12]; // Current Position int spectrum[128]; // The spectrum values int scope[128]; // The scope values char name_nxt[255]; // The name of the next song char pourcent; } WMP_stat_struct; and name of the shared aera, something like: WMP-LCDStudio[/code] |
Author: | Henri [ Fri Nov 28, 2003 0:04 ] |
Post subject: | |
Same kind shared memory is used with the winamp2 plugin so it shouldn't be very difficult to make the WMP plugin. |
Page 1 of 1 | All times are UTC + 2 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |