WinXound updated (3.0.60)

Hi All,
an updated version of WinXound.Net is now ready for download at:
http://www.ibiart.it/winxound/lastversion.html

– Fixed a serious bug on compiler window thread (output text of the compilation window fails or
stops randomly). Many thanks to Mark Jamerson and Roberto Doati for discovering this bug!
– Improved compiler text output;
– New “Go to line error” button on compiler window;
– Various minor bugs fixed.

Stefano

SineBox

Hello everybody!

I’m here to inform you that the next Csound Blog is up.  Here’s a quick
excerpt:

“Today’s blog is on SineBox: a “music box” like instrument that plays
itself. Once a user starts SineBox with a single i-event in the score,
SineBox creates instances of itself, generating multiple sine tones over
time. This may not be the most musical piece of Csound technology ever
conceived of. It can, however, be molded to fit a wide range of uses,
musical and otherwise.”

SineBox
http://www.thumbuki.com/csound/files/thumbuki20080126.csd

The Csound Blog
http://www.thumbuki.com/csound/blog/  

New PythonDemoApp

I have committed to Csound CVS a new examples/PythonDemoApp.py and PythonDemoFrame.py application. This demonstrates a number of techniques involved with effectively using the Csound’s Python API. This is not a real-time performance application, so much as it is a composition that plays in real time and enables the user to tweak synthesis parameters that affect the global sound of the piece, and even to edit the orchestra and score. All changes can be saved as progressive ‘snapshots’ which are restored when the application starts up again.