Skip to content

Instantly share code, notes, and snippets.

@tado
Created August 29, 2017 01:25
Show Gist options
  • Save tado/0b2bc3434c1eb8f2a6a47db66784f7c0 to your computer and use it in GitHub Desktop.
Save tado/0b2bc3434c1eb8f2a6a47db66784f7c0 to your computer and use it in GitHub Desktop.
SuperCollider Startup File for Alienware 13 R3
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