Re: [fluid-dev] Intercepting midi events

2018-06-13 Thread Ceresa Jean-Jacques
>but I still found it suspicious that setting the cores to 4 in the fluidsynth >from GitHub generated four extra rows in top where as in my program I notice >no difference in top from the core setting. Yes, it is curious as the behaviour should be the same (if the Github version and the one you

Re: [fluid-dev] Intercepting midi events

2018-06-13 Thread Christopher Leger
It may have been the threads I was seeing in top instead of processes. I guess it won't help my problem but I still found it suspicious that setting the cores to 4 in the fluidsynth from GitHub generated four extra rows in top where as in my program I notice no difference in top from the core setti

Re: [fluid-dev] fluid-dev Digest, Vol 179, Issue 8

2018-06-13 Thread Ceresa Jean-Jacques
Hi Chris.   My thoughts   1) I really think that synth.cpu-cores setting isn't related to your initial issue "lost of received MIDI messages": >I also tried changing the synth.cpu-cores to be 4 since my RPi has 4 cores. Using 4 cores allows fluidsynth audio engine to start 4 threads. The glo