1/// Installing sc3-plugins quarks
2
3// If you installed the sc3-plugins to a user location:
4~sc3plugs = Quarks(
5reposPath: "https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins/build",
6localPath: Platform.userAppSupportDir +/+ "SC3plugins"
7);
8
9// If the sc3-plugins were installed to a system wide location:
10~sc3plugs = Quarks(
11reposPath: "https://sc3-plugins.svn.sourceforge.net/svnroot/sc3-plugins/build",
12localPath: Platform.systemAppSupportDir +/+ "SC3plugins"
13);
14
15
16// Get a GUI of the available Quarks and install the ones you want to try out:
17~sc3plugs.gui;
18
19
20// For more general Help on Quarks, see the Quarks helpfile