diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-02 21:12:41 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-02 21:12:41 +0200 |
commit | 644c3996fe91f35bcdc84e0c3bb4f906be740bae (patch) | |
tree | ff707039cd582a2855cf70579264671c8590c937 /dgedit/canvastoollisten.h | |
parent | 6b0f9242beca3df3c5e98a215b9fe0059436770a (diff) |
Warning: Ugly hack ahead... Initial attempt at a 'play sample selections ordered by sorting' feature.
Diffstat (limited to 'dgedit/canvastoollisten.h')
-rw-r--r-- | dgedit/canvastoollisten.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dgedit/canvastoollisten.h b/dgedit/canvastoollisten.h index 090d83b..dccc3f9 100644 --- a/dgedit/canvastoollisten.h +++ b/dgedit/canvastoollisten.h @@ -64,6 +64,8 @@ public: bool mouseReleaseEvent(QMouseEvent *event); void paintEvent(QPaintEvent *event, QPainter &painter); + void playRange(unsigned int from, unsigned int to); + public slots: void update(); void setVolume(int v); |