Some bug(s) in the new_dispatcher branch is causing Rhapsody to crash when loading an expansion.
-
With one instrument I'm seeing this error:
This instrument has a global MPE modulator.
JUCE Assertion failure in MPEModulators.cpp:156
With another instrument I'm seeing:
This method is only available in the onNoteOnCallback Segmentation fault
A build from December 6th works, so it was introduced after that. I'll try and narrow it down some more tomorrow.
-
This instrument has a global MPE modulator.
JUCE Assertion failure in MPEModulators.cpp:156
Are you using a MPE modulator as global modulator here?
This method is only available in the onNoteOnCallback
Segmentation fault
Are you calling
Sampler.setActiveGroup()
from outside theonNoteOnCallback
? -
@Christoph-Hart Yes to both. I just pulled in your changes and those errors are now gone. I'm still getting a crash with segmentation fault though so time for me to dust of my debugger and find out what's going on.
Also regarding the Global MPE mod, this bug is still there - https://forum.hise.audio/topic/8486/bug-global-mpe-intensity-range?_=1702818146707