Re: [fluid-dev] A Bit of optimization.

2017-10-22 Thread Ceresa Jean-Jacques
ng list" > Copie à : > Objet : Re: [fluid-dev] A Bit of optimization. > > 1) I think @carlo-bramini will take care of that in his next PR :) > > 2) why do you think so? if count==0, 1.0f / count would result in infinity, wouldnt it? > > 3) Yes, should work. >

Re: [fluid-dev] A Bit of optimization.

2017-10-22 Thread Tom M.
1) I think @carlo-bramini will take care of that in his next PR :) 2) why do you think so? if count==0, 1.0f / count would result in infinity, wouldnt it? 3) Yes, should work. Tom 2017-10-22 16:07 GMT+02:00 Ceresa Jean-Jacques < jean-jacques.cer...@orange.fr>: > Hi, > > List of possible opti

[fluid-dev] A Bit of optimization.

2017-10-22 Thread Ceresa Jean-Jacques
Hi, List of possible optimization.   1)In fluid_voice.c - fluid_voice_calculate_runtime_synthesis_parameters()     int list_of_generators_to_initialize[35]...,  replaced by,  static const int list_of_generators_to_initialize[35] = { 2)In fluid_voice.c - fluid_voice_update_param()