Commit c7ca1643 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dmsynth: Fix FluidSynth generators for direct connections.

parent 0eaa06b5
......@@ -1345,7 +1345,7 @@ static BOOL set_gen_from_connection(fluid_voice_t *fluid_voice, const CONNECTION
{
if (!gen_from_connection(conn, &gen)) return FALSE;
}
if (conn->usSource == CONN_SRC_KEYNUMBER)
else if (conn->usSource == CONN_SRC_KEYNUMBER)
{
switch (conn->usDestination)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment