Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ct.273.mcz==================== Summary ====================
Name: MorphicExtras-ct.273
Author: ct
Time: 1 October 2019, 11:29:05.323339 pm
UUID: 71c801ed-c4b5-1b40-bb37-e0de9f24b326
Ancestors: MorphicExtras-ct.267
Add RecordingControlsMorph example
Depends on Sound-ct.70.
This commit is part of reconstruction of Objectland (also known as "The Worlds of Squeak"). For more information, see:
http://forum.world.st/The-Inbox-MorphicExtras-ct-267-mcz-td5104764.html=============== Diff against MorphicExtras-ct.267 ===============
Item was added:
+ ----- Method: RecordingControlsMorph class>>extraExample (in category '*MorphicExtras-examples') -----
+ extraExample
+ "RecordingControlsMorph extraExample openInWorld"
+
+ | example |
+ example := self new.
+ example recorder clearRecordedSound.
+ example recorder recordedSound add: SampledSound exampleYesterday.
+ ^ example!