This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
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
9d3292a9f6
commit
7f7d68825b
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
14 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
scripts/plugin-symbols.txt
+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: *;
};
Write
Preview
Loading…
Cancel
Save