Skip to content

Commit

Permalink
tweak guidance in script
Browse files Browse the repository at this point in the history
  • Loading branch information
danstowell committed Jan 15, 2012
1 parent 10a6a7e commit 0cb2ce9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 4444example1.scd
Expand Up @@ -10,7 +10,9 @@

// this simple example doesn't make use of the 'ebbs' to change the atmosphere/energy of the track.

Document.dir = "~/svn/stored_docs/scworkq/4444/".standardizePath; // or wherever you are
// on mac you don't need this line; on linux I need to explicitly say what folder we're in
Document.dir = "~/svn/stored_docs/scworkq/4444/".standardizePath;
// Now RUN THESE lines to prepare:
(Document.dir +/+ "4444.scd").load;
s.boot;
~init4444.value();
Expand Down
4 changes: 3 additions & 1 deletion 4444example2.scd
@@ -1,7 +1,9 @@

// Like example1, but with some use of the ebbs (arousal, valence, density) to control the mood of the track.

Document.dir = "~/svn/stored_docs/scworkq/4444/".standardizePath; // or wherever you are
// on mac you don't need this line; on linux I need to explicitly say what folder we're in
Document.dir = "~/svn/stored_docs/scworkq/4444/".standardizePath;
// Now RUN THESE lines to prepare:
(Document.dir +/+ "4444.scd").load;
s.boot;
~init4444.value();
Expand Down

0 comments on commit 0cb2ce9

Please sign in to comment.