Good point. It's at least not the original Beatles version with lyrics, but rather a cover version. Google does not recognize it.

Can't we assume that a copyright check has been made before it was released within the old Worlds of Squeak?


Otherwise, hypothetically I could replace it with a license-free song without the same melancholic touch ...


Von: Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel
Gesendet: Mittwoch, 2. Oktober 2019 08:53:32
An: Alan Grimes via Squeak-dev
Betreff: Re: [squeak-dev] The Inbox: Sound-ct.70.mcz
 
What about the copyright here? Is it the Beatles song?

Best,
Marcel

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