From 644c3996fe91f35bcdc84e0c3bb4f906be740bae Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 2 Apr 2014 21:12:41 +0200 Subject: Warning: Ugly hack ahead... Initial attempt at a 'play sample selections ordered by sorting' feature. --- dgedit/canvastoollisten.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dgedit/canvastoollisten.h') 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); -- cgit v1.2.3