Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Attempting to change audio pitch
- FaR52
-
2 posts
Attempting to change audio pitch
Question: Is there a block you can use to create a change in pitch? I'm trying to create a custom sound that can have dynamic pitch.
Bonus points if there's any way to change other variables inside scratch without changing the custom sound itself, like changing the speed at which it plays.
Bonus points if there's any way to change other variables inside scratch without changing the custom sound itself, like changing the speed at which it plays.
- Mattx8y
-
43 posts
Attempting to change audio pitch
Dear FaR52,
There is no known block that can change the pitch of a sound. You can easily make your own sounds with custom pitches using the note blocks.
Here is an example:
There are also two variables that contribute to the sound:
There is no known block that can change the pitch of a sound. You can easily make your own sounds with custom pitches using the note blocks.
Here is an example:
This would play every note for 0.5 beats
There are also two variables that contribute to the sound:
See Instruments & Notes for more details
Last edited by Mattx8y (Dec. 11, 2017 01:39:20)
- FaR52
-
2 posts
Attempting to change audio pitch
*insert sigh here*
I'm trying to play a custom MP3, not a regular set of
I'm trying to play a custom MP3, not a regular set of
Instead, I'm looking to play a mp3.
- asivi
-
1000+ posts
Attempting to change audio pitch
You cannot, in the next Scratch generation(Scratch 3) it will be included probably.
- epicRedHot
-
500+ posts
Attempting to change audio pitch
It's just not possible, sadly. You'll either have to wait for 3.0, or add multiple copies of the sound and manually change their pitch in some other program. *insert sigh here*
I'm trying to play a custom MP3, not a regular set ofInstead, I'm looking to play a mp3.
- Discussion Forums
- » Help with Scripts
-
» Attempting to change audio pitch