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/mainwindow.h | |
parent | 6b0f9242beca3df3c5e98a215b9fe0059436770a (diff) |
Warning: Ugly hack ahead... Initial attempt at a 'play sample selections ordered by sorting' feature.
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r-- | dgedit/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h index f6fff27..886f9cb 100644 --- a/dgedit/mainwindow.h +++ b/dgedit/mainwindow.h @@ -47,6 +47,7 @@ public slots: void setYOffset(int); void doExport(); void loadFile(QString filename); + void playSamples(); protected: void closeEvent(QCloseEvent*); @@ -63,6 +64,7 @@ private: QScrollBar *yscale; QScrollBar *xscale; QScrollBar *xoffset; + QScrollBar *sb_playsamples; }; #endif/*__DRUMGIZMO_MAINWINDOW_H__*/ |