Reply to thread

It depends on what sort of 'communication' you're talking about I guess. If you just want to edit database records, then I guess you can just edit the databases directly (they're SQLite3 DBs btw).


But if you want to change the behaviour of MP while its running, i.e. send through remote control commands, refresh DB commands etc. you'll need something that gives you access to MP while its running. An example of this is the ECP2 web service that comes with MPW. In fact if you look at the code for that, it is really an .NET web service and a PHP application which should suit your skillset.


Maybe you should contact the programmer of MPW (maschine is his username on these forums). The functions to retrieve info from the music database have not been added yet but will be soon.


Sam


Top Bottom