diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-01 23:54:06 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-01 23:54:06 +0800 |
commit | d418712c981d9854fa6429d65773368ca63b8dac (patch) | |
tree | 48eb1f25753a1734a3d7cf5d8303e7936c4844f3 /qmpchanneleditor.hpp | |
parent | 3db127ce64eadb54568e218124744a1de713667e (diff) | |
download | QMidiPlayer-d418712c981d9854fa6429d65773368ca63b8dac.tar.xz |
Strawberry Crisis. (WTF)
Diffstat (limited to 'qmpchanneleditor.hpp')
-rw-r--r-- | qmpchanneleditor.hpp | 43 |
1 files changed, 6 insertions, 37 deletions
diff --git a/qmpchanneleditor.hpp b/qmpchanneleditor.hpp index 5927122..c98bfd5 100644 --- a/qmpchanneleditor.hpp +++ b/qmpchanneleditor.hpp @@ -23,49 +23,18 @@ class qmpChannelEditor:public QDialog void setupWindow(int chid=-1); private slots: + void commonPressed(); + void commonReleased(); + void commonChanged(); void on_pbChLeft_clicked(); void on_pbChRight_clicked(); - void on_dCut_sliderPressed(); - void on_dReso_sliderPressed(); - void on_dReverb_sliderPressed(); - void on_dChorus_sliderPressed(); - void on_dVol_sliderPressed(); - void on_dPan_sliderPressed(); - void on_dAttack_sliderPressed(); - void on_dDecay_sliderPressed(); - void on_dRelease_sliderPressed(); - void on_dRate_sliderPressed(); - void on_dDepth_sliderPressed(); - void on_dDelay_sliderPressed(); - void on_dAttack_sliderReleased(); - void on_dDecay_sliderReleased(); - void on_dRelease_sliderReleased(); - void on_dRate_sliderReleased(); - void on_dDepth_sliderReleased(); - void on_dDelay_sliderReleased(); - void on_dCut_sliderReleased(); - void on_dReso_sliderReleased(); - void on_dReverb_sliderReleased(); - void on_dChorus_sliderReleased(); - void on_dVol_sliderReleased(); - void on_dPan_sliderReleased(); - void on_dCut_valueChanged(); - void on_dReso_valueChanged(); - void on_dReverb_valueChanged(); - void on_dChorus_valueChanged(); - void on_dVol_valueChanged(); - void on_dPan_valueChanged(); - void on_dAttack_valueChanged(); - void on_dDecay_valueChanged(); - void on_dRelease_valueChanged(); - void on_dRate_valueChanged(); - void on_dDepth_valueChanged(); - void on_dDelay_valueChanged(); private: Ui::qmpChannelEditor *ui; - int ch; + int ch,knobpressed; void sendCC(); + void connectSlots(); + void disconnectSlots(); }; #endif // QMPCHANNELEDITOR_H |