summaryrefslogtreecommitdiff
path: root/distrho/DistrhoPlugin.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-08-21 00:31:50 +0100
committerfalkTX <falktx@gmail.com>2014-08-21 00:31:50 +0100
commitace05149be2b05387f1625bc0145346d934e1001 (patch)
tree610674cbf53f4b2fa32e133c4c0e3c75bc18743e /distrho/DistrhoPlugin.hpp
parent8480503cd7c047fd20e7c047d5cad89b2cdf7b61 (diff)
Remove size/geometry dependency from NTK; Docs update
Diffstat (limited to 'distrho/DistrhoPlugin.hpp')
-rw-r--r--distrho/DistrhoPlugin.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp
index 762d38a8..359f4b24 100644
--- a/distrho/DistrhoPlugin.hpp
+++ b/distrho/DistrhoPlugin.hpp
@@ -409,6 +409,8 @@ class Plugin
public:
/**
Plugin class constructor.
+ You must set all parameter values to their defaults, matching ParameterRanges::def.
+ If you're using states you must also set them to their defaults by calling d_setState().
*/
Plugin(const uint32_t parameterCount, const uint32_t programCount, const uint32_t stateCount);