DNESS / cocos2d-iphone

Automatically exported from code.google.com/p/cocos2d-iphone
1 stars 0 forks source link

AudioVisualization singleton cannot be stopped #1503

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.There is no removeDelegate method or AudioDataVisualization singleton
2.AudioDataVisualization's singleton tick method always ticking once it is 
created
3.Cannot change backgroundmusic.

What is the expected output? What do you see instead?
EX_BAD_ACCESS

What cocos2d version are you using ?
cocos 2.1 stable

What iOS / Mac SDK are you using ?
6.1

Debug or Release ?
both

Which target device / target OS are you using ?
b-IOS

iOS only: Does this happens on device ? or on the simulator ? or on both ?
both

Mac only: x86 or i386 ?
macbookpro

Please provide any additional information below.
AudioDataVisualization must be enhanced.
once its singleton created :
-there is no method to remove or stop it.
-its tick method always working.
-and cannot be change background music

Original issue reported on code.google.com by halukcet...@gmail.com on 18 Aug 2013 at 10:16