-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs typo: mixer.Sound #3180
Comments
This is not possible right now, but I started an implementation a few weeks ago, I still have some bugs to fix. You can turn yourself to
Good question. |
will the all --> alter, perhaps. |
That sounds great! I'm hoping you are either going to make it possible to copy.deepcopy(mysound) and/or add a Sound.copy() method ? |
For the docs, maybe something like: The Sound object represents actual sound sample data. Methods that change the state of the Sound object will alter all instances of the Sound playback. It's the recommendation that I am not sure about - at the moment I am just reloading the same sound file multiple times :-) |
Related issue: #1328 |
I'm moving it to the 2.5.3 milestone so it's not left behind and I don't forget it. |
ref: https://pyga.me/docs/ref/mixer.html
What should this say? :
"The Sound object represents actual sound sample data. Methods that change the state of the Sound object will the all instances of the Sound playback."
For context, I'm looking to make copies ( copy.copy() )of Sound objects from a cached dictionary, and am getting "cannot pickle Sound" errors. It would be great if the docs could address this.
Cheers!
The text was updated successfully, but these errors were encountered: