LCDInfo.com

http://www.lcdinfo.com
It is currently Tue Mar 19, 2024 8:37

All times are UTC + 2 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: i'm too lazy
PostPosted: Thu Nov 27, 2003 0:49 
Offline

Joined: Tue Feb 18, 2003 12:33
Posts: 118
Location: Angers, France
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

_________________
Shadows move where light should be


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 27, 2003 0:57 
Offline

Joined: Tue Feb 18, 2003 12:33
Posts: 118
Location: Angers, France
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]

_________________
Shadows move where light should be


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 28, 2003 0:04 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Same kind shared memory is used with the winamp2 plugin so it shouldn't be very difficult to make the WMP plugin. ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group