ae3a93b777
fix some minor bugs when using multiple stereo-channel-output OBS-URL: https://build.opensuse.org/request/show/345733 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=31
12 lines
568 B
Diff
12 lines
568 B
Diff
--- fluidsynth/src/synth/fluid_synth.c.orig 2015-04-11 21:55:47.000000000 +0200
|
|
+++ fluidsynth/src/synth/fluid_synth.c 2015-04-19 14:06:11.835456740 +0200
|
|
@@ -2479,7 +2479,7 @@
|
|
|
|
/* Then, run one_block() and copy till we have 'len' samples */
|
|
while (count < len) {
|
|
- fluid_rvoice_mixer_set_mix_fx(synth->eventhandler->mixer, 0);
|
|
+ fluid_rvoice_mixer_set_mix_fx(synth->eventhandler->mixer, 1); /* reverb on output 0 */
|
|
fluid_synth_render_blocks(synth, 1); // TODO:
|
|
fluid_rvoice_mixer_get_bufs(synth->eventhandler->mixer, &left_in, &right_in);
|
|
|