| Hi,
This is no bug. The release time is set for each instrument
instance. It is an instrument feature, and so may be changed
by each new ...r opcode.
And yes, the longest will be used. This is even documented,
but only in the linenr manual entry.
re
Thomas Huber wrote:
>
> I think I have just found another bug: When having multiple madsr or
> mxadsr opcodes in one instrument, all Envelopes have the same release
> time, and that's the one that is largest.
> I.e. when I have
> kenv1 madsr 0.01, 0.1, 0.9, 0.5
> kenv2 madsr 0.01, 0.1, 0.75, 2
> kenv3 mxadsr 0.01, 0.2, 0.5, 5
>
> all envelopes have a release time of 5.
>
> Is that really what is to be expected ?
> |