Quote:
Originally posted by schweitn
At some point in the future you will be able to create another instance of the winamp engine through the SDK at control that... If you look at the API... you will see a core_create function...and that is its purpose. It creates a token that enumerates the core instance that you would like to control. A token == 0 is the main Winamp 3 core... any other token that is created by the API would be a core that your program could use.
|
hmmm... this is exactly what i'm looking for. i've managed to create another core and i've successfully called .setNextFile() and .getCurrent() methods so i assume everything went OK. the .play() method doesn't seem to do anything though. is this because i've forgotten to do something, or because the functionality hasn't been fully implemented yet?