diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-05-02 16:30:08 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-05-02 16:30:08 +0200 |
commit | a5ea8e72059ec9fb7145c7117bd9ea77dee0eee7 (patch) | |
tree | 001f5f49d0c7b1dd096a5a69ac231d4925ac7e26 /src/powerlist.h | |
parent | 10923660851e14fc954dcb0917e9f50185ab401f (diff) | |
parent | 07471554a11d3bf5d275ebffe71682fd7d7440b0 (diff) |
Merge branch 'master' of http://git.drumgizmo.org/drumgizmo
Diffstat (limited to 'src/powerlist.h')
-rw-r--r-- | src/powerlist.h | 1 |
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__*/ |