Browse Source

Leave note that AudioPort can be CV by specifying a hint

Signed-off-by: falkTX <falktx@falktx.com>
pull/232/head
falkTX 5 years ago
parent
commit
58da5a6ef7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      distrho/DistrhoPlugin.hpp

+ 4
- 1
distrho/DistrhoPlugin.hpp View File

@@ -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 {
/**


Loading…
Cancel
Save