I wrote a visualization software which supports a few audio players by now. It shows the current playing title, position and - if available - lyrics.
To be able to supprt Virtual DJ, I wonder if you could add the following IPC features...:
- Get current playing file (full filename - unicode string)
- Playstate (e.g. playing, paused, stopped)
- Current position & song length (in milliseconds)
Best would be if those informations could be retrieved as one datablock / request using file mappings.
Alternatively WinAMP compatible IPC requests would also do - so please also support the unicode versions.
Sample (with Calaym music player):
https://www.youtube.com/watch?v=qX7Zb9fDcXQ
To be able to supprt Virtual DJ, I wonder if you could add the following IPC features...:
- Get current playing file (full filename - unicode string)
- Playstate (e.g. playing, paused, stopped)
- Current position & song length (in milliseconds)
Best would be if those informations could be retrieved as one datablock / request using file mappings.
Alternatively WinAMP compatible IPC requests would also do - so please also support the unicode versions.
Sample (with Calaym music player):
https://www.youtube.com/watch?v=qX7Zb9fDcXQ
发表时间 Sun 30 Oct 16 @ 7:26 pm
There are plugins already that can show the artist and title of the current playing track, so this is already possible.
Track position has a plugin too. So it's possible to do that too.
Though they way those plugins interact with virtualdj might but slightly different to how you were looking.
Track position has a plugin too. So it's possible to do that too.
Though they way those plugins interact with virtualdj might but slightly different to how you were looking.
发表时间 Mon 31 Oct 16 @ 12:54 am
The api can do all that, you just, GetInfo("vdj script");
http://www.virtualdj.com/wiki/PluginSDK8.html
http://www.virtualdj.com/wiki/PluginSDK8.html
发表时间 Mon 31 Oct 16 @ 1:20 am
As above, if you want to use IPC then you will need to implement a plugin to get that information and then you can pass that however you like!
发表时间 Tue 01 Nov 16 @ 6:03 pm