summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/Parameters/DistrhoPluginInfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Parameters/DistrhoPluginInfo.h b/examples/Parameters/DistrhoPluginInfo.h
index 2c116cd3..7fbe74e9 100644
--- a/examples/Parameters/DistrhoPluginInfo.h
+++ b/examples/Parameters/DistrhoPluginInfo.h
@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
- * Copyright (C) 2012-2014 Filipe Coelho <falktx@falktx.com>
+ * Copyright (C) 2012-2019 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this
@@ -27,4 +27,7 @@
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
+#define DISTRHO_PLUGIN_AU_SUBTYPE 'prms'
+#define DISTRHO_PLUGIN_AU_MANUF 'dpf '
+
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED