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