@@ -80,13 +80,14 @@ for plugin in ${@}; do | |||||
name=$(jq -crM .name ${pfile}) | name=$(jq -crM .name ${pfile}) | ||||
sname=$(echo ${name} | tr -ds '-' '_') | sname=$(echo ${name} | tr -ds '-' '_') | ||||
description=$(jq -crM .description ${description}) | |||||
lv2bundles=($(jq -crM .lv2bundles[] ${pfile})) | lv2bundles=($(jq -crM .lv2bundles[] ${pfile})) | ||||
if [ "${WIN32}" -eq 1 ]; then | if [ "${WIN32}" -eq 1 ]; then | ||||
echo "Name: ${sname}; Description: \"${name}\"; Types: full;" >> /tmp/pawpaw/components.iss | echo "Name: ${sname}; Description: \"${name}\"; Types: full;" >> /tmp/pawpaw/components.iss | ||||
elif [ "${MACOS}" -eq 1 ] && [ "${MACOS_OLD}" -eq 0 ]; then | elif [ "${MACOS}" -eq 1 ] && [ "${MACOS_OLD}" -eq 0 ]; then | ||||
echo " <choice id=\"studio.kx.distrho.pawpaw.${sname}\" title=\"${name}\" visible=\"true\">" >> /tmp/pawpaw/choices.xml | |||||
echo " <choice id=\"studio.kx.distrho.pawpaw.${sname}\" title=\"${name}\" description=\"${description}\" visible=\"true\">" >> /tmp/pawpaw/choices.xml | |||||
echo " <line choice=\"studio.kx.distrho.pawpaw.${sname}\"/>" >> /tmp/pawpaw/outlines.xml | echo " <line choice=\"studio.kx.distrho.pawpaw.${sname}\"/>" >> /tmp/pawpaw/outlines.xml | ||||
fi | fi | ||||
@@ -2,6 +2,7 @@ | |||||
"name": "adlplug-opl3", | "name": "adlplug-opl3", | ||||
"lv2bundles": ["ADLplug.lv2"], | "lv2bundles": ["ADLplug.lv2"], | ||||
"version": "d22fec03db1ab6458c22ea036217983cfb2a82a1", | "version": "d22fec03db1ab6458c22ea036217983cfb2a82a1", | ||||
"description": "", | |||||
"dlbaseurl": "https://github.com/jpcima/ADLplug.git", | "dlbaseurl": "https://github.com/jpcima/ADLplug.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "cmake", | "buildtype": "cmake", | ||||
@@ -2,6 +2,7 @@ | |||||
"name": "adlplug-opn2", | "name": "adlplug-opn2", | ||||
"lv2bundles": ["OPNplug.lv2"], | "lv2bundles": ["OPNplug.lv2"], | ||||
"version": "d22fec03db1ab6458c22ea036217983cfb2a82a1", | "version": "d22fec03db1ab6458c22ea036217983cfb2a82a1", | ||||
"description": "", | |||||
"dlbaseurl": "https://github.com/jpcima/ADLplug.git", | "dlbaseurl": "https://github.com/jpcima/ADLplug.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "cmake", | "buildtype": "cmake", | ||||
@@ -5,6 +5,7 @@ | |||||
"mod-ds1.lv2" | "mod-ds1.lv2" | ||||
], | ], | ||||
"version": "3622901c643570087b9d26fec2fd878384eaa98e", | "version": "3622901c643570087b9d26fec2fd878384eaa98e", | ||||
"description": "", | |||||
"dlbaseurl": "https://github.com/moddevices/mod-distortion.git", | "dlbaseurl": "https://github.com/moddevices/mod-distortion.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make", | "buildtype": "make", | ||||
@@ -1,6 +1,7 @@ | |||||
{ | { | ||||
"name": "mod-utilities", | "name": "mod-utilities", | ||||
"version": "4a92aa81351c5c95fefa0505fafad5fbea494dd0", | "version": "4a92aa81351c5c95fefa0505fafad5fbea494dd0", | ||||
"description": "", | |||||
"dlbaseurl": "https://github.com/moddevices/mod-utilities.git", | "dlbaseurl": "https://github.com/moddevices/mod-utilities.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make" | "buildtype": "make" | ||||
@@ -2,6 +2,7 @@ | |||||
"name": "noise-repellent", | "name": "noise-repellent", | ||||
"lv2bundles": ["nrepel.lv2"], | "lv2bundles": ["nrepel.lv2"], | ||||
"version": "7f5a8fbef48fed75b9168509a4e3f985ae878988", | "version": "7f5a8fbef48fed75b9168509a4e3f985ae878988", | ||||
"description": "", | |||||
"dlbaseurl": "https://github.com/lucianodato/noise-repellent.git", | "dlbaseurl": "https://github.com/lucianodato/noise-repellent.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson" | "buildtype": "meson" | ||||
@@ -2,6 +2,7 @@ | |||||
"name": "regrader-port", | "name": "regrader-port", | ||||
"lv2bundles": ["regrader.lv2"], | "lv2bundles": ["regrader.lv2"], | ||||
"version": "9154881ad6553537cc7f2a743541f6b47de2a207", | "version": "9154881ad6553537cc7f2a743541f6b47de2a207", | ||||
"description": "", | |||||
"dlbaseurl": "https://github.com/linuxmao-org/regrader-port.git", | "dlbaseurl": "https://github.com/linuxmao-org/regrader-port.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make" | "buildtype": "make" | ||||
@@ -5,6 +5,7 @@ | |||||
"sooperlooper-2x2.lv2" | "sooperlooper-2x2.lv2" | ||||
], | ], | ||||
"version": "d3e80029ce4f6ef62b3758e95c5b889cab1db740", | "version": "d3e80029ce4f6ef62b3758e95c5b889cab1db740", | ||||
"description": "", | |||||
"dlbaseurl": "https://github.com/moddevices/sooperlooper-lv2-plugin.git", | "dlbaseurl": "https://github.com/moddevices/sooperlooper-lv2-plugin.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make", | "buildtype": "make", | ||||
@@ -22,6 +22,7 @@ | |||||
"tap-vibrato.lv2" | "tap-vibrato.lv2" | ||||
], | ], | ||||
"version": "cab6e0dfb2ce20e4ad34b067d1281ec0b193598a", | "version": "cab6e0dfb2ce20e4ad34b067d1281ec0b193598a", | ||||
"description": "", | |||||
"dlbaseurl": "https://github.com/moddevices/tap-lv2.git", | "dlbaseurl": "https://github.com/moddevices/tap-lv2.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make", | "buildtype": "make", | ||||
@@ -2,6 +2,7 @@ | |||||
"name": "abGate", | "name": "abGate", | ||||
"lv2bundles": ["abGate.lv2"], | "lv2bundles": ["abGate.lv2"], | ||||
"version": "1.2.0", | "version": "1.2.0", | ||||
"description": "Noise gate", | |||||
"dlbaseurl": "https://github.com/antanasbruzas/abGate/archive", | "dlbaseurl": "https://github.com/antanasbruzas/abGate/archive", | ||||
"buildtype": "make" | "buildtype": "make" | ||||
} | } |
@@ -2,6 +2,7 @@ | |||||
"name": "artyfx", | "name": "artyfx", | ||||
"lv2bundles": ["artyfx.lv2"], | "lv2bundles": ["artyfx.lv2"], | ||||
"version": "f335f8059bddf5d33883600f39a263a8144b351e", | "version": "f335f8059bddf5d33883600f39a263a8144b351e", | ||||
"description": "ArtyFX plugin suite", | |||||
"dlbaseurl": "https://github.com/openAVproductions/openAV-ArtyFX.git", | "dlbaseurl": "https://github.com/openAVproductions/openAV-ArtyFX.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "cmake", | "buildtype": "cmake", | ||||
@@ -2,6 +2,7 @@ | |||||
"name": "blop-lv2", | "name": "blop-lv2", | ||||
"lv2bundles": ["blop.lv2"], | "lv2bundles": ["blop.lv2"], | ||||
"version": "1dd27f8e78e325b4688cd022343a18453fb9c8f1", | "version": "1dd27f8e78e325b4688cd022343a18453fb9c8f1", | ||||
"description": "Port of the BLOP LADSPA plugins by Mike Rawes to LV2", | |||||
"dlbaseurl": "https://gitlab.com/drobilla/blop-lv2.git", | "dlbaseurl": "https://gitlab.com/drobilla/blop-lv2.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "waf", | "buildtype": "waf", | ||||
@@ -30,6 +30,7 @@ | |||||
"mod-caps-Wider.lv2" | "mod-caps-Wider.lv2" | ||||
], | ], | ||||
"version": "5d52a0c6e8863c058c2aab2dea9f901a90d96eb9", | "version": "5d52a0c6e8863c058c2aab2dea9f901a90d96eb9", | ||||
"description": "Port of CAPS Audio Plugin Suite to LV2", | |||||
"dlbaseurl": "https://github.com/moddevices/caps-lv2.git", | "dlbaseurl": "https://github.com/moddevices/caps-lv2.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make" | "buildtype": "make" | ||||
@@ -9,6 +9,7 @@ | |||||
"distrho-a-reverb.lv2" | "distrho-a-reverb.lv2" | ||||
], | ], | ||||
"version": "27be218022fe3f6ef08d3a0949a37f1696954674", | "version": "27be218022fe3f6ef08d3a0949a37f1696954674", | ||||
"description": "DISTRHO Imported Effect", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DIE-Plugins.git", | "dlbaseurl": "https://github.com/DISTRHO/DIE-Plugins.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make" | "buildtype": "make" | ||||
@@ -5,6 +5,7 @@ | |||||
"ThePilgrim.lv2" | "ThePilgrim.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Open-source audio plugins from Arctican", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"Dexed.lv2" | "Dexed.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Recreation of Yamaha DX7", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -8,6 +8,7 @@ | |||||
"drowaudio-tremolo.lv2" | "drowaudio-tremolo.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Open-source audio plugins from David Rowland", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"KlangFalter.lv2" | "KlangFalter.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Convolution reverb", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"Luftikus.lv2" | "Luftikus.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Digital adaptation of an analog EQ with fixed half-octave bands and additional high frequency boost", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"Obxd.lv2" | "Obxd.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Recreation of Oberheim OB-X", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"PitchedDelay.lv2" | "PitchedDelay.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Delay that allows pitching the delayed signal within or outside the feedback loop", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"ReFine.lv2" | "ReFine.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Final polishing through subtle additions in warmth, space and punch", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -11,6 +11,7 @@ | |||||
"TAL-Vocoder-2.lv2" | "TAL-Vocoder-2.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Open-source audio plugins from Togu Audio Line", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"Temper.lv2" | "Temper.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Modern digital distortion", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"vex.lv2" | "vex.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Wavetable polyphonic synth", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -4,6 +4,7 @@ | |||||
"Wolpertinger.lv2" | "Wolpertinger.lv2" | ||||
], | ], | ||||
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", | ||||
"description": "Subtractive, antialiased polyphonic software synth", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "meson", | "buildtype": "meson", | ||||
@@ -16,6 +16,7 @@ | |||||
"SoulForce.lv2" | "SoulForce.lv2" | ||||
], | ], | ||||
"version": "d3f38b2b0265dbacd6c97e0df1b1b904d5ef4b31", | "version": "d3f38b2b0265dbacd6c97e0df1b1b904d5ef4b31", | ||||
"description": "Collection of DPF-based plugins", | |||||
"dlbaseurl": "https://github.com/DISTRHO/DPF-Plugins.git", | "dlbaseurl": "https://github.com/DISTRHO/DPF-Plugins.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make" | "buildtype": "make" | ||||
@@ -2,6 +2,7 @@ | |||||
"name": "fomp", | "name": "fomp", | ||||
"lv2bundles": ["fomp.lv2"], | "lv2bundles": ["fomp.lv2"], | ||||
"version": "1.2.0", | "version": "1.2.0", | ||||
"description": "Port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen to LV2", | |||||
"dlbaseurl": "http://download.drobilla.net", | "dlbaseurl": "http://download.drobilla.net", | ||||
"dlext": "tar.bz2", | "dlext": "tar.bz2", | ||||
"buildtype": "waf", | "buildtype": "waf", | ||||
@@ -2,6 +2,7 @@ | |||||
"name": "mda-lv2", | "name": "mda-lv2", | ||||
"lv2bundles": ["mda.lv2"], | "lv2bundles": ["mda.lv2"], | ||||
"version": "1.2.4", | "version": "1.2.4", | ||||
"description": "Port of the MDA VST plugins to LV2", | |||||
"dlbaseurl": "http://download.drobilla.net", | "dlbaseurl": "http://download.drobilla.net", | ||||
"dlext": "tar.bz2", | "dlext": "tar.bz2", | ||||
"buildtype": "waf", | "buildtype": "waf", | ||||
@@ -4,6 +4,7 @@ | |||||
"ninjas2.lv2" | "ninjas2.lv2" | ||||
], | ], | ||||
"version": "91ad447e59bef09bdbc32c564f68b7c9bb80442d", | "version": "91ad447e59bef09bdbc32c564f68b7c9bb80442d", | ||||
"description": "Easy to use sample slicer, quick slicing of sample and auto-mapping slices to midi note numbers", | |||||
"dlbaseurl": "https://github.com/clearly-broken-software/ninjas2.git", | "dlbaseurl": "https://github.com/clearly-broken-software/ninjas2.git", | ||||
"dlmethod": "git", | "dlmethod": "git", | ||||
"buildtype": "make" | "buildtype": "make" | ||||