Andreas Raab uploaded a new version of Sound to project The Trunk:
http://source.squeak.org/trunk/Sound-ar.19.mcz==================== Summary ====================
Name: Sound-ar.19
Author: ar
Time: 21 July 2010, 8:06:58.226 pm
UUID: 05b234d4-aae6-e249-a8c5-3e489058e485
Ancestors: Sound-wiz.18
Avoid an unnecessary dependency of the Sound package from Etoys.
=============== Diff against Sound-wiz.18 ===============
Item was removed:
- ----- Method: Player>>getConePosition (in category '*sound') -----
- getConePosition
- "Note: Performance hacked to allow real-time sound. Assumes costume is a SpeakerMorph."
-
- ^ costume renderedMorph conePosition
- !
Item was removed:
- ----- Method: Player>>setConePosition: (in category '*sound') -----
- setConePosition: aNumber
- "Note: Performance hacked to allow real-time sound. Assumes costume is a SpeakerMorph."
-
- costume renderedMorph conePosition: aNumber.
- !