DPF

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

commit 58da5a6ef7554bec420e77667beda4e239e4f9fc
parent 18eb8eda8c406f8f9d8ad1c25c37588f68d0408b
Author: falkTX <falktx@falktx.com>
Date:   Mon,  9 Mar 2020 13:36:23 +0000

Leave note that AudioPort can be CV by specifying a hint

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/DistrhoPlugin.hpp | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp @@ -35,7 +35,7 @@ START_NAMESPACE_DISTRHO */ /** - Audio port can be used as control voltage (LV2 only). + Audio port can be used as control voltage (LV2 and JACK standalone only). */ static const uint32_t kAudioPortIsCV = 0x1; @@ -110,6 +110,9 @@ static const uint32_t kParameterIsTrigger = 0x20 | kParameterIsBoolean; /** Audio Port. + + Can be used as CV port by specifying kAudioPortIsCV in hints,@n + but this is only supported in LV2 and JACK standalone formats. */ struct AudioPort { /**