Using the Python opcode family, you can interact with a Python interpreter embedded in Csound in five ways:
and you can do any of these things:
...this means that there are many Python-related opcodes. But all of these opcodes share the same py prefix, and have a regular naming scheme:
"py" + [optional context prefix] + [action name] + [optional x-time prefix]
Credits.
Copyright (c) 2002 by Maurizio Umberto Puxeddu. All rights reserved.
Portions copyright (c) 2004 and 2005 by Michael Gogins. This document has been updated Sunday 25 July 2004 and 1 February 2005 by Michael Gogins.