mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-14 16:45:52 +01:00
an assertion
This commit is contained in:
@@ -181,6 +181,7 @@ sampleCount VoiceKey::OnForward (WaveTrack & t, sampleCount start, sampleCount l
|
|||||||
|
|
||||||
|
|
||||||
//Now, go through the sound again, sample by sample.
|
//Now, go through the sound again, sample by sample.
|
||||||
|
wxASSERT(WindowSizeInt < SignalWindowSizeInt);
|
||||||
size_t i;
|
size_t i;
|
||||||
for(i = 0; i < SignalWindowSizeInt - WindowSizeInt; i++) {
|
for(i = 0; i < SignalWindowSizeInt - WindowSizeInt; i++) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user