Difference between revisions of "Audio to MIDI Converter"
Line 1: | Line 1: | ||
This project was made by Kelu Liu. | This project was made by Kelu Liu. | ||
− | |||
First, I created an application that generates a random note and outputs the textual representation of that note. | 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. | 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. |
Revision as of 16:04, 3 August 2023
This project was made by Kelu Liu. 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.