class library: PriorityQueue - implement removeValue, hide array
[supercollider.git] / platform / windows / startup.sc
bloba8a7ac7683fcc167ef32fdd9c808eea044175a7d
1 // You can now specify the device to start with \r
2 // the string is "API : DeviceName"\r
3 // NOTE: you need to specify a string that is a substring of\r
4 //      the 2 device names that specify input and output to\r
5 //      have both devices recognised correctly\r
6 //      Your options will be printed each time the server starts\r
7 \r
8 // examples\r
9 //s.options.device_("ASIO : ASIO4ALL v2");\r
10 //s.options.device_("MME : Microsoft Soundmapper");\r
11 //s.options.device_("MME : Realtek AC97 Audio");\r
12 //s.options.dump;\r
14 //SwingOSC.program = "SwingOSC/build/SwingOSC.jar";\r
15 SwingOSC.program = "SwingOSC.jar";\r
16 g=SwingOSC.default;\r
18 // make window for server\r
19 g.waitForBoot({ s.makeWindow(); });\r