How to retrieve information about loaded songs
Active DJ Studio can easily retrieve information about the song contents.
If you work with single song files you can:
Load a song file through the LoadSound method.
Force the control to retrieve information below, that could require some more CPU tick, using the ReadSoundInfo method
Retrieve the number of channels of the loaded song through the GetChannels method.
If the loaded song is in MP3 format, use one of the following methods in order to get detailed information:
If you work with playlists you can: