This website works better with JavaScript.
Home
Help
Sign In
luka
/
SuperCollider-Workspace
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
contrapoints removed recording code
main
Luka Prinčič
1 year ago
parent
e3fa7d2159
commit
1e577cb31c
1 changed files
with
0 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-11
210313_buffer_play.scd
+ 0
- 11
210313_buffer_play.scd
View File
@ -128,14 +128,3 @@ Pbindef(\bufPlat,
~revBus.free;
~granBus.free;
)
thisProcess.platform.recordingsDir = "/home/random";
r = Recorder.new(s);
r.recHeaderFormat = "flac";
r.recSampleFormat = "int24";
r.filePrefix = "SuperCollider_";
Write
Preview
Loading…
Cancel
Save