Re: [fluid-dev] Fixed key numbers --> note stays on

2016-10-03 Thread Dan Eble
On Oct 1, 2016, at 19:52 , Ceresa Jean-Jacques wrote: > Yes this is a bug in FluidSynth, generators , KEY_NUM (and GEN_VELOCITY > too!) coming > > from SoudFont are ignored and replaced by (keyNum and velocity) coming from > MIDI input. > > The right behavior should be the reverse case. >

[fluid-dev] [API] get total number of synthesized audio frames

2016-10-03 Thread Tom M.
Hi, I'm trying to write a wrapper to make fluidsynth useable with my own audio player. Instead of retrieving small buffers with decoded PCM, my player holds the whole decoded song in memory. Thus is there any (simple) way to predict the total number of audioframes that will be generated when rende