This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-10-27 16:04:42

SuperBatmo
Scratcher
Registered: 2007-10-27
Posts: 1

Seamless Music Loops

Does anyone know how to make seamless music loops using the clips that come with Scratch? I'm really stuck. There always seems to be a short pause before the clip loops again. Is there a way to make the clip repeat itself the moment it stops (without a pause)?

Thanks.

Offline

 

#2 2007-10-27 16:24:55

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Seamless Music Loops

There is no way to get a really seamless loop, but there are several ways to get close enough that you won't notice.

One way is to start the next loop just before the first one finishes:

forever
  play sound x
  wait 1.95 seconds

(if clip x is 2 seconds long)

Of course, if the clip was recorded with a little silence at the beginning, nothing you do in the program will help.  You have to use a sound editor (like audacity) to remove the silence from the beginning of the clip.

Offline

 

#3 2007-10-28 11:29:29

MyRedNeptune
Community Moderator
Registered: 2007-05-07
Posts: 1000+

Re: Seamless Music Loops

And if you don't know how to use sound editors, go to my "I Need Sprites" gallery and ask me to do it for you! (see link in my profile) Just upload the sound track in a project!  big_smile


http://i52.tinypic.com/5es7t0.png I know what you're thinking! "Neptune! Get rid of those filthy advertisements and give us back the Zarathustra siggy, you horrible person!" Well, don't worry about it, the Zara siggy will be back soon, new and improved! ^^ Meanwhile, just do what the sig tells you to. >.>

Offline

 

Board footer