Thanks for the work on this!

One issue I encountered: one of my libraries wants to play an audio file, 
then loop from a certain point rather than the beginning of the audio. 
Previously, it was tolerably effective to divide the audio into "intro" and 
"looping" files, create a SourceGroup for the "looping" file with loop set, 
and then queue the intro file and the SourceGroup. With the change of 
SourceGroup into PlayList and migration of loop to the Player, this no 
longer appears possible. I can handle this by e.g. setting loop on the 
Player from on_player_next_source, but this is less elegant and more prone 
to error than the earlier solution.

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to