Re: [fluid-dev] Parallelize rendering using openMP

2018-04-20 Thread Tom M.
I'm pretty much done implementing my ideas of an openMP parallelization. In short: I was not able to beat the current implementation. While a parallel logarithmic buffer reduction sounds nice indeed it has the huge disadvantage that there needs to be a barrier waiting for all threads to finish

Re: [fluid-dev] Retuning samples (by a semitone)

2018-04-20 Thread Tom M.
> is there a direct way, within Fluidsynth, to repitch a soundfont by a > semitone? You need to elaborate how you use fluidsynth to synthesize sound (commandline, midifiles, via the API?) and what to repitch specifically (the whole soundfont? or limited to instruments, presets, midi channels?)