From de0b52a17485829c95e91940079a68368b29f3db Mon Sep 17 00:00:00 2001 From: Vladimir Sadovnikov Date: Thu, 20 Aug 2026 22:36:20 +0300 Subject: [PATCH 1/5] Version up --- CHANGELOG | 3 +++ include/lsp-plug.in/shared/version.h | 2 +- project.mk | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 210f916..836ed39 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * RECENT CHANGES ******************************************************************************* +=== 1.0.40 === + + === 1.0.39 === * Updated module versions in dependencies. diff --git a/include/lsp-plug.in/shared/version.h b/include/lsp-plug.in/shared/version.h index 464f5ee..3b99775 100644 --- a/include/lsp-plug.in/shared/version.h +++ b/include/lsp-plug.in/shared/version.h @@ -24,7 +24,7 @@ #define LSP_PLUGINS_SHARED_MAJOR 1 #define LSP_PLUGINS_SHARED_MINOR 0 -#define LSP_PLUGINS_SHARED_MICRO 39 +#define LSP_PLUGINS_SHARED_MICRO 40 #ifdef LSP_LLTL_LIB_BUILTIN #define LSP_PLUGINS_SHARED_EXPORT diff --git a/project.mk b/project.mk index 1e9350a..4dd0b6d 100644 --- a/project.mk +++ b/project.mk @@ -23,7 +23,7 @@ ARTIFACT_ID = LSP_PLUGINS_SHARED ARTIFACT_NAME = lsp-plugins-shared ARTIFACT_DESC = Shared resources for LSP Plugins ARTIFACT_HEADERS = lsp-plug.in -ARTIFACT_VERSION = 1.0.39 +ARTIFACT_VERSION = 1.0.40-devel ARTIFACT_EXPORT_ALL = 1 # Weak property From 28d3f34ee8dd622f17d1f90db2bf9910279dcbfc Mon Sep 17 00:00:00 2001 From: Vladimir Sadovnikov Date: Wed, 26 Aug 2026 00:05:08 +0300 Subject: [PATCH 2/5] Updated overview in the documentation --- src/doc/manuals/overview.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/doc/manuals/overview.php b/src/doc/manuals/overview.php index fa48a30..c1b4630 100644 --- a/src/doc/manuals/overview.php +++ b/src/doc/manuals/overview.php @@ -1,12 +1,13 @@

LSP (Linux Studio Plugins) is a collection of open-source plugins compatible with following plugin formats:

The basic idea is to fill the lack of good and useful plugins under the GNU/Linux platform.

From abdde2c47da751833d9ca7c35f2f3b61811afb33 Mon Sep 17 00:00:00 2001 From: Vladimir Sadovnikov Date: Fri, 4 Sep 2026 01:21:42 +0300 Subject: [PATCH 3/5] Updated localization --- res/main/i18n/default/lists.json | 12 ++++-------- res/main/i18n/es/lists.json | 5 ----- res/main/i18n/fr/lists.json | 5 ----- res/main/i18n/it/lists.json | 6 ------ res/main/i18n/ru/lists.json | 12 +++++------- res/main/i18n/us/lists.json | 12 ++++-------- 6 files changed, 13 insertions(+), 39 deletions(-) diff --git a/res/main/i18n/default/lists.json b/res/main/i18n/default/lists.json index a49f184..f0d5698 100644 --- a/res/main/i18n/default/lists.json +++ b/res/main/i18n/default/lists.json @@ -103,9 +103,11 @@ }, "type": { "fir": "FIR", - "fft": "FFT", + "fft_lp": "Linear phase (FFT)", + "fft_mp": "Minimum phase (FFT)", "iir": "Zero-latency (IIR)", - "spm": "Linear phase (SPM)" + "spm_lp": "Linear phase (SPM)", + "spm_mp": "Minimum phase (SPM)" } }, @@ -239,12 +241,6 @@ "x8": "x8", "x12": "x12", "x16": "x16" - }, - "type": { - "fir": "FIR", - "fft": "FFT", - "iir": "Zero-latency (IIR)", - "spm": "Linear phase (SPM)" } }, diff --git a/res/main/i18n/es/lists.json b/res/main/i18n/es/lists.json index 30a1435..8f60fe3 100644 --- a/res/main/i18n/es/lists.json +++ b/res/main/i18n/es/lists.json @@ -60,11 +60,6 @@ "x2": "x2", "x3": "x3", "x4": "x4" - }, - "type": { - "fir": "FIR", - "fft": "FFT", - "iir": "IIR" } }, diff --git a/res/main/i18n/fr/lists.json b/res/main/i18n/fr/lists.json index 8f659b1..2fab022 100644 --- a/res/main/i18n/fr/lists.json +++ b/res/main/i18n/fr/lists.json @@ -60,11 +60,6 @@ "x2": "x2", "x3": "x3", "x4": "x4" - }, - "type": { - "fir": "FIR", - "fft": "FFT", - "iir": "IIR" } }, diff --git a/res/main/i18n/it/lists.json b/res/main/i18n/it/lists.json index 1188502..c622091 100644 --- a/res/main/i18n/it/lists.json +++ b/res/main/i18n/it/lists.json @@ -60,12 +60,6 @@ "x2": "x2", "x3": "x3", "x4": "x4" - }, - "type": { - "fir": "FIR", - "fft": "FFT", - "iir": "IIR", - "spm": "SPM" } }, diff --git a/res/main/i18n/ru/lists.json b/res/main/i18n/ru/lists.json index 8d64815..d4b67f9 100644 --- a/res/main/i18n/ru/lists.json +++ b/res/main/i18n/ru/lists.json @@ -104,8 +104,12 @@ "type": { "fir": "FIR", "fft": "FFT", + "fft_lp": "Линейно-фазовый (FFT)", + "fft_mp": "Минимально-фазовый (FFT)", "iir": "Без задержки (IIR)", - "spm": "Линейно-фазовый (SPM)" + "spm": "Линейно-фазовый (SPM)", + "spm_lp": "Линейно-фазовый (SPM)", + "spm_mp": "Минимально-фазовый (SPM)" } }, @@ -239,12 +243,6 @@ "x8": "x8", "x12": "x12", "x16": "x16" - }, - "type": { - "fir": "FIR", - "fft": "FFT", - "iir": "Без задержки (IIR)", - "spm": "Линейно-фазовый (SPM)" } }, diff --git a/res/main/i18n/us/lists.json b/res/main/i18n/us/lists.json index 2f43069..b9a2290 100644 --- a/res/main/i18n/us/lists.json +++ b/res/main/i18n/us/lists.json @@ -103,9 +103,11 @@ }, "type": { "fir": "FIR", - "fft": "FFT", + "fft_lp": "Linear phase (FFT)", + "fft_mp": "Minimum phase (FFT)", "iir": "Zero-latency (IIR)", - "spm": "Linear phase (SPM)" + "spm_lp": "Linear phase (SPM)", + "spm_mp": "Minimum phase (SPM)" } }, @@ -239,12 +241,6 @@ "x8": "x8", "x12": "x12", "x16": "x16" - }, - "type": { - "fir": "FIR", - "fft": "FFT", - "iir": "Zero-latency (IIR)", - "spm": "Linear phase (SPM)" } }, From cf974f99077d743f8cfbb3dfddae540f954816b3 Mon Sep 17 00:00:00 2001 From: Vladimir Sadovnikov Date: Fri, 11 Sep 2026 00:31:32 +0300 Subject: [PATCH 4/5] Updated labels --- res/main/i18n/default/lists.json | 8 +------- res/main/i18n/ru/lists.json | 8 +------- res/main/i18n/us/lists.json | 8 +------- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/res/main/i18n/default/lists.json b/res/main/i18n/default/lists.json index f0d5698..9b5f46f 100644 --- a/res/main/i18n/default/lists.json +++ b/res/main/i18n/default/lists.json @@ -95,6 +95,7 @@ "72dbo": "72 dB/oct", "84dbo": "84 dB/oct", "96dbo": "96 dB/oct", + "auto": "Auto", "off": "Off", "x1": "x1", "x2": "x2", @@ -226,13 +227,6 @@ "pre_eq": "Pre-eq" }, "slope": { - "6dbo": "6 dB/oct", - "12dbo": "12 dB/oct", - "18dbo": "18 dB/oct", - "24dbo": "24 dB/oct", - "30dbo": "30 dB/oct", - "36dbo": "36 dB/oct", - "off": "Off", "x1": "x1", "x2": "x2", "x3": "x3", diff --git a/res/main/i18n/ru/lists.json b/res/main/i18n/ru/lists.json index d4b67f9..4f74c4f 100644 --- a/res/main/i18n/ru/lists.json +++ b/res/main/i18n/ru/lists.json @@ -95,6 +95,7 @@ "72dbo": "72 дБ/окт", "84dbo": "84 дБ/окт", "96dbo": "96 дБ/окт", + "auto": "Авто", "off": "Выкл", "x1": "x1", "x2": "x2", @@ -228,13 +229,6 @@ "pre_eq": "Пред-экв" }, "slope": { - "6dbo": "6 дБ/окт", - "12dbo": "12 дБ/окт", - "18dbo": "18 дБ/окт", - "24dbo": "24 дБ/окт", - "30dbo": "30 дБ/окт", - "36dbo": "36 дБ/окт", - "off": "Выкл", "x1": "x1", "x2": "x2", "x3": "x3", diff --git a/res/main/i18n/us/lists.json b/res/main/i18n/us/lists.json index b9a2290..f6e49c6 100644 --- a/res/main/i18n/us/lists.json +++ b/res/main/i18n/us/lists.json @@ -95,6 +95,7 @@ "72dbo": "72 dB/oct", "84dbo": "84 dB/oct", "96dbo": "96 dB/oct", + "auto": "Auto", "off": "Off", "x1": "x1", "x2": "x2", @@ -226,13 +227,6 @@ "pre_eq": "Pre-eq" }, "slope": { - "6dbo": "6 dB/oct", - "12dbo": "12 dB/oct", - "18dbo": "18 dB/oct", - "24dbo": "24 dB/oct", - "30dbo": "30 dB/oct", - "36dbo": "36 dB/oct", - "off": "Off", "x1": "x1", "x2": "x2", "x3": "x3", From 84a28495b9df37258c9ac912e4959226d4b760bf Mon Sep 17 00:00:00 2001 From: Vladimir Sadovnikov Date: Sat, 12 Sep 2026 20:29:14 +0300 Subject: [PATCH 5/5] Updated markup of the plugin window --- res/main/ui/window.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/main/ui/window.xml b/res/main/ui/window.xml index fe22700..3981256 100644 --- a/res/main/ui/window.xml +++ b/res/main/ui/window.xml @@ -42,9 +42,11 @@ -