opcodesList

Contents

opcodesList#

csoundengine.csoundlib.opcodesList(cached=True, opcodedir='')[source]#

Return a list of the opcodes present

Parameters:
  • cached – if True, results are remembered between calls

  • opcodedir (str) – if given, plugin libraries will be loaded from this path (option –opcode-dir in csound). In this case the cache is not used

Return type:

list[str]

Returns:

a list of all available opcodes