repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
cmake build system: visiblity support for clang
[supercollider.git]
/
SCClassLibrary
/
Platform
/
osx
/
extMIDIOut.sc
blob
04d0db3cc2a8aadb50b94fcc2ed4f6f16c44fcf0
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 {}
10
}