From cb896a4fa1acd9167d3e7ee9f6336a63309eebde Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 24 May 2018 20:44:33 +0200 Subject: Add save/load of selections/regions in instruments. --- src/instrumentwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/instrumentwidget.h') 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(); -- cgit v1.2.3