mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 07:50:49 +00:00
parent
b456e88efc
commit
f6877c6791
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ fluid_jack_client_register_ports (void *driver, int isaudio, jack_client_t *clie
|
|||
|
||||
fluid_settings_getint (settings, "audio.jack.multi", &multi);
|
||||
|
||||
if (multi)
|
||||
if (!multi)
|
||||
{
|
||||
/* create the two audio output ports */
|
||||
dev->num_output_ports = 1;
|
||||
|
|
Loading…
Reference in a new issue