summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-05-02 15:32:42 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-05-02 15:32:42 +0200
commit24459374b087643037e5a511a3ae7f592c2b6efc (patch)
tree2c6ee69dfd5b93c41a6d64003590b5937f065218
parent073ee56bc20016496bb93c155de0357fd2ee9557 (diff)
Try to compensate for 'missing' samples in velocity borders. Increase probability of not choosing the same sample twice in a row.
-rw-r--r--src/powerlist.h1
1 files changed, 1 insertions, 0 deletions
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__*/