audio-slot
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -112,3 +112,3 @@ var CustomNode = require('custom-audio-node') | ||
var event = active[i] | ||
if ((!event.to || at < event.to+0.01) && at > event.from){ | ||
if (!event.choked && (!event.to || at < event.to+0.01) && at > event.from){ | ||
var choker = this.context.createGain() | ||
@@ -115,0 +115,0 @@ event.node.disconnect() |
{ | ||
"name": "audio-slot", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Web Audio API triggerable audio slot described with JSON consisting of sources, processors, and modulators.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
20903