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

Marcel Taeumel marcel.taeumel at hpi.de
Wed Oct 2 06:53:32 UTC 2019


What about the copyright here? Is it the Beatles song?

Best,
Marcel
Am 01.10.2019 23:25:13 schrieb commits at source.squeak.org <commits at source.squeak.org>:
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)


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191002/784a3c1e/attachment.html>


More information about the Squeak-dev mailing list