scratch-audio
Advanced tools
Comparing version 0.1.0-prerelease.1511290007 to 0.1.0-prerelease.1511362862
@@ -1262,3 +1262,3 @@ module.exports = | ||
/** | ||
* Stop all sounds, notes and drums that are playing | ||
* Stop all sounds that are playing | ||
*/ | ||
@@ -1273,8 +1273,2 @@ | ||
} | ||
// stop all instruments | ||
this.audioEngine.instrumentPlayer.stopAll(); | ||
// stop drum notes | ||
this.audioEngine.drumPlayer.stopAll(); | ||
} | ||
@@ -1281,0 +1275,0 @@ |
{ | ||
"name": "scratch-audio", | ||
"version": "0.1.0-prerelease.1511290007", | ||
"version": "0.1.0-prerelease.1511362862", | ||
"description": "audio engine for scratch 3.0", | ||
@@ -5,0 +5,0 @@ "main": "dist.js", |
@@ -93,3 +93,3 @@ const StartAudioContext = require('startaudiocontext'); | ||
/** | ||
* Stop all sounds, notes and drums that are playing | ||
* Stop all sounds that are playing | ||
*/ | ||
@@ -101,8 +101,2 @@ stopAllSounds () { | ||
} | ||
// stop all instruments | ||
this.audioEngine.instrumentPlayer.stopAll(); | ||
// stop drum notes | ||
this.audioEngine.drumPlayer.stopAll(); | ||
} | ||
@@ -109,0 +103,0 @@ |
Sorry, the diff of this file is not supported yet
485735
2422