pitch wheel recording in the detune pattern (#6297)

This commit is contained in:
Andrés
2023-08-31 12:17:00 -03:00
committed by GitHub
parent 4804ab6785
commit 005ee47d43
5 changed files with 22 additions and 12 deletions

View File

@@ -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;

View File

@@ -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 );