GrandOrgue / grandorgue

GrandOrgue software
Other
166 stars 40 forks source link

Fixed crash on loading an organ with a crescendo in Add mode https://github.com/GrandOrgue/grandorgue/issues/1772 #1783

Closed oleg68 closed 8 months ago

oleg68 commented 8 months ago

This PR fixes one case of #1772: when there was a crescendo in the add mode.

The reason was the m_ElementStates was not allocated when the crescendo was loaded from a .cmb file.

oleg68 commented 8 months ago

@rousseldenis could you approve this PR?