cmake build system: visiblity support for clang
[supercollider.git] / SCClassLibrary / Platform / osx / extMIDIOut.sc
blob04d0db3cc2a8aadb50b94fcc2ed4f6f16c44fcf0
1 + MIDIOut {
2                 // these are required on linux but not osx
3                 // so we have stubs to prevent errors running linux code on osx
4         connect {}
5         disconnect {}
6         *connect {}
7         *disconnect {}
8         *connectByUID {}
9         *disconnectByUID {}