Renderer thread should not call check_finished_voices (fixes ticket #84)

This commit is contained in:
David Henningsson 2010-08-25 06:46:53 +00:00
parent 5bcf340e85
commit 7ec84a37fd
1 changed files with 0 additions and 2 deletions

View File

@ -3309,8 +3309,6 @@ fluid_synth_render_blocks(fluid_synth_t* synth, int blockcount)
fluid_cond_signal (synth->return_queue_cond);
#endif
fluid_synth_check_finished_voices(synth);
/* Testcase, that provokes a denormal floating point error */
#if 0
{float num=1;while (num != 0){num*=0.5;};};