|
From: Ivan M. <iv...@ma...> - 2019-01-02 22:36:59
|
Hi Christian On 23/12/2018 23:18, Christian Schoenebeck wrote: > I also committed required changes to gigedit. You find a new combo box and a > new checkbox on the "Misc" tab there. > > Didn't have the time to test these things. I'm off for couple days now; > Christmas obligations. 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. All the best, Ivan |