csound~

Jean-Michel Darremont's icon
Kasper's icon

>Are there here users of csound~ inside maxmsp?
>Is it stable enough to be used live?
>
>

i would not call myself csound~ "user", but yes i did use csound~
live on two occasions ( on 2 projects, so it's more than 2 times)

by no means it was a big scound patch (once it was some filters
second time a convolution) - i remember having some troubles fixing
the right order of inits, but it sure worked doing a real-time
convolution

best

kasper
--
Kasper T. Toeplitz
noise, composition, bass, computer
http://www.sleazeArt.com

Brad Garton's icon
Davis Pyon's icon

I'm a little biased, but csound~ has been pretty stable for
me. Of course, it is possible to create an orchestra that's not well behaved. For example, some opcodes don't behave well when parameters go out of range (e.g. svfilter). Test before live use and you should be fine.

However, there is one thing you should be aware of: replacing an
f-table while an opcode is accessing that table may crash MaxMSP; Csound f-tables were never designed for realtime loading.

Hmm, I should probably add this to the manual....

Davis