CODE
if (play_control::get()->is_playing()) ...
This check works fine for the playstates PLAY(true) and STOP(false). But it also returns true, if the playstate is PAUSE.Is this intended? What else function can I use to check is playstate is PLAY, and I mean ONLY PLAY...