I am very interested in your project cause I am developing a media library software in Java.
I have used your DLL Library and a couple of classes to integrate winamp control in my applications.
Right now I have simply imported the classes in my project. It would be useful that your project comes out with two separate Jar: one with the generic native player support for Java (that is: WinampInfo and WinampNative classes, right now) and the other for Eclipse plugin.
More than this, that classes (and I guess the cpp code) seems to be easily generalizable to include support for different players (ie: iTunes, Mediaplayer, someone under linux...)
What do you think about?
Ok, these are my feature requests :)
if you want, I could give help for the Java side of the project (I am not familiar with cpp at all and this is just a hobby project for me, no time to learn c++ :) )
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
I am very interested in your project cause I am developing a media library software in Java.
I have used your DLL Library and a couple of classes to integrate winamp control in my applications.
Right now I have simply imported the classes in my project. It would be useful that your project comes out with two separate Jar: one with the generic native player support for Java (that is: WinampInfo and WinampNative classes, right now) and the other for Eclipse plugin.
More than this, that classes (and I guess the cpp code) seems to be easily generalizable to include support for different players (ie: iTunes, Mediaplayer, someone under linux...)
What do you think about?
Ok, these are my feature requests :)
if you want, I could give help for the Java side of the project (I am not familiar with cpp at all and this is just a hobby project for me, no time to learn c++ :) )
There is a music player control project already at jdic, so please look at:
https://jdic.dev.java.net/incubator/mpcontrol/index.html
Currently there isn't any release yet, but I plan to create one asap.