Difference between revisions of "Audio to MIDI Converter"
(Created page with "First, I created an application that generates a random note and outputs the textual representation of that note. An example of a case in which this application would be helpf...") |
|||
Line 4: | Line 4: | ||
[[:File:Random Note Identifier.mp4]] | [[:File:Random Note Identifier.mp4]] | ||
− | Afterward, I thought it might also be helpful if I can create an application that actually takes an audio input and convert it | + | Afterward, I thought it might also be helpful if I can create an application that actually takes an audio input and convert it into MIDI notes that could be transmitted to a MIDI device. |
An example of a case in which this application would be helpful would be in use when a musician wants to determine the notes of a melody or whatever sound but lacks the ability to determine the notes accurately through hearing. | An example of a case in which this application would be helpful would be in use when a musician wants to determine the notes of a melody or whatever sound but lacks the ability to determine the notes accurately through hearing. | ||
[[:File:Audio to Midi Converter.mp4]] | [[:File:Audio to Midi Converter.mp4]] |
Revision as of 15:38, 3 August 2023
First, I created an application that generates a random note and outputs the textual representation of that note. An example of a case in which this application would be helpful would be in use when a musician is experiencing a lack of creative ideas and lacks the ability to determine the note accurately through hearing.
File:Random Note Identifier.mp4
Afterward, I thought it might also be helpful if I can create an application that actually takes an audio input and convert it into MIDI notes that could be transmitted to a MIDI device. An example of a case in which this application would be helpful would be in use when a musician wants to determine the notes of a melody or whatever sound but lacks the ability to determine the notes accurately through hearing.