Generating Tones With Python

2009-05-17 Thread Adam Gaskins
I am pretty sure this shouldn't be as hard as I'm making it to be, but how does one go about generating tones of specific frequency, volume, and L/R pan? I've been digging around the internet for info, and found a few examples. One was with gstreamer, but I can't find much in the documentation

Re: When *don't* I use 'self' in classes?

2009-05-14 Thread Adam Gaskins
Thanks a lot everyone! This really cleared it up for me! :) "Adam Gaskins" wrote in message news:rxhol.41113$5n7.8...@newsfe09.iad... >I am a bit confused as too when, if ever, it is not appropriate to prepend >'self' to objects in a class. All of the examples of

When *don't* I use 'self' in classes?

2009-05-13 Thread Adam Gaskins
I am a bit confused as too when, if ever, it is not appropriate to prepend 'self' to objects in a class. All of the examples of how to use 'self' that I find seem to be short and very simple (as examples tent to be). I appologize if I am asking an ignorant question here, but I want to get off o

Re: PythonCard - My app stuck when button clicked

2009-05-13 Thread Adam Gaskins
I second this. I am very interested in PyCard having just discovered it in your message here. I know I'll run in to this same problem in my application that will run test routines that must have a mechanism to abort. Sorry for the lack of any help here... -Adam "daved170" wrote in message n

Re: OOP & Abstract Classes

2009-05-11 Thread Adam Gaskins
Wow, thanks Nick! This is just what I was looking for! Thanks to Peter as well. And as for your suggestion that I probably shouldn't mess with things I don't understand and learn the basics first... well, that is probably sound advice, but I figured out years ago that I learn things best by a)

Re: OOP & Abstract Classes

2009-05-11 Thread Adam Gaskins
Any idea why I didn't see this reply on my ng? I only see the reply from Marco. Can't help but wonder if there is more that is not getting through here. Would someone mind forwarding me any other replies? FWIW I'm using news.east.cox.net. Thanks, -Adam > Mike Driscoll wrote: > >> I've never u