aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/SuperCollider/startup.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/SuperCollider/startup.scd b/.config/SuperCollider/startup.scd
index 061c069..fcaaf52 100644
--- a/.config/SuperCollider/startup.scd
+++ b/.config/SuperCollider/startup.scd
@@ -131,6 +131,10 @@ if (File.exists(Platform.userConfigDir++"/synthdefs.scd"), {
File.readAllString(Platform.userConfigDir++"/synthdefs.scd").interpret;
});
+if (File.exists(Platform.userConfigDir++"/patterns.scd"), {
+ File.readAllString(Platform.userConfigDir++"/patterns.scd").interpret;
+});
+
if (File.exists(Platform.userConfigDir++"/functions.scd"), {
File.readAllString(Platform.userConfigDir++"/functions.scd").interpret;
});