> Is there a chance in this to set the orc as a string, and also to set > the sco as a string? ... Yes, we have `csoundCompileOrc' and `csoundReadScore' in cs6 PUBLIC int csoundCompileOrc(CSOUND *csound, char *str); PUBLIC int csoundReadScore(CSOUND *csound, char *str); and also PUBLIC TREE *csoundParseOrc(CSOUND *csound, char *str); PUBLIC int csoundCompileTree(CSOUND *csound, TREE *root); > What is the reasoning to pass OPARMS to csoundCreate, rather than have > a separate setter for parameters? Or a whole suite of setters/getters > one for each parameter? Or a dictionary of parameters and values? I see the OPARMS struct like `Pa_StreamParameters' for `Pa_OpenStream' in PortAudio or `SF_INFO' in sndlib. However, I am not preference, setter/getter or suit is good for me. tito ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net