Re: Will this run Munt?
Posted on 2020-08-28, 08:16
Unfortunately, there are really not many possibilities for parallelisation in mt32emu. The synth changes its state on the per-sample basis, it's very difficult (if possible) to predict all the internal parameters in advance, so rendering different partials in parallel seems to be the only option. …