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

Method kontrol_

include/OpcodeBase.hpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 return NOTOK;
269 }
270 static int kontrol_(CSOUND *csound, void *opcode)
271 {
272 return reinterpret_cast<T *>(opcode)->kontrol(csound);
273 }
274 int audio(CSOUND *csound)
275 {
276 IGN(csound);

Callers

nothing calls this directly

Calls 1

kontrolMethod · 0.45

Tested by

no test coverage detected