From 4948fde652714cf001de0a906ba0b39dd9e820a4 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Tue, 11 Nov 2014 15:24:34 -0500 Subject: [PATCH] the filter envelope is not optional #41 --- Tone/instrument/Sampler.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tone/instrument/Sampler.js b/Tone/instrument/Sampler.js index a7261ce9..88aaf3d9 100644 --- a/Tone/instrument/Sampler.js +++ b/Tone/instrument/Sampler.js @@ -6,8 +6,7 @@ function(Tone){ /** * @class A simple sampler instrument which plays an audio buffer - * through an amplitude envelope and optionally a filter - * envelope. + * through an amplitude envelope and a filter envelope. * * @constructor * @extends {Tone.Instrument}