I'm using the adc~ object to read in audio data from a microphone and i want to convert it to midi so i can play around with it and output sound. problem is i can't figure out how to get a frequency value from the adc~ signal. i want this so i can convert it to a pitch with ftom.
any suggestions? i'm at a loss and running out of time (it's a uni project)
thanks!
-
Getting frequency value from audio input
-
Try with fiddle~
You should find it in the "extra" directory. -
thanks rocco,
this saves me today.