July 23, 2010
7:14 a.m.
Thanks guys for your feedback, I will make the necessary changes in the package. I have also applied the changes to sound from the Squeak friends. By the way, I wonder if the sound package should not be cut in two package, one related to sound synthesis and the other to morph stuff. Hilaire
clone was a shallow copy and we replaced it by shallowCopy, copy copy
^ self shallowCopy postCopy
We removed clone from pharo because tired to have three times the same half way done. because only some parts of the system used clone and other shallow
IE, the correct action would be to replace #clone calls with #shallowCopy (alternatively copy, if that makes more sense) calls in the PharoSound package?