Sunday 2 March 2014

audio - Guitar to MIDI conversion


I am wanting to measure the pitch of a single guitar string and convert into MIDI within 10ms.


FFT takes too much time, I was wondering what other options are worth looking at? The main issue is latency.


Can this be done using an analogue method? I.E Frequency to voltage converter?





No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...