Directly Musical Data Access library for VST3 with JUCE.
Caution
Deprecated: ARA with ARAExtension has been used in VocalShaper instead of DMDA to pass Musical Contexts to plugins.
- Set the
DMDA_PLUGIN
macro to1
in your build system. - Create your plugin processor class inherit from the
PluginProcessor
class. - Init the DMDA context in the constructor of your processor class.
- Use the
PluginVisitor
orPluginHandler
to visit the DMDA context in the plugin.
- SynthEngineDemo(Deprecated)