More work for native audio variant, add to win and mac installers
This commit is contained in:
parent
bc345e2acd
commit
340e927ae3
23 changed files with 148 additions and 51 deletions
|
@ -18,9 +18,10 @@
|
|||
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
|
||||
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
|
||||
|
||||
#define CARDINAL_VARIANT_MAIN 0
|
||||
#define CARDINAL_VARIANT_FX 1
|
||||
#define CARDINAL_VARIANT_SYNTH 0
|
||||
#define CARDINAL_VARIANT_MAIN 0
|
||||
#define CARDINAL_VARIANT_FX 0
|
||||
#define CARDINAL_VARIANT_NATIVE 1
|
||||
#define CARDINAL_VARIANT_SYNTH 0
|
||||
|
||||
#define CARDINAL_NUM_AUDIO_INPUTS 2
|
||||
#define CARDINAL_NUM_AUDIO_OUTPUTS 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue