Skip to content

Commit

Permalink
The spacebar character has now been removed from fluidsynth
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Oct 20, 2024
1 parent f42ca72 commit f7c1eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rvoice/fluid_rvoice.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ fluid_rvoice_write(fluid_rvoice_t *voice, fluid_real_t *dsp_buf)
}

/* loop mode release? if not in release, the voice is silent */
if( voice->dsp.samplemode == FLUID_START_ON_RELEASE && fluid_adsr_env_get_section(&voice->envlfo.volenv) < FLUID_VOICE_ENVRELEASE)
if(voice->dsp.samplemode == FLUID_START_ON_RELEASE && fluid_adsr_env_get_section(&voice->envlfo.volenv) < FLUID_VOICE_ENVRELEASE)
{
return -1;
}
Expand Down

0 comments on commit f7c1eeb

Please sign in to comment.