summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaught101 <naught101@gmail.com>2019-05-24 15:20:07 +1000
committerFilipe Coelho <falktx@falktx.com>2019-05-24 07:28:23 +0200
commit2f6691a303d02517b6267524f2d97d38b3bd0a9d (patch)
tree15f5fadf1570baf1b7959e96ff6266e6e397512e
parent196977645eb0ffc1928369538b1c262e7c267316 (diff)
Add docs for editParameter and setParameterValue
-rw-r--r--distrho/DistrhoUI.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/distrho/DistrhoUI.hpp b/distrho/DistrhoUI.hpp
index 0fa45b20..2ea52cb6 100644
--- 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);