scratch-audio
Advanced tools
Comparing version 0.1.0-prerelease.1492620745 to 0.1.0-prerelease.1492625527
{ | ||
"name": "scratch-audio", | ||
"version": "0.1.0-prerelease.1492620745", | ||
"version": "0.1.0-prerelease.1492625527", | ||
"description": "audio engine for scratch 3.0", | ||
@@ -5,0 +5,0 @@ "main": "dist.js", |
@@ -63,3 +63,4 @@ const Tone = require('tone'); | ||
this.bufferSource = new Tone.BufferSource(this.buffer.get()); | ||
this.bufferSource = Tone.context.createBufferSource(); | ||
this.bufferSource.buffer = this.buffer.get(); | ||
this.bufferSource.playbackRate.value = this.playbackRate; | ||
@@ -66,0 +67,0 @@ this.bufferSource.connect(this.outputNode); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2239308
26336