Skip to content

Commit

Permalink
for some reason looping was on...
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsullivan committed Mar 13, 2016
1 parent 6b60cea commit 19c8809
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Instr/cs/sfx/PlayBuf.scd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Instr("cs.sfx.PlayBuf", {
buf,
playbackRate * BufRateScale.kr(buf),
gate,
startTime * buf.sampleRate * buf.numChannels,
1
startTime * buf.sampleRate * buf.numChannels
);
//out = out * Linen.ar(gate, attackTime, 1.0, releaseTime, 2);
out = out * Env.new(
Expand Down

0 comments on commit 19c8809

Please sign in to comment.