Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.82.mcz==================== Summary ====================
Name: Etoys-kfr.82
Author: kfr
Time: 17 July 2011, 7:21:34 pm
UUID: a3799143-6cbd-7742-af6f-36b01d56c881
Ancestors: Etoys-kfr.81
Add FMSynth instruments
=============== Diff against Etoys-kfr.79 ===============
Item was changed:
----- Method: TileMorph>>soundChoices (in category 'misc') -----
soundChoices
"Answer a list of sound choices. This applies only to tiles that have sound-names as their literals, viz. SoundTiles and SoundReadoutTiles."
| aList |
aList _ SoundService default sampledSoundChoices asOrderedCollection.
aList removeAllFoundIn: (ScriptingSystem soundNamesToSuppress copyWithout: literal).
+ aList addAll: AbstractSound soundNames contents.
^ aList asSortedArray!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev