Go back to:
TonePlayer
The tone player supports the following functions:
Method
- play
- Play a single tone or a whole tune.
- stop
- Stop playing the current tone or tune.
- isPlaying
- Return TRUE if a tone or tune is currently playing or FALSE if not.
- attach
- Attach a callback function that is called when the current tone has stopped playing.
- detach
- Remove any callback registered with this tone player.