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

Method ResetVariables

interfaces/cs_glue.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 */
137
138void CsoundChannelList::ResetVariables()
139{
140 lst = (controlChannelInfo_t*) 0;
141 cnt = -1;
142 csound = (CSOUND*) 0;
143}
144
145int CsoundChannelList::GetChannelMetaData(int ndx,
146 controlChannelHints_t *hints)

Callers 2

ClearMethod · 0.95
CsoundChannelListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected