|
From: Christian S. <sch...@li...> - 2017-01-11 19:57:28
|
On Wednesday, January 11, 2017 19:42:56 Frank Neumann wrote: > > It needs to be debugged, for example by commenting out various synthesis > > components to narrow down the source of this issue. > > You can use me as your guinea pig - just give me a hint how and where I can > comment/disable them. First of all, I would force a constant velocity value being used by the sampler, as provided by the attached hack. That way you can forget about all MIDI input issues for now and just concentrate on the actual bug. Then your playground will be src/engines/common/AbstractVoice.cpp. You find a method there called AbstractVoice::Synthesize(). That's actually the heart of it all. Disable synthesis components there (i.e. EQ, EGs, filter, etc.) until the issue disappears. CU Christian |