I'm learning ChucK, which has an absolutely beautiful language specification but a really shitty implementation. Supercollider is out of the option due to lack of support/updates for Windows, and CSound is just archaic and lacks the coding power I need. Also, I can't stand graphical programming languages like Max/MSP and Pd.

Is there anything that has a similar functionality as ChucK or Supercollider, but acts as an API which is accessible via an established programming language? I shouldn't be forced to use only while loops in ChucK because for loops are broken, and problems like these don't exist in established, popular languages.

Thanks.

link|improve this question

64% accept rate
What is this for? (Game, Music Creation, Post Processing, Virtual Intstruments, etc.) and does it have to plug into an already existing API, or framework? What OS? – RTS Mar 4 '11 at 6:21
Man, you are hard to please. I know you think Csound is archaic, but have you tried some projects that use Csound as an engine, like flexatone.net/athena.html and code.google.com/p/ounk ? – Nemeth Mar 4 '11 at 16:22
Currently, I would be using this to generate sound for research. Basically, I'm just looking for any alternative to ChucK that runs on windows and is equally powerful (and more mature), but is easy to learn/use (like ChucK) and allows me to quickly and easily draft musical scripts. I'll look into AthenaCL and Ounk. – Chironex Mar 4 '11 at 19:32
Looking at both AthenaCL and Ounk---they both appear to be potentially useful, but it seems as if drafting sounds in ChucK while avoiding the sucky parts of it would be easier than learning either of those. – Chironex Mar 4 '11 at 19:44
"for loops are broken" what? I code ChucK every day. For loops work just fine. for(0 => int i; i < somearray.size(); i++){ // do something } – jorelli Jun 15 '11 at 1:27
show 1 more comment
feedback

3 Answers

Maybe ScalaCollider

link|improve this answer
Still relies on Supercollider, which is no longer supported on Windows :-/ – Chironex Apr 6 '11 at 4:05
The latest stable release is 3.3.1 i think which is fairly new... And there was some sign recently that the person that did the most work regarding the windows port is picking up again with the new 3.4.x build system... – Sciss Apr 6 '11 at 4:34
Hmm, I'll look into it. – Chironex Apr 7 '11 at 3:44
feedback

How about using Python itself?

http://pypi.python.org/pypi/SC/0.2

http://code.google.com/p/supyrconductor/

link|improve this answer
feedback

Supercollider is now actively supported for windows. Check:

http://supercollider.sourceforge.net/downloads/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.