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

Method CsoundChannelList

interfaces/cs_glue.cpp:325–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325CsoundChannelList::CsoundChannelList(CSOUND *csound)
326{
327 lst = (controlChannelInfo_t*) 0;
328 cnt = csoundListChannels(csound, &lst);
329 this->csound = csound;
330 if (cnt < 0 || !lst)
331 this->ResetVariables();
332}
333
334CsoundChannelList::CsoundChannelList(Csound *csound)
335{

Callers

nothing calls this directly

Calls 2

ResetVariablesMethod · 0.95
csoundListChannelsFunction · 0.85

Tested by

no test coverage detected