[squeak-dev] The Inbox: MorphicExtras-ct.273.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 1 21:29:12 UTC 2019


A new version of MorphicExtras was added to project The Inbox:
http://source.squeak.org/inbox/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!



More information about the Squeak-dev mailing list