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" +}