diff options
-rw-r--r-- | .config/SuperCollider/startupfiles/rme_babyface.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/SuperCollider/startupfiles/rme_babyface.scd b/.config/SuperCollider/startupfiles/rme_babyface.scd index c38b893..f778262 100644 --- a/.config/SuperCollider/startupfiles/rme_babyface.scd +++ b/.config/SuperCollider/startupfiles/rme_babyface.scd @@ -1,4 +1,5 @@ Server.local.options.numOutputBusChannels = 12; Server.local.options.numInputBusChannels = 10; -Server.local.options.blockSize = 64; //256; // increase block size (default is 64) +Server.local.options.blockSize = 128; // default: 64 +Server.local.options.device = "RME Babyface"; |