Upgrade Calf LADSPA plugins to 0.90 (#3987)

Upgrade Calf LADSPA plugins to 0.90
This commit is contained in:
Tres Finocchiaro
2018-04-15 21:38:37 -04:00
committed by GitHub
parent 0850b78104
commit ae0dd21df3
11 changed files with 456 additions and 32 deletions

View File

@@ -45,6 +45,7 @@ typedef enum BufferRates
typedef enum BufferData
{
TOGGLED,
ENUM,
INTEGER,
FLOATING,
TIME,

View File

@@ -179,6 +179,12 @@ public:
be described as [-0.1, 3.1]. */
bool isInteger( const ladspa_key_t & _plugin, uint32_t _port );
/* Indicates that a user interface would probably wish to provide a
stepped control taking only integer values. This is equal to isInteger,
but the number of values is usually small and may be better depicted
with a combo box. */
bool isEnum( const ladspa_key_t & _plugin, uint32_t _port );
/* Returns the name of the port. */
QString getPortName( const ladspa_key_t & _plugin, uint32_t _port );