Difference between revisions of "Audio to MIDI Converter"

From vjmedia
Line 1: Line 1:
 +
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.
Line 11: Line 13:
 
[[Category:Interactive Systems]]
 
[[Category:Interactive Systems]]
 
[[Category:Foundations of Music Technology (2300)]]
 
[[Category:Foundations of Music Technology (2300)]]
 
This project was made by Kelu Liu.
 

Revision as of 16:03, 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.

File:Audio to Midi Converter.mp4