DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 91d1a9bdf74fc073c932c0903bd9779ab7bf7d2c
parent 4c6c52ec83fc5ef000018122f4540847c2f85675
Author: falkTX <falktx@gmail.com>
Date:   Wed,  1 Feb 2017 12:06:32 +0100

Another typo

Diffstat:
Mdistrho/DistrhoPlugin.hpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp @@ -708,7 +708,7 @@ protected: /** Get the value of an internal state.@n The host may call this function from any non-realtime context.@n - Must be implemented by your plugin class if DISTRHO_PLUGIN_WANT_PROGRAMS or DISTRHO_PLUGIN_WANT_FULL_STATE is enabled. + Must be implemented by your plugin class if DISTRHO_PLUGIN_WANT_FULL_STATE is enabled. @note The use of this function breaks compatibility with the DSSI format. */ virtual String getState(const char* key) const = 0;