[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Re: Formatting Messages (for Playback)



When I use s.record and s.stopRecording on my machine, the rendered aiff file
is stored in:

/Users/eli/Music/SuperCollider Recordings/

So, I can use the following code to read these files into Buffers and
collect them into an Array called ~bufs:

(
~bufs = PathName("/Users/eli/Music/SuperCollider
Recordings/").entries.collect({
	arg bufPathName, index;
	Buffer.read(s, bufPathName.fullPath);
});
)

You'll need to change the path string to suit your computer. Alternatively,
I believe you can specify a path (as a String) when you record:

s.record("my/record/path");

Eli





--
View this message in context: http://new-supercollider-mailing-lists-forums-use-these.2681727.n2.nabble.com/Formatting-Messages-for-Playback-tp7629605p7629633.html
Sent from the SuperCollider Users New (Use this!!!!) mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/