Visualization: Clear peaks on stop
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
992b716193
commit
f2bebdefa7
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ extern NSString *CogPlaybackDidStopNotficiation;
|
||||||
stopped = YES;
|
stopped = YES;
|
||||||
paused = NO;
|
paused = NO;
|
||||||
[self updateVisListening];
|
[self updateVisListening];
|
||||||
|
vDSP_vclr(&FFTMax[0], 1, 256);
|
||||||
[self repaint];
|
[self repaint];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue