1 LinuxPlatform : UnixPlatform
5 var deprecated = #["~/.sclang.sc"];
6 Platform.deprecatedStartupFiles(deprecated);
7 ^(deprecated ++ super.startupFiles)
11 helpDir = this.systemAppSupportDir++"/Help";
14 Server.program = "exec scsynth";
17 Score.program = Server.program;
19 // default jack port hookup
20 "SC_JACK_DEFAULT_INPUTS".setenv("system");
21 "SC_JACK_DEFAULT_OUTPUTS".setenv("system");
23 // automatically start jack when booting the server
24 // can still be overridden with JACK_NO_START_SERVER
25 "JACK_START_SERVER".setenv("true");
27 // load user startup file
28 this.loadStartupFiles;
30 defaultHIDScheme { ^\linux_hid }
34 this.declareFeature(\unixPipes); // pipes are possible (can't declare in UnixPlatform since IPhonePlatform is unixy yet can't support pipes)