Skip to content

Instantly share code, notes, and snippets.

@iani
Created February 9, 2021 13:42
Show Gist options
  • Save iani/ccb05203d98d326ae5f83e759e55769d to your computer and use it in GitHub Desktop.
Save iani/ccb05203d98d326ae5f83e759e55769d to your computer and use it in GitHub Desktop.
In SuperCollider, help a user to load the files of a piece on their own computer with their own path

// NOTE: CHANGE /users/nikos/ to your own selected folder. ~soundRoot = "/users/nikos/"; // the user should set this path to the folder which contains the sounds of the piece.

Pathname(~soundRoot +/+ "Folder1")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment