| Issue 253: | Add playing sound status on pymt.core.audio.Sound and add event on_start and on_stop | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 25, 2010
done in master
Status:
Done
May 25, 2010
Example of usage : http://github.com/tito/pymt/blob/master/examples/core/audio.py
Jul 2, 2010
(No comment was entered for this change.)
Labels:
Milestone-0.5
|
Labels: Type-Enhancement Milestone-0.4.1 Component-Core