|
|
@@ -28,40 +28,41 @@ option('build-vst3', |
|
|
|
description: 'Build VST3 plugin variants', |
|
|
|
) |
|
|
|
|
|
|
|
option ( |
|
|
|
'plugins', type : 'array', |
|
|
|
choices : [ |
|
|
|
'arctican-function', |
|
|
|
'arctican-pilgrim', |
|
|
|
'dexed', |
|
|
|
'drowaudio-distortion', |
|
|
|
'drowaudio-distortionshaper', |
|
|
|
'drowaudio-flanger', |
|
|
|
'drowaudio-reverb', |
|
|
|
'drowaudio-tremolo', |
|
|
|
'drumsynth', |
|
|
|
'easySSP', |
|
|
|
'eqinox', |
|
|
|
'HiReSam', |
|
|
|
'juce-opl', |
|
|
|
'klangfalter', |
|
|
|
'LUFSMeter', |
|
|
|
'LUFSMeter-Multi', |
|
|
|
'luftikus', |
|
|
|
'obxd', |
|
|
|
'pitchedDelay', |
|
|
|
'refine', |
|
|
|
'stereosourceseparation', |
|
|
|
'tal-dub-3', |
|
|
|
'tal-filter', |
|
|
|
'tal-filter-2', |
|
|
|
'tal-noisemaker', |
|
|
|
'tal-reverb', |
|
|
|
'tal-reverb-2', |
|
|
|
'tal-reverb-3', |
|
|
|
'tal-vocoder-2', |
|
|
|
'temper', |
|
|
|
'vex', |
|
|
|
'wolpertinger', |
|
|
|
option('plugins', |
|
|
|
type : 'array', |
|
|
|
description: 'Plugins to build', |
|
|
|
choices : [ |
|
|
|
'arctican-function', |
|
|
|
'arctican-pilgrim', |
|
|
|
'dexed', |
|
|
|
'drowaudio-distortion', |
|
|
|
'drowaudio-distortionshaper', |
|
|
|
'drowaudio-flanger', |
|
|
|
'drowaudio-reverb', |
|
|
|
'drowaudio-tremolo', |
|
|
|
'drumsynth', |
|
|
|
'easySSP', |
|
|
|
'eqinox', |
|
|
|
'HiReSam', |
|
|
|
'juce-opl', |
|
|
|
'klangfalter', |
|
|
|
'LUFSMeter', |
|
|
|
'LUFSMeter-Multi', |
|
|
|
'luftikus', |
|
|
|
'obxd', |
|
|
|
'pitchedDelay', |
|
|
|
'refine', |
|
|
|
'stereosourceseparation', |
|
|
|
'tal-dub-3', |
|
|
|
'tal-filter', |
|
|
|
'tal-filter-2', |
|
|
|
'tal-noisemaker', |
|
|
|
'tal-reverb', |
|
|
|
'tal-reverb-2', |
|
|
|
'tal-reverb-3', |
|
|
|
'tal-vocoder-2', |
|
|
|
'temper', |
|
|
|
'vex', |
|
|
|
'wolpertinger', |
|
|
|
], |
|
|
|
description: 'Plugins to build') |
|
|
|
) |