MCPcopy Create free account
hub / github.com/csound/csound / Clear

Method Clear

interfaces/cs_glue.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 */
92
93void CsoundOpcodeList::Clear()
94{
95 // FIXME: this depends on csoundDisposeOpcodeList() ignoring the
96 // instance pointer
97 if (lst)
98 csoundDisposeOpcodeList((CSOUND*) 0, lst);
99 lst = (opcodeListEntry*) 0;
100 cnt = -1;
101}
102
103CsoundOpcodeList::CsoundOpcodeList(CSOUND *csound)
104{

Callers 13

~CsoundOpcodeListMethod · 0.95
cleanupMethod · 0.80
runCsoundAudioTrackMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
runCsoundAudioTrackMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
cleanupMethod · 0.80
~CsoundChannelListMethod · 0.80
~CsoundUtilityListMethod · 0.80

Calls 5

ResetVariablesMethod · 0.95
destroy_argvMethod · 0.95
csoundDisposeOpcodeListFunction · 0.85
csoundDeleteChannelListFunction · 0.85
csoundDeleteUtilityListFunction · 0.85

Tested by 1

cleanupMethod · 0.64