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

Method MaxValue

interfaces/cs_glue.cpp:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 */
302
303double CsoundChannelList::MaxValue(int ndx)
304{
305 controlChannelHints_t hints;
306 if (this->GetChannelMetaData(ndx, &hints) > 0)
307 return hints.max;
308 return 0.0;
309}
310
311/**
312 * Releases the memory used by the channel list. Should be called

Callers

nothing calls this directly

Calls 1

GetChannelMetaDataMethod · 0.95

Tested by

no test coverage detected