[etoys-dev] Etoys: Etoys-kfr.82.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jul 17 13:22:35 EDT 2011


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!



More information about the etoys-dev mailing list