the filter envelope is not optional

#41
This commit is contained in:
Yotam Mann 2014-11-11 15:24:34 -05:00
parent f744685c81
commit 4948fde652

View file

@ -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}