On 13.09.24 13:06, Kristian Amlie wrote:
It has nothing to do with MIDI Learn.
...just switch to Legato mode, and play any two notes.
On my rebased "guiconnect" feature this is fixed now.

I had made a mistake while adapting the constructor of the Filter
baseclass, resulting in only a shallow copy be made when cloning.
Thus the secondary note objects on legato did alias the filter
implementation object, which was then deleted at the end of the
primary note; after that, synth-code went into a use-after-delete,
which caused it to invoke a corrupted this pointer eventually.


Will: its seems we're ready for the pull-request?

-- Hermann




_______________________________________________
Yoshimi-devel mailing list
Yoshimi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/yoshimi-devel

Reply via email to