Discuss Scratch

knowledge223
Scratcher
7 posts

change sound speed

like a change pitch block but it changes speed instead of pitch
flafs-
Scratcher
48 posts

change sound speed

knowledge223 wrote:

like a change pitch block but it changes speed instead of pitch
I believe the pitch block does change the speed as well, and I can't really think of a reason why, at any point, we'd need this:
change speed by ()
Just doesn't seem as important in my eyes, but I do give semi-support as it may be useful, I just don't know how
IDontNoWatIAm
Scratcher
500+ posts

change sound speed

flafs- wrote:

I believe the pitch block does change the speed as well, and I can't really think of a reason why, at any point, we'd need this:
change speed by ()
Just doesn't seem as important in my eyes, but I do give semi-support as it may be useful, I just don't know how
I think OP might be referring to a speed system similar to youtube's speed setting, where it changes audio speed without effecting pitch

knowledge223
Scratcher
7 posts

change sound speed

Yeah and theoretically, if you set the speed to 0, it will pause
modesties
Scratcher
100+ posts

change sound speed

mockups:
set speed to () ::sound

change speed by () ::sound
(speed ::sound)
set speed to () ::sound

change speed by () ::sound
(speed ::sound)
if these existed, the workarounds for pausing and unpausing would be:
when green flag clicked
forever
if <(speed ::sound) = [0]> then
set [speed v] to (speed ::sound)
end
end
define pause
set speed to (0) ::sound

define unpause
set speed to (speed) ::sound

Powered by DjangoBB