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

Function csoundSetExternalMidiErrorStringCallback

Top/csound.c:3143–3147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3141}
3142
3143PUBLIC void csoundSetExternalMidiErrorStringCallback(CSOUND *csound,
3144 const char *(*func)(int))
3145{
3146 csound->midiGlobals->MidiErrorStringCallback = func;
3147}
3148
3149/*
3150 * FUNCTION TABLE DISPLAY.

Calls

no outgoing calls

Tested by

no test coverage detected