:::C++
bool = WavePro.playing();
bool = WavePro.playing(struct posinfo *);
Queries the board to find if it is currently playing anything. Returns true if it is playing, or false if idle. Optionally returns the current playing position in a [struct posinfo]
Part of: [Arduino Library]