Extended arpeggiator functions (#2130)
This commit is contained in:
committed by
Javier Serrano Polo
parent
5e409b5575
commit
a4f5834019
@@ -78,6 +78,8 @@ private:
|
||||
GroupBox * m_arpGroupBox;
|
||||
ComboBox * m_arpComboBox;
|
||||
Knob * m_arpRangeKnob;
|
||||
Knob * m_arpSkipKnob;
|
||||
Knob * m_arpMissKnob;
|
||||
TempoSyncKnob * m_arpTimeKnob;
|
||||
Knob * m_arpGateKnob;
|
||||
|
||||
|
||||
@@ -196,6 +196,8 @@ private:
|
||||
BoolModel m_arpEnabledModel;
|
||||
ComboBoxModel m_arpModel;
|
||||
FloatModel m_arpRangeModel;
|
||||
FloatModel m_arpSkipModel;
|
||||
FloatModel m_arpMissModel;
|
||||
TempoSyncKnobModel m_arpTimeModel;
|
||||
FloatModel m_arpGateModel;
|
||||
ComboBoxModel m_arpDirectionModel;
|
||||
|
||||
@@ -196,6 +196,12 @@ public:
|
||||
return m_subNotes.size() > 0 || m_hadChildren;
|
||||
}
|
||||
|
||||
void setMasterNote()
|
||||
{
|
||||
m_hadChildren = true;
|
||||
setUsesBuffer( false );
|
||||
}
|
||||
|
||||
/*! Returns whether note is muted */
|
||||
bool isMuted() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user