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
SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git]
/
SCClassLibrary
/
Platform
/
windows
/
extMIDIOut.sc
blob
8cfeee508ad48ad3cd59f6ec37f8bb086224ea8d
1
+ MIDIOut {
2
// these are required on linux but not windows
3
// so we have stubs to prevent errors running linux code on windows
4
connect {}
5
disconnect {}
6
*connect {}
7
*disconnect {}
8
*connectByUID {}
9
*disconnectByUID {}
10
}