ReaCollider icon indicating copy to clipboard operation
ReaCollider copied to clipboard

Update simpleproject.scd

Open prko opened this issue 1 year ago • 1 comments

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";

prko avatar Oct 07 '23 23:10 prko

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;

prko avatar Oct 08 '23 00:10 prko