DPF

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

commit 2f6691a303d02517b6267524f2d97d38b3bd0a9d
parent 196977645eb0ffc1928369538b1c262e7c267316
Author: naught101 <naught101@gmail.com>
Date:   Fri, 24 May 2019 15:19:40 +1000

Add docs for editParameter and setParameterValue
Diffstat:
Mdistrho/DistrhoUI.hpp | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/distrho/DistrhoUI.hpp b/distrho/DistrhoUI.hpp @@ -82,13 +82,17 @@ public: /** editParameter. - @TODO Document this. + + Touch/pressed-down event. + Lets the host know the user is tweaking a parameter. + Required in some hosts to record automation. */ void editParameter(uint32_t index, bool started); /** setParameterValue. - @TODO Document this. + + Change a parameter value in the Plugin. */ void setParameterValue(uint32_t index, float value);