Re: [Tutor] Loop not iterating

2015-07-05 Thread Nym City via Tutor
This is pretty cool, Thank you for explaining! I liked the second solution.  Thank you. On Sunday, July 5, 2015 2:10 AM, Steven D'Aprano wrote: Hi Nym, sorry your code's formatting is broken again. I've tried my best to fix it below: On Fri, Jul 03, 2015 at 09:04:10PM +, Nym

Re: [Tutor] about real-time audio synthesis and algorithmic composition

2015-07-05 Thread Laura Creighton
In a message of Sun, 05 Jul 2015 12:04:42 +0800, "Zhongye" writes: >Thank for your helpful replay, I had a rough learning route. >I think I need learn some basics via the book firstly, and try to write some >code for sound using the standard library. > >I have check the link you send to me, I'm in

Re: [Tutor] about real-time audio synthesis and algorithmic composition

2015-07-05 Thread Zhongye
Thanks for your helpful reply. I have check them, that it control SuperCollider via OSC (Open Sound Control), and it provides with a simpler API to use those libraries. Is that mean if I write some python scripts importing it, and the others want to use my scripts, they have to also install the S

Re: [Tutor] about real-time audio synthesis and algorithmic composition

2015-07-05 Thread Zhongye
Thank for your helpful replay, I had a rough learning route. I think I need learn some basics via the book firstly, and try to write some code for sound using the standard library. I have check the link you send to me, I'm interested in the PyGame package, and I found that the Audio Programming