|
From: Christian S. <sch...@li...> - 2019-01-03 12:13:12
|
On Wednesday, 2. Januar 2019 22:36:45 CET Ivan Maguidhir wrote: > I just want to draw your attention to the 'or' operator for > release_trigger_t at the top of linuxsampler/src/engines/common/Note.h. > This operator calls itself recursively causing a segmentation fault when > I load an instrument containing release trigger samples and try to play > it. Casting variables a and b to int before the bitwise operation solves > the problem but I'm not sure if that's what you intended? I've attached > a patch with my suggested change. Yep, I overlooked that one. I just committed your patch (SVN r3452). Thanks Ivan! CU Christian |