head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.32 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.30 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.28 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.26 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.24 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.22 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.20 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.18 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.16 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.14 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.12 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.10 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2022.04.06.16.32.21; author nia; state Exp; branches; next ; commitid P38x5CFOmr8UV9zD; desc @@ 1.1 log @add audio/zam-plugins zam-plugins is a collection of LV2/LADSPA/VST/JACK audio plugins for sound processing. It includes: * ZaMaximX2: brickwall limiter for mastering. * ZamAutoSat: automatic saturation plugin. * ZamComp: powerful mono compressor strip. * ZamCompX2: stereo version of ZamComp with knee slew control. * ZamEQ2: two band parametric equaliser with high and low shelving circuits. * ZamGEQ31: 31 band graphic equaliser. * ZamPhono: collection of phono filters for restoring vinyl records, or preparing to cut new ones. * ZamGate: gate plugin for ducking low gain sounds. * ZamGateX2: gate plugin for ducking low gain sounds, stereo version. * ZamTube: distortion effect. wave digital filter physical model of a triode tube amplifier stage, with modelled tone stacks from real guitar amplifiers. * ZamDelay: simple feedback delay unit with sync-to-host BPM feature and filter. * ZamDynamicEQ: dynamic equalizer that changes its gain based on detecting a narrow band of frequencies. * ZaMultiComp: mono multiband compressor, with 3 adjustable bands. * ZaMultiCompX2: stereo version of ZaMultiComp, with individual threshold controls for each band and real-time visualisation of comp curves. @ text @$NetBSD$ Only use libdl on Linux. --- dpf/examples/ExternalUI/Makefile.orig 2020-07-18 12:07:33.000000000 +0000 +++ dpf/examples/ExternalUI/Makefile @@@@ -24,7 +24,7 @@@@ FILES_UI = \ UI_TYPE = external include ../../Makefile.plugins.mk -ifneq ($(HAIKU),true) +ifeq ($(LINUX),true) LINK_FLAGS += -ldl endif @