For an application in Juce framework I'm looking to calculate pitch from a notenumber and pitchweel value. Let's say i have a midi note of 36 (C2). The value I'm getting from my pitchwheel are from 0 to 8192 (increments of 128) negative pitchbend and from 8192 till 16383 (positive bend)
I want to be able to send the altered pitch midi out to a different channel (i'm guessing 36.2, 36.5 etc)