CC envelopes only send events from the lane with the most recent envelope point (in certain cases)
Replicate (example project is attached):
Make a midi item
make envelopes for CC-2 and CC-3 with points in each (like the image below)
view the results in "Midi Logger"
Only one of the lanes will send events until a point is encountered in the other lane, then it will only send events from the other.
This causes the CC values to jump around rather than interpolate.
This only happens for certain pairs of CC lanes (like CC-2 with CC-3). Other lanes (like CC-2 with CC-4) work fine.
Expected:
I would expect both CC lanes to output events continuously
Example Project (the synth pitch should follow CC-2, volume follows CC-3):