Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: MrSmith
Forum: Winamp Development 22nd September 2003, 11:20
Replies: 3
Views: 1,882
Posted By MrSmith
The 2nd one. is there another function wait or...

The 2nd one. is there another function wait or something ?
Forum: Wasabi Development 19th September 2003, 11:44
Replies: 15
Views: 2,131
Posted By MrSmith
Hmm, wa5, will it still support the WA3 style sdk...

Hmm, wa5, will it still support the WA3 style sdk as i prefer it to the WA2 style?
Forum: Wasabi Development 18th September 2003, 19:16
Replies: 15
Views: 2,131
Posted By MrSmith
It works fine in winamp2 but locksup winamp 3 on...

It works fine in winamp2 but locksup winamp 3 on cocreateinstance.
Forum: Winamp Development 15th September 2003, 15:36
Replies: 3
Views: 1,882
Posted By MrSmith
minivis Pause And Stop

Is there a proper way to keep the vis rendering when winamp is paused or stopped, ive looked around and seen many bodges but not a nice way ?

Thanks
Forum: Breaking News 15th September 2003, 12:17
Replies: 28
Views: 5,459
Posted By MrSmith
Hmm, i never said the winamp team..... it was...

Hmm, i never said the winamp team..... it was just an idea for someone looking for a project
Forum: Breaking News 15th September 2003, 10:10
Replies: 28
Views: 5,459
Posted By MrSmith
Possble Next Filesharng Prog

Surely someone should write a filesharing prog that encypts everything a stupid number of times and makes it really hard and slow to track people ? and more importantly doesnt look like it is so...
Forum: Wasabi Development 14th September 2003, 11:18
Replies: 15
Views: 2,131
Posted By MrSmith
er ? surely someone must know? if not then...

er ? surely someone must know?
if not then can someone tell me where i might be able to find infomation ?
Forum: Wasabi Development 21st August 2003, 11:13
Replies: 15
Views: 2,131
Posted By MrSmith
Does no one know :( ?

Does no one know :( ?
Forum: Wasabi Development 15th July 2003, 10:41
Replies: 14
Views: 2,047
Posted By MrSmith
Code

Codes up on http://madweb.no-ip.org its in my java code viewer so dont complain about not having java get java :)

(Codes on the Bottom of remote page under PC)

ps incase you dont know how to...
Forum: Wasabi Development 11th July 2003, 21:00
Replies: 3
Views: 1,112
Posted By MrSmith
not sure then i always work with custom plugins...

not sure then i always work with custom plugins or the examplevis
Forum: Wasabi Development 11th July 2003, 20:54
Replies: 3
Views: 1,112
Posted By MrSmith
If the wac is 100% working then putting it in the...

If the wac is 100% working then putting it in the directory will be enuff for it to work, have you not tried that ?
Forum: Wasabi Development 11th July 2003, 10:46
Replies: 0
Views: 857
Posted By MrSmith
?? CoCreateInstance locksup ??

Code

// interface pointers
LPUNKNOWN pUnk;
ICOMServer *COMPort;

// com call results
HRESULT hr;

MessageBox(NULL,"Started.","SHUTDOWN ERROR",MB_OK | MB_ICONINFORMATION);
Forum: Wasabi Development 10th July 2003, 00:46
Replies: 15
Views: 2,131
Posted By MrSmith
Accessing a COM server from a visulization

Hi, im trying to access a local COM server from a visulization plugin but am having problems, this code works fine from a console app but locks winamp up?

// Initialise COM
hr =...
Forum: Wasabi Development 10th July 2003, 00:42
Replies: 14
Views: 2,047
Posted By MrSmith
http://www.ecs.soton.ac.uk/~al1102/PHPDOCS/Main.ph...

http://www.ecs.soton.ac.uk/~al1102/PHPDOCS/Main.php?file=Pics.php&path=PC/Remote

If anyones interested i made a remote control that worked on that principal (using the joysitck port) if anyones...
Forum: Wasabi Development 27th June 2003, 21:10
Replies: 1
Views: 698
Posted By MrSmith
Timer Without Window

Hi, im looking to use a timer in a component but i cant find any info or way of doing this without a window, (i want to use a winamp kind of timer with a callback) ne one know how ?

The reason is...
Forum: Wasabi Development 21st June 2003, 11:54
Replies: 3
Views: 853
Posted By MrSmith
Arh no after bodging with sum headers and reading...

Arh no after bodging with sum headers and reading the page on corehandle i got it running thx
Forum: Wasabi Development 21st June 2003, 11:47
Replies: 3
Views: 853
Posted By MrSmith
still a bit unsure im trying to build this into...

still a bit unsure im trying to build this into the visulization plugin, ive now got the joystick fully working CoreHandle undeclared identifier ?
Forum: Wasabi Development 21st June 2003, 00:12
Replies: 3
Views: 853
Posted By MrSmith
DirectX Cooperative Level Problems

Hi,
Im writing a plugin which requires Direct Input (simular to a previous post about the joystick) The problem is

object.SetCooperativeLevel(hwnd As Long, _
flags As CONST_DISCLFLAGS)
...
Forum: Wasabi Development 31st January 2003, 00:27
Replies: 8
Views: 1,785
Posted By MrSmith
Argh another problem this im really stuck on im...

Argh another problem this im really stuck on
im reading in the title and scrolling it across my display
http://www.ecs.soton.ac.uk/~al1102/PC/WinampVisulation.jpg
if your interested
The problem...
Forum: Wasabi Development 30th January 2003, 18:53
Replies: 8
Views: 1,785
Posted By MrSmith
Arh thx as u might of guessed pointers arnt my...

Arh thx as u might of guessed pointers arnt my speciality
Forum: Wasabi Development 30th January 2003, 18:46
Replies: 8
Views: 1,785
Posted By MrSmith
nope i have and it still crashes winamp the code...

nope i have and it still crashes winamp the code ive got is

String playstring = api->core_getCurrent(0);
char artist[50], title[50];
int *length;
api->metadb_getMetaData(playstring, MT_ARTIST,...
Forum: Wasabi Development 30th January 2003, 18:41
Replies: 8
Views: 1,785
Posted By MrSmith
thx il try that now also is there any reason...

thx il try that now
also is there any reason why
api->metadb_getMetaData(playstring, MT_LENGTH, (char *)length, sizeof(length), MDT_TIME);

crashes when i try using it the artist and title work...
Forum: Wasabi Development 30th January 2003, 12:21
Replies: 8
Views: 1,785
Posted By MrSmith
Newbie: Detect Music Playing in vis ?

Hi, im new to winamp 3 plugin writing is there anyway to detect a new track is playing as i only want to display the title when a new track is loaded ? (not when unpausing)

Also is there anyway to...
Forum: General Discussions 22nd April 2002, 17:01
Replies: 69
Views: 10,796
Posted By MrSmith
At the current moment i know no one who uses it...

At the current moment i know no one who uses it but they are putting out a large amount of advertising, i have found full page adverts for it in several pc magazines, i c none for winamp and i cant...
Forum: General Discussions 22nd April 2002, 16:33
Replies: 69
Views: 10,796
Posted By MrSmith
surely thats like saying about a windows emulator...

surely thats like saying about a windows emulator its not windows, it just loads windows gui, then selling it?

+anyone reckon winamp is going to fight back by supporting there formats?
Showing results 1 to 25 of 28

 
Forum Jump