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

Method SubType

interfaces/cs_glue.cpp:258–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 */
257
258int CsoundChannelList::SubType(int ndx)
259{
260 int tmp;
261 controlChannelHints_t hints;
262 tmp = this->GetChannelMetaData(ndx, &hints);
263 if (tmp >= 0) {
264 tmp = hints.behav;
265 }
266 return tmp;
267}
268
269/**
270 * Returns the default value set for the control channel at index 'ndx'

Callers

nothing calls this directly

Calls 1

GetChannelMetaDataMethod · 0.95

Tested by

no test coverage detected