Created
August 29, 2017 01:25
-
-
Save tado/0b2bc3434c1eb8f2a6a47db66784f7c0 to your computer and use it in GitHub Desktop.
SuperCollider Startup File for Alienware 13 R3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server.local.options.numOutputBusChannels = 2; | |
Server.local.options.numInputBusChannels = 0; | |
Server.local.options.device = "Windows WASAPI"; | |
Server.local.options.sampleRate = 192000; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment