buffering
This commit is contained in:
parent
d5d9283456
commit
cd9a28b99c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ if ( ~now.year == 1970,
|
|||
~file.postln;
|
||||
|
||||
// cue file form disk then play
|
||||
Buffer.cueSoundFile (s, ~prefix++~file); ~play1.value;
|
||||
b=Buffer.cueSoundFile (s, ~prefix++~file); ~play1.value(b);
|
||||
};
|
||||
|
||||
~foreground = {
|
||||
|
|
Loading…
Reference in a new issue