commit e2e35792393492b7141ad2109f2434d13b706812 parent 0e186603ba55643c8178413227ebb447cc665bfd Author: fundamental <[email protected]> Date: Mon, 23 May 2016 15:57:16 -0400 Watchpoint: Reset Deactivate Flag After Use Diffstat:
M | src/Synth/WatchPoint.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Synth/WatchPoint.cpp b/src/Synth/WatchPoint.cpp @@ -113,6 +113,7 @@ void WatchManager::tick(void) if(deactivate[i]) { memset(active_list[i], 0, 128); sample_list[i] = 0; + deactivate[i] = false; } }