Are there any examples and models of Cabbage Instruments that use the Csound Python opcodes?
Are they still working? As some of you might have noticed, in the latest release of Csound, the Python opcodes were moved to a plugin directory, and thus, they no longer appear as part of Csound unless one can figure out how to build them (on a Mac there are no step-by-step instructions yet), and install/link/include them.
In particular, one of my students was trying to run Chris Donahue’s Evolutionary Synth, but it fails with a syntax error showing that the first encountered Python opcode is ‘missing’ (they probably all are)
error: syntax error, unexpected NEWLINE (token "
") from file /Users/mitchellmcdermott/Desktop/Evolutionary Synth/Patch/evosynth.csd (1)
line 72:
>>> pyinit <<<
Unexpected untyped word pyinit when expecting a variable
Can any of you suggest some solutions here - or share some of your working examples of Cabbage instruments that use the Python opcode and Python?
Thanks.
PS - I have attached the Evolutionary Synth (for me - even the buttons and sliders do not appear, but this Cabbage was build some years ago as you can see from the manual.Evolutionary Synth.zip (72.7 KB)