Part, NotePool: Use correct method to release keys (#346)
commitf69790dd0eb96ba5c343254c80a3795dbc8b5d8c
authorRicard Wanderlof <polluxsynth@butoba.net>
Tue, 22 Mar 2022 21:49:10 +0000 (22 22:49 +0100)
committerMark McCurry <mark.d.mccurry@gmail.com>
Thu, 24 Mar 2022 01:30:46 +0000 (23 21:30 -0400)
tree87519fa58f365aa5451141b53964eb6e53becd75
parentd4bcd004a6ff49bb195ee9152e82dcb97a875b28
Part, NotePool: Use correct method to release keys (#346)

Use the correct NotePool method to release keys, which set the
released keys in the RELEASED state, rather than bypassing the
note pool and directly calling the releasekey() method for the
engine(s).
src/Containers/NotePool.cpp
src/Containers/NotePool.h
src/Misc/Part.cpp