| 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); |
nothing calls this directly
no test coverage detected