Discuss Scratch

MichaelH2003
New to Scratch
1 post

New Scratchblocks?

Dear Scratch Team,

I would like to see the new pitch scratchblocks, which are:

set pitch of sound [ v] to ()
change pitch of sound [ v] by ()
(pitch)

It is like this: 0 is the normal pitch, 14 is 2x higher than the original pitch, and -14 is 0.5x slower than its original pitch. (From note C, 1 = C#, 2 = D, etc.)

And I also would like to see the speed scratchblocks:

set speed of sound [ v] to ()
change speed of sound [ v] by ()
(speed)

0 is the normal speed, 5 is 1.5x faster than the normal speed, and 10 is 2x faster than the sounds original pitch.

These blocks are in the sound category.

With these blocks, people could make listening games, custom notes, or they could do this for movies and stories. No need to make multiple audio clips!

I made an example:

when green flag clicked    
forever
set pitch of sound [talking v] to ((0) - ((size) + (100)))
play sound [talking v] until done
end

This script plays the sound talking, but it changes the pitch when the object gets smaller.

I will be happy if these blocks are added to the creator.

Sincerely,
MichaelH2003
Age 11




Powered by DjangoBB