to set bpm(tempo) manually, it didn't help me. It looks like
> fluid_player_set_bpm() method doesn't work at all.
>
> Example of code used for generating audio data from midi file:
>
>
> player = new_fluid_player(synth);
>
> fluid_player_add(player, midiPath);
>
>
Hi everyone)
I faced with next problem. Midi file rendering works slowly. It can take
20-30 seconds for one minute midi file long.
So i've decided to design streaming generated sound data from midi to a
playback output.
Idea is simple :generated from midi file audio data goes to output, while
sy