Visualization: Clear peaks on stop
Signed-off-by: Christopher Snowhill <kode54@gmail.com>CQTexperiment
parent
992b716193
commit
f2bebdefa7
|
@ -147,6 +147,7 @@ extern NSString *CogPlaybackDidStopNotficiation;
|
|||
stopped = YES;
|
||||
paused = NO;
|
||||
[self updateVisListening];
|
||||
vDSP_vclr(&FFTMax[0], 1, 256);
|
||||
[self repaint];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue