Skip to content

Commit

Permalink
slicer: fix popping on timestretch
Browse files Browse the repository at this point in the history
fixes #169
  • Loading branch information
mmckegg committed Feb 17, 2016
1 parent fe7e700 commit 063f1bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions nodes/slicer-chunk/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ function SlicerChunk (parentContext) {
extend(sample, {
node: 'source/granular',
mode: 'oneshot',
attack: 0.1,
hold: 1,
release: 0.1,
duration: stretchedDuration,
sync: true,
offset: offset
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"audio-buffer-range-decoder": "~1.1.1",
"audio-buffer-stream": "^1.1.0",
"audio-rms": "~2.0.0",
"audio-slot": "~4.8.4",
"audio-slot": "~4.9.0",
"audio-slot-param": "~1.1.4",
"audio-timeline": "~1.2.0",
"bopper": "~2.9.2",
Expand Down

0 comments on commit 063f1bd

Please sign in to comment.