I am using jMusic, a Java music library, to create an Ear Trainer application and I would like to play MIDI notes that are slightly detuned by intervals less than semitones. I think I can achieve this by applying a pitch bend to the notes, does anyone know how to do this?
It doesn't specifically have to be using jMusic, if you know any way I could apply pitch bend to MIDI notes in Java that would be very helpful. Thanks!