1
0

feat: add fx method for tracks

This commit is contained in:
2025-06-14 09:01:41 +02:00
parent 13e794f44b
commit fddbf09d99
3 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,11 @@
# Scoobidules
A collection of snippets, patches, classes and hybrid SuperCollider bidules
## Where are files located?
As far as I know, the extensions folder for SuperCollider is necessarily located at `~/.local/share/SuperCollider/Extensions`. Classes must be copied in there.
SynthDefs can be placed in `~/.local/share/SuperCollider/synthdefs` to [load them on server start].
The `startup.scd` file must be placed in `~/.config/SuperCollider`.