From a086d1d2e8527e694c4078a33f9bc69cf5b00d23 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 28 Dec 2020 12:14:53 +0000 Subject: [PATCH] Add non-working adlplug --- plugins-todo/adlplug-opl3.json | 9 +++++++++ plugins-todo/adlplug-opn2.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 plugins-todo/adlplug-opl3.json create mode 100644 plugins-todo/adlplug-opn2.json diff --git a/plugins-todo/adlplug-opl3.json b/plugins-todo/adlplug-opl3.json new file mode 100644 index 0000000..d5c9579 --- /dev/null +++ b/plugins-todo/adlplug-opl3.json @@ -0,0 +1,9 @@ +{ + "name": "adlplug-opl3", + "lv2bundles": ["ADLplug.lv2"], + "version": "d22fec03db1ab6458c22ea036217983cfb2a82a1", + "dlbaseurl": "https://github.com/jpcima/ADLplug.git", + "dlmethod": "git", + "buildtype": "cmake", + "buildargs": "-DADLplug_CHIP=OPL3 -DADLplug_LV2=ON -DADLplug_AU=OFF -DADLplug_Jack=OFF -DADLplug_Standalone=OFF -DADLplug_VST2=OFF ADLplug_VST3=OFF" +} diff --git a/plugins-todo/adlplug-opn2.json b/plugins-todo/adlplug-opn2.json new file mode 100644 index 0000000..bea59be --- /dev/null +++ b/plugins-todo/adlplug-opn2.json @@ -0,0 +1,9 @@ +{ + "name": "adlplug-opn2", + "lv2bundles": ["OPNplug.lv2"], + "version": "d22fec03db1ab6458c22ea036217983cfb2a82a1", + "dlbaseurl": "https://github.com/jpcima/ADLplug.git", + "dlmethod": "git", + "buildtype": "cmake", + "buildargs": "-DADLplug_CHIP=OPN2 -DADLplug_LV2=ON -DADLplug_AU=OFF -DADLplug_Jack=OFF -DADLplug_Standalone=OFF -DADLplug_VST2=OFF ADLplug_VST3=OFF" +}