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

Function SetExternalMidiErrorStringCallback

include/csound.hpp:565–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 csoundSetExternalMidiOutCloseCallback(csound, func);
564 }
565 virtual void SetExternalMidiErrorStringCallback(
566 const char *(*func)(int))
567 {
568 csoundSetExternalMidiErrorStringCallback(csound, func);
569 }
570 virtual int SetIsGraphable(int isGraphable)
571 {
572 return csoundSetIsGraphable(csound, isGraphable);

Callers

nothing calls this directly

Tested by

no test coverage detected