Watchpoints: Fix missing env/LFO watch points
commitad87fcef7deb737eb3eb2a05c300c31b267a4a0c
authorfundamental <mark.d.mccurry@gmail.com>
Sat, 9 Jan 2021 00:24:34 +0000 (8 19:24 -0500)
committerfundamental <mark.d.mccurry@gmail.com>
Sat, 9 Jan 2021 00:24:34 +0000 (8 19:24 -0500)
tree438ed0ca7386506fbf4b46f61e1c56cd2c082565
parentc87573c05afb422d1c7f0f060ab9cf959b266a69
Watchpoints: Fix missing env/LFO watch points

With the newer watchpoint code for osciloscope views a bug was
introduced which would result in only the first envelope or lfo point
being captured. In the case of multiple notes the other values were
supplied to the watch point manager, but never recorded and set to the
frontend.
src/Synth/WatchPoint.cpp