For last few days I have been trying to generate a wav file using MIDI
and soundfont
file in an android app. For that I have tried building fluidsynth for this purpose. I have been able to build it successfully but the problem is that fast-rendering does not seem to be supported in this build. Now, I am looking at other alternatives for a similar purpose.
I came across JUCE as an another option for playing with MIDI and soundfonts. Anyone having idea on how to achieve this?