Envelope modulation
-
- KVRist
- 141 posts since 1 Dec, 2007 from Cologne, Germany
I'm trying to modulate envelope times via modwheel (or other controllers like expression) in the mod matrix but nothing happens. It doesn't even work for me with the init sound. So what am I doing wrong? Modulating levels or velocity scaling works as expected.
- u-he
- 30214 posts since 8 Aug, 2002 from Berlin
The times are evaluated only at the beginning of an envelope segment, in order to save cpu. Unfortunately, Attack (or Delay) and Release are calculated upon the actual event, that is outside of the ModMatrix. Hence it's only possible at the moment to modulate Decay or Fall/Rise and just at the very beginning of their respective phase.phazed wrote:I'm trying to modulate envelope times via modwheel (or other controllers like expression) in the mod matrix but nothing happens. It doesn't even work for me with the init sound. So what am I doing wrong? Modulating levels or velocity scaling works as expected.
As the cpu hit isn't that wild anyway, I'll try to make it more dynamic though and bring back ModMatrix to work on Attack and Release...
