From e97853613cd8db4524696dd86cd0cee013a5d386 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Aug 2016 21:02:22 +0200 Subject: .config/SuperCollider/sc_ide_conf.yaml: Removing redundant sc_ide_conf.yaml. --- .config/SuperCollider/sc_ide_conf.yaml | 106 --------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 .config/SuperCollider/sc_ide_conf.yaml (limited to '.config/SuperCollider') diff --git a/.config/SuperCollider/sc_ide_conf.yaml b/.config/SuperCollider/sc_ide_conf.yaml deleted file mode 100644 index 9fb139f..0000000 --- a/.config/SuperCollider/sc_ide_conf.yaml +++ /dev/null @@ -1,106 +0,0 @@ -IDE: - editor: - blinkDuration: 600 - font: - antialias: 2 - family: DejaVu Sans Mono - size: 10 - indentWidth: 4 - lineWrap: true - spaceIndent: false - stepForwardEvaluation: false - theme: My old theme - themes: - My old theme: - built-in: !textFormat - color: "#3333bf" - italic: false - char: !textFormat - color: "#007300" - italic: false - class: !textFormat - color: "#0000d2" - italic: false - comment: !textFormat - color: "#bf0000" - italic: false - currentLine: !textFormat - color: "#000000" - background: "#f4f4f4" - italic: false - env-var: !textFormat - color: "#8c4614" - italic: false - evaluatedCode: !textFormat - color: "#000000" - background: "#f8a200" - keyword: !textFormat - color: "#0000e6" - bold: true - italic: false - lineNumbers: !textFormat - {} - matchingBrackets: !textFormat - color: "#ff0000" - bold: true - mismatchedBrackets: !textFormat - color: "#ffffff" - background: "#960000" - italic: false - number: !textFormat - color: "#980099" - italic: false - postwindowemphasis: !textFormat - color: "#000000" - bold: true - italic: false - postwindowerror: !textFormat - color: "#d11c24" - italic: false - postwindowsuccess: !textFormat - color: "#738a05" - italic: false - postwindowtext: !textFormat - color: "#000000" - italic: false - postwindowwarning: !textFormat - color: "#a57706" - italic: false - primitive: !textFormat - color: "#3333bf" - italic: false - searchResult: !textFormat - color: "#7a7a7a" - background: "#36475a" - selection: !textFormat - {} - string: !textFormat - color: "#5f5f5f" - italic: false - symbol: !textFormat - color: "#007300" - italic: false - text: !textFormat - {} - whitespace: !textFormat - color: "#7f7f7f" - italic: false - interpreter: - autoStart: true - runtimeDir: "" - mainWindow: - detached: !QVariantMap - documents-dock: "" - help-dock: "" - post-dock: "" - geometry: AdnQywACAAAAAAAAAAAAEgAABVUAAAL/AAAAAgAAABQAAAVTAAAC/QAAAAACAAAABVY= - state: AAAA/wAAAAD9AAAAAgAAAAAAAAAAAAAAAPwCAAAAAfsAAAAcAGQAbwBjAHUAbQBlAG4AdABzAC0AZABvAGMAawAAAAAA/////wAAAF4A////AAAAAQAAAh4AAAK+/AIAAAAC+wAAABIAaABlAGwAcAAtAGQAbwBjAGsBAAAAEwAAAWQAAABMAP////sAAAASAHAAbwBzAHQALQBkAG8AYwBrAQAAAXgAAAFZAAAATAD///8AAAMzAAACvgAAAAEAAAACAAAAAQAAAAL8AAAAAA== - postWindow: - lineWrap: false - scrollback: 1000 - recentDocuments: !QVariantList - [] - shortcuts: - editor-document-next: Alt+K - editor-document-previous: Alt+J - startWithSession: last \ No newline at end of file -- cgit v1.2.3-54-g00ecf From 7a6e8a7e85e2a22918fea51e5d0f091ca58d94e8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Aug 2016 22:11:37 +0200 Subject: .gitignore: Unignoring SuperCollider's startup file. --- .../startupfiles/electronicStudio.scd | 49 ---------------------- .../SuperCollider/startupfiles/rme_fireface800.scd | 49 ++++++++++++++++++++++ .gitignore | 1 - 3 files changed, 49 insertions(+), 50 deletions(-) delete mode 100644 .config/SuperCollider/startupfiles/electronicStudio.scd create mode 100644 .config/SuperCollider/startupfiles/rme_fireface800.scd (limited to '.config/SuperCollider') diff --git a/.config/SuperCollider/startupfiles/electronicStudio.scd b/.config/SuperCollider/startupfiles/electronicStudio.scd deleted file mode 100644 index b37b732..0000000 --- a/.config/SuperCollider/startupfiles/electronicStudio.scd +++ /dev/null @@ -1,49 +0,0 @@ -//Server.local.options.numOutputBusChannels = 12; // change number of input and output channels -Server.local.options.numOutputBusChannels = 8; // change number of input and output channels -Server.local.options.numInputBusChannels = 0;//8; -//Server.local.options.blockSize = 128; //256; // increase block size (default is 64) -Server.local.options.sampleRate = 41000; //96000; // increase sampling rate (if your hardware supports it) -Server.local.options.memSize = 6291456;//2097152; // 1048576; -Server.local.options.maxNodes = 65536; -//Server.local.options.maxSynthDefs = 16384; - -// hook up jack ports to audio channels -//"SC_JACK_DEFAULT_INPUTS".setenv( -//"rme_fireface:adat-01-in, -// rme_fireface:adat-02-in, -// rme_fireface:adat-03-in, -// rme_fireface:adat-04-in, -// rme_fireface:adat-05-in, -// rme_fireface:adat-06-in, -// rme_fireface:adat-07-in, -// rme_fireface:adat-08-in, -// rme_fireface:adat-09-in, -// rme_fireface:adat-10-in, -// rme_fireface:adat-11-in, -// rme_fireface:adat-12-in, -// rme_fireface:adat-13-in, -// rme_fireface:adat-14-in, -// rme_fireface:adat-15-in, -// rme_fireface:adat-16-in" -//); -//"SC_JACK_DEFAULT_OUTPUTS".setenv( -//"system" -//"firewire_pcm:0000a350026756bfa_pbk_analog-1_out" -//"rme_fireface:adat-01-out" -//"rme_fireface:adat-01-out, -// rme_fireface:adat-02-out, -// rme_fireface:adat-03-out, -// rme_fireface:adat-04-out, -// rme_fireface:adat-05-out, -// rme_fireface:adat-06-out, -// rme_fireface:adat-07-out, -// rme_fireface:adat-08-out, -// rme_fireface:adat-09-out, -// rme_fireface:adat-10-out, -// rme_fireface:adat-11-out, -// rme_fireface:adat-12-out, -// rme_fireface:adat-13-out, -// rme_fireface:adat-14-out, -// rme_fireface:adat-15-out, -// rme_fireface:adat-16-out" -//); diff --git a/.config/SuperCollider/startupfiles/rme_fireface800.scd b/.config/SuperCollider/startupfiles/rme_fireface800.scd new file mode 100644 index 0000000..b37b732 --- /dev/null +++ b/.config/SuperCollider/startupfiles/rme_fireface800.scd @@ -0,0 +1,49 @@ +//Server.local.options.numOutputBusChannels = 12; // change number of input and output channels +Server.local.options.numOutputBusChannels = 8; // change number of input and output channels +Server.local.options.numInputBusChannels = 0;//8; +//Server.local.options.blockSize = 128; //256; // increase block size (default is 64) +Server.local.options.sampleRate = 41000; //96000; // increase sampling rate (if your hardware supports it) +Server.local.options.memSize = 6291456;//2097152; // 1048576; +Server.local.options.maxNodes = 65536; +//Server.local.options.maxSynthDefs = 16384; + +// hook up jack ports to audio channels +//"SC_JACK_DEFAULT_INPUTS".setenv( +//"rme_fireface:adat-01-in, +// rme_fireface:adat-02-in, +// rme_fireface:adat-03-in, +// rme_fireface:adat-04-in, +// rme_fireface:adat-05-in, +// rme_fireface:adat-06-in, +// rme_fireface:adat-07-in, +// rme_fireface:adat-08-in, +// rme_fireface:adat-09-in, +// rme_fireface:adat-10-in, +// rme_fireface:adat-11-in, +// rme_fireface:adat-12-in, +// rme_fireface:adat-13-in, +// rme_fireface:adat-14-in, +// rme_fireface:adat-15-in, +// rme_fireface:adat-16-in" +//); +//"SC_JACK_DEFAULT_OUTPUTS".setenv( +//"system" +//"firewire_pcm:0000a350026756bfa_pbk_analog-1_out" +//"rme_fireface:adat-01-out" +//"rme_fireface:adat-01-out, +// rme_fireface:adat-02-out, +// rme_fireface:adat-03-out, +// rme_fireface:adat-04-out, +// rme_fireface:adat-05-out, +// rme_fireface:adat-06-out, +// rme_fireface:adat-07-out, +// rme_fireface:adat-08-out, +// rme_fireface:adat-09-out, +// rme_fireface:adat-10-out, +// rme_fireface:adat-11-out, +// rme_fireface:adat-12-out, +// rme_fireface:adat-13-out, +// rme_fireface:adat-14-out, +// rme_fireface:adat-15-out, +// rme_fireface:adat-16-out" +//); diff --git a/.gitignore b/.gitignore index 3c0f50e..3ff066a 100644 --- a/.gitignore +++ b/.gitignore @@ -93,7 +93,6 @@ svn/ .config/Skype/ .config/SubDownloader/ .config/SuperCollider/sessions/ -.config/SuperCollider/startup.scd .config/Thunar/ .config/Trolltech.conf .config/Trolltech/ -- cgit v1.2.3-54-g00ecf From e8fbd827bd7a669c132b235af2d0d2d5abcd99bc Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Aug 2016 22:12:02 +0200 Subject: .config/SuperCollider/startup.scd: Adding a generic startupFile for SuperCollider. --- .config/SuperCollider/startup.scd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/SuperCollider/startup.scd (limited to '.config/SuperCollider') diff --git a/.config/SuperCollider/startup.scd b/.config/SuperCollider/startup.scd new file mode 100644 index 0000000..413d8b0 --- /dev/null +++ b/.config/SuperCollider/startup.scd @@ -0,0 +1,7 @@ + +Server.local.options.numOutputBusChannels = 2; +Server.local.options.numInputBusChannels = 2; + +if(("ls /dev/fw1".systemCmd) < 0, { + File.readInterpret(Platform.userConfigDir++"/startupfiles/rme_fireface800.scd"); +}); -- cgit v1.2.3-54-g00ecf From 745448d4e73d9cbd8f083ae788a1a23a17d9a281 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 9 Aug 2016 22:13:07 +0200 Subject: .config/SuperCollider/startupfiles/rme_fireface800.scd: Removing obsolete configurations. --- .../SuperCollider/startupfiles/rme_fireface800.scd | 53 +++------------------- 1 file changed, 6 insertions(+), 47 deletions(-) (limited to '.config/SuperCollider') diff --git a/.config/SuperCollider/startupfiles/rme_fireface800.scd b/.config/SuperCollider/startupfiles/rme_fireface800.scd index b37b732..2956e09 100644 --- a/.config/SuperCollider/startupfiles/rme_fireface800.scd +++ b/.config/SuperCollider/startupfiles/rme_fireface800.scd @@ -1,49 +1,8 @@ -//Server.local.options.numOutputBusChannels = 12; // change number of input and output channels -Server.local.options.numOutputBusChannels = 8; // change number of input and output channels -Server.local.options.numInputBusChannels = 0;//8; -//Server.local.options.blockSize = 128; //256; // increase block size (default is 64) -Server.local.options.sampleRate = 41000; //96000; // increase sampling rate (if your hardware supports it) -Server.local.options.memSize = 6291456;//2097152; // 1048576; -Server.local.options.maxNodes = 65536; +Server.local.options.numOutputBusChannels = 28; +Server.local.options.numInputBusChannels = 28; +Server.local.options.blockSize = 128; //256; // increase block size (default is 64) +//Server.local.options.sampleRate = 41000; //96000; // increase sampling rate (if your hardware supports it) +//Server.local.options.memSize = 6291456;//2097152; // 1048576; +//Server.local.options.maxNodes = 65536; //Server.local.options.maxSynthDefs = 16384; -// hook up jack ports to audio channels -//"SC_JACK_DEFAULT_INPUTS".setenv( -//"rme_fireface:adat-01-in, -// rme_fireface:adat-02-in, -// rme_fireface:adat-03-in, -// rme_fireface:adat-04-in, -// rme_fireface:adat-05-in, -// rme_fireface:adat-06-in, -// rme_fireface:adat-07-in, -// rme_fireface:adat-08-in, -// rme_fireface:adat-09-in, -// rme_fireface:adat-10-in, -// rme_fireface:adat-11-in, -// rme_fireface:adat-12-in, -// rme_fireface:adat-13-in, -// rme_fireface:adat-14-in, -// rme_fireface:adat-15-in, -// rme_fireface:adat-16-in" -//); -//"SC_JACK_DEFAULT_OUTPUTS".setenv( -//"system" -//"firewire_pcm:0000a350026756bfa_pbk_analog-1_out" -//"rme_fireface:adat-01-out" -//"rme_fireface:adat-01-out, -// rme_fireface:adat-02-out, -// rme_fireface:adat-03-out, -// rme_fireface:adat-04-out, -// rme_fireface:adat-05-out, -// rme_fireface:adat-06-out, -// rme_fireface:adat-07-out, -// rme_fireface:adat-08-out, -// rme_fireface:adat-09-out, -// rme_fireface:adat-10-out, -// rme_fireface:adat-11-out, -// rme_fireface:adat-12-out, -// rme_fireface:adat-13-out, -// rme_fireface:adat-14-out, -// rme_fireface:adat-15-out, -// rme_fireface:adat-16-out" -//); -- cgit v1.2.3-54-g00ecf