SoundCipher frequency and a note
in
Contributed Library Questions
•
4 months ago
Hi,
Is there a way to play a note according to frequency in Hz? (Like in rotation function you can use radiance or degree)
My program get frequency numbers and then it suppose to play it with different instruments. But the thing is that different instruments cover different range in Hz, so the same pitch for guitar and for accordion would have different frequency in Hz. So how do I play the frequency with different instruments without calculating the right pitch for every possible instrument?
There is midiToFreq function in SoundCipher that transfer Midi number(pitch) to the frequencies. But I need to do it vise-versa (from frequency to pitch).
Would appreciate any advice!
1