Using Csound with Gen

maladie's icon

Hey,

I've been using Csound for awhile and thus I'm very used to its environment. I've been starting to use Csound (and Python inside Csound sometimes) in conjunction with MaxMSP to use the strenghts of every programming language. I was wondering if the Csound Max object would work with Gen or not.

Thanks a lot for the information!

Wesley Smith's icon

You can use them independently no problem. You can't use Csound inside a gen~ object though.

maladie's icon

If I use the Csound object outside of the Gen object, it would not be included within code export, correct?

Wesley Smith's icon

yes. Gen objects are different than standard MSP objects. It's not possible to use any of the usual MSP objects within gen~.