Using Module Presets Inside the MetaModule (MM)

Can someone explain to me how presets work within a module inside the MetaModule (MM)? And is it possible to load presets that I’ve made in VCV into the MM?

If a module has presets built into the plugin, then they will show up in the Presets menu. The Fundamental Quantizer is the most common example of this.
We made the framework to let you load your own presets that you created but have yet to integrate that into the GUI. So for now, you would have to add your presets to the plugin file, which involves a little bit of command-line hacking (which I’m happy to share)