MPESynthesiser Class or Synthesiser Class for creating MPE synth?

I’m kinda new to JUCE framework and i recently started building a simple synth plugin. I followed a course in YouTube and in that the tutor is using Synthesiser class. But i came across another class called MPESynthesiser while going through the JUCE documenation. So if i want to create an MPE Synth should i use MPESynthesiser class?

Like the name says, the MPESynthesiser is meant for implementing synths with MPE support. The Synthesiser class is an old class with no special support for MPE.

1 Like

@xenakios Thank you so much for your assistance!