diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-05-24 20:44:33 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-05-24 20:44:33 +0200 |
commit | cb896a4fa1acd9167d3e7ee9f6336a63309eebde (patch) | |
tree | 650337e053b670ba1f67d8b2f6da03d43fb0cda0 /src/instrumentwidget.h | |
parent | 5f3f9fabf5ad2e1cda638612c3cf863045765a3b (diff) |
Add save/load of selections/regions in instruments.
Diffstat (limited to 'src/instrumentwidget.h')
-rw-r--r-- | src/instrumentwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/instrumentwidget.h b/src/instrumentwidget.h index 7a2b40d..2a5b3c5 100644 --- a/src/instrumentwidget.h +++ b/src/instrumentwidget.h @@ -73,6 +73,8 @@ public slots: void playSamples(); void browse(); void tabChanged(int tabid); + void generateSlidersChanged(); + void selectionChanged(); private: QWidget* createFilesTab(); |