use combobox instead of button-group for selecting arpeggio-direction
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1300 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
class QLabel;
|
||||
class automatableButtonGroup;
|
||||
class comboBox;
|
||||
class groupBox;
|
||||
class knob;
|
||||
@@ -85,8 +84,7 @@ private:
|
||||
|
||||
QLabel * m_arpDirectionLbl;
|
||||
|
||||
automatableButtonGroup * m_arpDirectionBtnGrp;
|
||||
|
||||
comboBox * m_arpDirectionComboBox;
|
||||
comboBox * m_arpModeComboBox;
|
||||
|
||||
} ;
|
||||
|
||||
@@ -131,7 +131,7 @@ private:
|
||||
floatModel m_arpRangeModel;
|
||||
tempoSyncKnobModel m_arpTimeModel;
|
||||
floatModel m_arpGateModel;
|
||||
intModel m_arpDirectionModel;
|
||||
comboBoxModel m_arpDirectionModel;
|
||||
comboBoxModel m_arpModeModel;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user