Interaction

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Interaction

by DigitAlex » Sat Feb 14, 2004 1:36 am

Use webdigital@hotmail.com, thanks a lot ;)

I've already got some gen plugins that I will prob adapt to MM if there are some problems ....

Thanks anyway

by Peke » Fri Feb 13, 2004 1:19 pm

send me your e-mail so I can send you a example source of 100% working general plugin, couse there is some incompatibility duringg close of gen plugins.

by DigitAlex » Fri Feb 13, 2004 11:38 am

Great work jiri !

by jiri » Fri Feb 13, 2004 3:12 am

In order to support existing plug-ins MM has to work exactly as WinAmp and thus the name of the window you have to find is 'Winamp v1.x'. Actually, if you have any WinAmp general plug-in, it should work directly when copied to MM plug-ins folder (there can be some exceptions, the compatibility cannot be 100%, but almost anything should work).

Jiri

by DigitAlex » Thu Feb 12, 2004 6:43 pm

Great then, it's awesome you coded a new player which also supports those interfaces.

I'll probably adapt my set of plugins to support MM (those are general plugins) so Id like to ask one last question.

When u send messages to Winamp you search for winamp main window handle first... then u send messages to that handle.

what window class / title / iD should i search for in my code to send messages to MM later ?

by jiri » Thu Feb 12, 2004 3:17 am

Yes, sure, MM has nothing to do WinAmp code, it only supports its interfaces.

Jiri

by DigitAlex » Wed Feb 11, 2004 8:14 pm

Yea I got it !

So what you mean is that MM has a fully recoded player (from scratch) that just can handle winamp plugins and messages, but the core is totally rewritten ?

by jiri » Wed Feb 11, 2004 6:08 pm

MM simply supports Winamp interface as defined on http://classic.winamp.com/nsdn/winamp2x/dev/sdk/api.php and can use plug-ins as they are described on several pages linked to that one.

Jiri

by DigitAlex » Wed Feb 11, 2004 5:32 pm

I'm using many diff languages, but I was just asking ;) Thanks Peke !

So what you are saying is that MM fully supports all winamp plugins and all messages that are sent to winamp ?

What window title / class should I sent messages to ?

How is it possible MM supports all winamp does support, did you get some source code from them or just using some winamp activex control or something ? Because MM is kinda winamp with another more enhanced media library ....

BTW, it looks like it is also written in Delphi heheh :)

by Peke » Wed Feb 11, 2004 6:34 am

DigitAlex: In what Programming Language you R working? I can send you an example of General plugin in Delphi to see how it works?

by jiri » Wed Feb 11, 2004 2:40 am

Actually there are two ways:
- Using the same messages as in Winamp (WM_USER and WM_COMMAND). MM uses WinAmp plug-ins and thus it can emulate how WinAmp works.
- Using OLE Automation, which can be very easily used e.g. from VB Script - you can see an example in the Export script.

Jiri

Interaction

by DigitAlex » Tue Feb 10, 2004 9:48 pm

Is there a way to interact with MM programatically ? for example like with Winamp (using windows messages to tell winamp to play / stop / and so on) ?

Thanks

Top