audio-slot
Advanced tools
Comparing version 5.0.4 to 5.1.0
{ | ||
"name": "audio-slot", | ||
"version": "5.0.4", | ||
"version": "5.1.0", | ||
"description": "Web Audio API FRP wrapper for creating, routing, and triggering AudioNodes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,2 @@ var Processor = require('../processor.js') | ||
ratio: Param(context, node.ratio.defaultValue), | ||
reduction: Param(context, node.reduction.defaultValue), | ||
attack: Param(context, node.attack.defaultValue), | ||
@@ -25,3 +24,2 @@ release: Param(context, node.release.defaultValue) | ||
Apply(context, node.ratio, obs.ratio) | ||
Apply(context, node.reduction, obs.reduction) | ||
Apply(context, node.attack, obs.attack) | ||
@@ -28,0 +26,0 @@ Apply(context, node.release, obs.release) |
98528
3015