I was trying to use the on_eos event of the managed soundplayer but nothing happened. As I am new to this library I just want to make sure, to use an event I just type: player.on_eos = some_function ?
Well, when the song came to an end the function was not called. After a while i tried to overload the _on_eos method of the player and to my surprise it worked. So as far as I can tell, the _on_eos method is called as it should and dispatches an event 'on_eos', but then it somehow disappears. My question is really, am I doing something wrong or is this a bug in pyglet? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
