mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
return status from fluid_rvoice_eventhandler_push()
This commit is contained in:
parent
fc8f48f1c1
commit
dd5b2bc414
1 changed files with 3 additions and 4 deletions
|
@ -882,10 +882,9 @@ fluid_rvoice_mixer_set_fx_out_mapping(const fluid_rvoice_mixer_t *mixer,
|
|||
/* Set the mapping through the ring buffer. */
|
||||
param[0].i = fxunit_idx; /* fx unit index */
|
||||
param[1].i = out_from_fx; /* dry output index */
|
||||
fluid_rvoice_eventhandler_push(mixer->eventhandler,
|
||||
fluid_rvoice_mixer_fx_set_mapping,
|
||||
fx, param);
|
||||
return FLUID_OK;
|
||||
return fluid_rvoice_eventhandler_push(mixer->eventhandler,
|
||||
fluid_rvoice_mixer_fx_set_mapping,
|
||||
fx, param);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue