Mapping Multiple Parameters With OSC

Riley McKee's icon

Hello! I am new to MAX and JUCE. I’m building my first audio application.

I built a compressor in MAX8 and want to build my UI with JUCE by mapping my parameters using OSC. I have gotten started with the JUCE OSC library and mapped one parameter successfully.

Now, how do I go about mapping MULTIPLE parameters (gain, threshold, ratio, etc.)? Do I use multiple ports? Multiple listeners?

Thanks all!