Browse Source

Update symbol list to include VST3 stuff

Signed-off-by: falkTX <falktx@falktx.com>
tags/2020-12-27
falkTX 4 years ago
parent
commit
7f7d68825b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 14 additions and 1 deletions
  1. +13
    -0
      scripts/plugin-symbols.txt
  2. +1
    -1
      scripts/plugin-symbols.version

+ 13
- 0
scripts/plugin-symbols.txt View File

@@ -1,4 +1,17 @@
# LV2
lv2_generate_ttl
lv2_descriptor
lv2ui_descriptor

# VST2
VSTPluginMain

# VST3
DllMain
InitDll
ExitDll
ModuleEntry
ModuleExit
bundleEntry
bundleExit
GetPluginFactory

+ 1
- 1
scripts/plugin-symbols.version View File

@@ -1,4 +1,4 @@
{
global: VSTPluginMain; lv2_generate_ttl; lv2_descriptor; lv2ui_descriptor;
global: VSTPluginMain; lv2_generate_ttl; lv2_descriptor; lv2ui_descriptor; DllMain; InitDll; ExitDll; ModuleEntry; ModuleExit; bundleEntry; bundleExit; GetPluginFactory;
local: *;
};

Loading…
Cancel
Save