MPE Voices and Sounds

Hi guys I am trying to move my synth from the normal synthesiser implementation towards an MPE implementation, but it looks like the design patterns are quite different. If I see it correctly there is no more “sound/voice” pattern on the MPE side? And are there any differences in the way that the MPE synthesiser assigns/steals voices compared to the Synthesiser class? What would be a good thing to read to understand the MPE protocol?

Hi AndreasLAN,

There’s a new tutorial up on the website specifically about MPE and the JUCE MPE classes here - that would be a great place to start!

Ed

Oh sorry I am very stupid I was not aware of this tutorial. Just a little question on the side though, the Sound class is dropped from the new model?