summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2019-01-24 15:00:30 +0000
committerfalkTX <falktx@gmail.com>2019-01-24 15:00:30 +0000
commit768367078f42766a32563ca1e4963275a70bd522 (patch)
treedde3bff62fd0052a1f0ecd645d4e55c4ee27bfb7
parent66f86f6d1d4178a60bdf12fa8b7a10fa45d7a670 (diff)
Give AU details to parameters example
-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