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

Method MinValue

interfaces/cs_glue.cpp:289–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 */
288
289double CsoundChannelList::MinValue(int ndx)
290{
291 controlChannelHints_t hints;
292 if (this->GetChannelMetaData(ndx, &hints) > 0)
293 return hints.min;
294 return 0.0;
295}
296
297/**
298 * Returns the maximum 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