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

David T. Lewis lewis at mail.msen.com
Thu Sep 17 20:36:07 UTC 2020


I love the idea of having more examples like this, although the data
size is rather large.

Maybe someone can suggest a good strategy for handling this? We don't
want to start adding 7MB sound files to the image, and we know from
long experience that web links tend to go stale in embarassing ways.

I Squeakland Etoys, projects are stored externally and served from
a reliable well-known site. Maybe something similar could work for
multimedia referenced from the image. We certainly have plenty of
spare capacity on the squeak.org at the moment, just as long as
somebody doesn't come along and make us start paying for it.

I don't know the answer but it would be nice to have a working solution
that didn't go stale every time the intenet gets updated ;-)

Dave


On Thu, Sep 17, 2020 at 07:56:22PM +0000, Thiede, Christoph wrote:
> Hi all, I'd like to finally get this done.
> 
> 
> I propose to use the following cover version instead, which is flagged with a CC-BY license on YouTube: https://www.youtube.com/watch?v=tcQqXLwHeXw
> 
> 
> If there any objections, please let me know soon, otherwise I will upload this version.
> 
> 
> Best,
> 
> Christoph
> 
> ________________________________
> Von: Thiede, Christoph
> Gesendet: Mittwoch, 2. Oktober 2019 13:57:45
> An: Squeak Dev
> Betreff: AW: [squeak-dev] The Inbox: Sound-ct.70.mcz
> 
> 
> 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 at 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 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)
> 
> 

> 



More information about the Squeak-dev mailing list