pitch wheel recording in the detune pattern (#6297)
This commit is contained in:
@@ -91,7 +91,7 @@ const int DefaultMiddleKey = Octave::Octave_4 + Key::C;
|
||||
const int DefaultBaseKey = Octave::Octave_4 + Key::A;
|
||||
const float DefaultBaseFreq = 440.f;
|
||||
|
||||
const float MaxDetuning = 4 * 12.0f;
|
||||
const float MaxDetuning = 5 * 12.0f;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ public:
|
||||
}
|
||||
|
||||
/*! Process note detuning automation */
|
||||
void processTimePos( const TimePos& time );
|
||||
void processTimePos(const TimePos& time, float pitchValue, bool isRecording);
|
||||
|
||||
/*! Updates total length (m_frames) depending on a new tempo */
|
||||
void resize( const bpm_t newTempo );
|
||||
|
||||
Reference in New Issue
Block a user