Ability to re-pitch a recording to a MIDI or hertz value #8230
RustoMCSpit
started this conversation in
Engine Core
Replies: 1 comment 2 replies
-
Have you looked at the MIDI Piano demo project? It can play notes for the entire piano from a single audio sample file using pitch shifting. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the project you are working on
dulvui/pocket-broomball#11
Trying to implement a music mode which randomly picks a MIDI / hertz value to repitch a sound to a random note in the C major scale
Describe the problem or limitation you are having in your project
See link.
Not a feature
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Introducing this would enable many music projects as these are the standard
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
midiCmaj = (c major notes in list)
Pitch meow.wav to midiCmaj[rand(0-6]
If this enhancement will not be used often, can it be worked around with a few lines of script?
No
Is there a reason why this should be core and not an add-on in the asset library?
No, this is a vital piece for music
Beta Was this translation helpful? Give feedback.
All reactions