From 24459374b087643037e5a511a3ae7f592c2b6efc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 2 May 2014 15:32:42 +0200 Subject: Try to compensate for 'missing' samples in velocity borders. Increase probability of not choosing the same sample twice in a row. --- src/powerlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/powerlist.h b/src/powerlist.h index 0bcd11c..3a07b37 100644 --- a/src/powerlist.h +++ b/src/powerlist.h @@ -52,6 +52,7 @@ private: float power_min; Channel *getMasterChannel(); + Sample *lastsample; }; #endif/*__DRUMGIZMO_POWERLIST_H__*/ -- cgit v1.2.3