On Mon, Jul 18, 2011 at 5:44 PM, Bert Freudenberg <bert@freudenbergs.de> wrote:
On 18.07.2011, at 17:38, Karl Ramberg (JIRA) wrote:

>
>    [ http://tracker.squeakland.org/browse/SQ-852 ]
>
> Karl Ramberg commented on SQ-852:
> ---------------------------------
>
> I'm not sure why it initializes the process on every start...

It shouldn't, IMHO.

- Bert -


I tested commenting out the initialization and it works just the same.
It's just the PlayerProcess that needs to be started not SoundPlayer it self.
Can you think of a situation where SoundPlayer it self will need initialization ?

Karl