From 09cdaa265fc323bf068e7cccd726d41d7a9f0472 Mon Sep 17 00:00:00 2001 From: Cole Willsea Date: Tue, 22 Sep 2015 09:14:34 -0700 Subject: [PATCH] pass `when` to the DCBias node --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a0b1d9f..67ec015 100644 --- a/index.js +++ b/index.js @@ -48,7 +48,7 @@ function SamplePlayer(context) { // Mono: invalidate all scheduled bufferSources to make sure only one is played (retrig mode) // TODO implement invalidation code ... - pitchBend.start(); + pitchBend.start(when); // Poly: it's fine, just add a new one to the list var bs = makeBufferSource();