[squeak-dev] The Inbox: Sound-ct.70.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 1 21:25:01 UTC 2019


A new version of Sound was added to project The Inbox:
http://source.squeak.org/inbox/Sound-ct.70.mcz

==================== Summary ====================

Name: Sound-ct.70
Author: ct
Time: 1 October 2019, 11:24:29.223339 pm
UUID: 2f133210-3aa3-7140-96bf-52dc03b1dea6
Ancestors: Sound-eem.66

Add example "Yesterday" for SampledSound

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 Sound-eem.66 ===============

Item was added:
+ ----- Method: SampledSound class>>exampleYesterday (in category 'examples') -----
+ exampleYesterday
+ 	"SampledSound exampleYesterday play"
+ 
+ 	^ SampledSound
+ 		samples: (SoundBuffer fromByteArray: (Base64MimeConverter mimeDecodeToBytes:
+ 			self yesterdaySamples readStream) contents)
+ 		samplingRate: 22050!

Item was added:
+ ----- Method: SampledSound class>>yesterdaySamples (in category 'examples') -----
(excessive size, no diff calculated)



More information about the Squeak-dev mailing list