micknoise / Maximilian

C++ Audio and Music DSP Library

Home Page:http://www.maximilian.strangeloop.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maxiEnvelope::adsr

mzed opened this issue · comments

There are three ways to call maxiEnvelope::adsr Two of them take the input signal, and return an enveloped version. One just returns phase. This is a bit confusing. Maybe there should be a single way envelopes operate in Maxi? Is it:

output = mySound * myEnvelope()

or

output = myEnvelope(mySound)

?

fixed in maxiEnvGen