Using Csound with Gen
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!
You can use them independently no problem. You can't use Csound inside a gen~ object though.
If I use the Csound object outside of the Gen object, it would not be included within code export, correct?
yes. Gen objects are different than standard MSP objects. It's not possible to use any of the usual MSP objects within gen~.