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
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
14 //SwingOSC.program = "SwingOSC/build/SwingOSC.jar";
\r
15 SwingOSC.program = "SwingOSC.jar";
\r
18 // make window for server
\r
19 g.waitForBoot({ s.makeWindow(); });
\r