mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-03-11 03:12:41 +00:00
Elaborate out-of-polyphony error message
This commit is contained in:
parent
8745f542c2
commit
616fca3d8d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static int fluid_rvoice_eventhandler_push_LOCAL(fluid_rvoice_eventhandler_t *han
|
||||||
if(event == NULL)
|
if(event == NULL)
|
||||||
{
|
{
|
||||||
fluid_atomic_int_add(&handler->queue_stored, -1);
|
fluid_atomic_int_add(&handler->queue_stored, -1);
|
||||||
FLUID_LOG(FLUID_WARN, "Ringbuffer full, try increasing polyphony!");
|
FLUID_LOG(FLUID_WARN, "Ringbuffer full, try increasing synth.polyphony!");
|
||||||
return FLUID_FAILED; // Buffer full...
|
return FLUID_FAILED; // Buffer full...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue