Midi Note to Frequency Bug? #191
Answered
by
pschatzmann
jonrichings
asked this question in
Q&A
-
In a few of the examples that require midi to frequency conversion MidiCommon::noteToFrequency(note); is called. I found this didn't work because of a type problem. It produces the same frequency for several notes. But I changed that line to
And that works fine. example:
|
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
May 4, 2022
Replies: 1 comment
-
Thanks. I corrected the function |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks. I corrected the function