Home
last modified time | relevance | path

Searched refs:csoundExternalMidiErrorString (Results 1 – 4 of 4) sorted by relevance

/dports/audio/csound/csound-6.15.0/InOut/
H A Dmidirecv.c138 err, csoundExternalMidiErrorString(csound, err)); in MidiOpen()
493 n, csoundExternalMidiErrorString(csound, n)); in sensMidi()
620 retval, csoundExternalMidiErrorString(csound, retval)); in MidiClose()
627 retval, csoundExternalMidiErrorString(csound, retval)); in MidiClose()
H A Dmidisend.c186 retval, csoundExternalMidiErrorString(csound, retval)); in openMIDIout()
/dports/audio/csound/csound-6.15.0/H/
H A Dprototyp.h260 const char *csoundExternalMidiErrorString(CSOUND *, int errcode);
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3037 const char *csoundExternalMidiErrorString(CSOUND *csound, int errcode) in csoundExternalMidiErrorString() function