Skip to content

Update simpleproject.scd#2

Open
prko wants to merge 1 commit into
madskjeldgaard:mainfrom
prko:patch-1
Open

Update simpleproject.scd#2
prko wants to merge 1 commit into
madskjeldgaard:mainfrom
prko:patch-1

Conversation

@prko

@prko prko commented Oct 7, 2023

Copy link
Copy Markdown

SuperCollider returns an error when evaluating this document.
I changed it to resolve the problem.

The eason of error:

The location of the sound file "a11wlk01.wav" is as follows:
Platform.resourceDir +/+ "sounds" +/+ "a11wlk01.wav";

The location of the sound file "a11wlk01.wav" is as follows:

Platform.resourceDir +/+ "sounds" +/+ "a11wlk01.wav";
@prko

prko commented Oct 8, 2023

Copy link
Copy Markdown
Author

I think it is better to change the 7th line:

from

var projectPath = "~/tmp/reacollider-%.RPP".format(Date.getDate.stamp).asAbsolutePath;

to

var projectPath = "~/reacollider-%.RPP".format(Date.getDate.stamp).asAbsolutePath;

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant