Re: [fluid-dev] rendering midi to pcm in memory (Tom M.)

2020-02-14 Thread Roberto Panerai Velloso
t; Here the reverb and chorus work using the fluisynth application console. > Did you try this application before any other one ? > > jjc. > > > -- next part ---------- > An HTML attachment was scrubbed... > URL: < > https://lists.nongnu.org/archive/html/fluid-

Re: [fluid-dev] rendering midi to pcm in memory

2020-02-14 Thread Tom M. via fluid-dev
The best starting point for you would be to use the fast file renderer example: http://www.fluidsynth.org/api/index.html#FileRenderer However, instead of using the file renderer's fluid_file_renderer_process_block(), you would directly call a rendering function of the synth, as mentioned in this

[fluid-dev] rendering midi to pcm in memory

2020-02-12 Thread Jos van den Oever
Dear FluidSynth people, Is it possible to render midi non-realtime to memory? The amount of memory that is needed per unit of time is known so it should be possible to render to a preallocated buffer. I know that I can render to a file, but I'd like to do more with the rendered midi than just