Issue 253: Add playing sound status on pymt.core.audio.Sound and add event on_start and on_stop
Status:  Done
Owner:
Closed:  May 2010
Reported by Thomas.L...@gmail.com, May 19, 2010
Is it possibl to add playing status on Sound object.
it's just to test if Sound is playing or not.


if mysound.status == 'play' :
    mysound.stop()


other imrovement like add 2 events

- on_start
- on_stop
May 20, 2010
Project Member #1 txprog
(No comment was entered for this change.)
Status: Accepted
Labels: Type-Enhancement Milestone-0.4.1 Component-Core
May 25, 2010
Project Member #2 txprog
done in master
Status: Done
May 25, 2010
Project Member #3 txprog
Example of usage : 
http://github.com/tito/pymt/blob/master/examples/core/audio.py
Jul 2, 2010
Project Member #4 txprog
(No comment was entered for this change.)
Labels: Milestone-0.5