mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-24 09:31:13 +01:00
spaces
This commit is contained in:
@@ -314,7 +314,8 @@ sampleCount VoiceKey::OnBackward (WaveTrack & t, sampleCount end, sampleCount le
|
|||||||
//Initialize these trend markers atrend and ztrend. They keep track of the
|
//Initialize these trend markers atrend and ztrend. They keep track of the
|
||||||
//up/down trends at the start and end of the evaluation window.
|
//up/down trends at the start and end of the evaluation window.
|
||||||
int atrend = sgn(buffer[remaining - 2]-buffer[remaining - 1]);
|
int atrend = sgn(buffer[remaining - 2]-buffer[remaining - 1]);
|
||||||
int ztrend = sgn(buffer[remaining - WindowSizeInt-2]-buffer[remaining - WindowSizeInt-2]);
|
int ztrend = sgn(buffer[remaining - WindowSizeInt - 2] -
|
||||||
|
buffer[remaining - WindowSizeInt - 2]);
|
||||||
|
|
||||||
double erg=0;
|
double erg=0;
|
||||||
double sc = 0;
|
double sc = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user