diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-02 20:20:57 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-02 20:20:57 +0200 |
commit | 6b0f9242beca3df3c5e98a215b9fe0059436770a (patch) | |
tree | d31b91cd28b92836b662b4c82d60b6c145820d7a /dgedit/samplesorter.h | |
parent | a50452f0159d882348a8456cf50d72b758355332 (diff) |
Initial attempt at moving sample power positions.
Diffstat (limited to 'dgedit/samplesorter.h')
-rw-r--r-- | dgedit/samplesorter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dgedit/samplesorter.h b/dgedit/samplesorter.h index 7b214e7..4ffaf2a 100644 --- a/dgedit/samplesorter.h +++ b/dgedit/samplesorter.h @@ -85,6 +85,7 @@ private: bool selection_is_moving_right; int cur_thr; + Selection *sel_moving; }; #endif/*__DRUMGIZMO_SAMPLESORTER_H__*/ |