Fix some spelling errors in lmms (#5151)
This commit is contained in:
@@ -328,7 +328,7 @@ void MonstroSynth::renderOutput( fpp_t _frames, sampleFrame * _buf )
|
||||
float o1l_f;
|
||||
float o1r_f;
|
||||
float o1l_p = m_osc1l_phase + o1lpo; // we add phase offset here so we don't have to do it every frame
|
||||
float o1r_p = m_osc1r_phase + o1rpo; // then substract it again after loop...
|
||||
float o1r_p = m_osc1r_phase + o1rpo; // then subtract it again after loop...
|
||||
float o1_pw;
|
||||
|
||||
// osc2 vars
|
||||
|
||||
@@ -134,7 +134,7 @@ reg16 EnvelopeGenerator::rate_counter_period[] = {
|
||||
// of ENV3 with another timed loop to fully synchronize with ENV3.
|
||||
//
|
||||
// At the first period when an exponential counter period larger than one
|
||||
// is used (decay or relase), one extra cycle is spent before the envelope is
|
||||
// is used (decay or release), one extra cycle is spent before the envelope is
|
||||
// decremented. The envelope output is then delayed one cycle until the state
|
||||
// is changed to attack. Now one cycle less will be spent before the envelope
|
||||
// is incremented, and the situation is normalized.
|
||||
|
||||
Reference in New Issue
Block a user