Bryan Smart
unread,Aug 22, 2012, 10:07:40 AM8/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyo-d...@googlegroups.com
Olivier, I've been reworking my code to use the changes that you made to Mixer. All works well so far. One aspect still remains that might be worth addressing, though I have a workaround.
When I need to access an input object, I still must
Mixer._inputs[id]
This works, but you were encouraging me to stay away from poking at the private vars of Mixer.
Maybe you could add a
Mixer.getInput(voice)
Bryan