Skip to content

Commit f749675

Browse files
committed
Release 1.0.29
* Updated module versions in dependencies.
2 parents 0e39041 + 5134c0b commit f749675

File tree

24 files changed

+1150
-46
lines changed

24 files changed

+1150
-46
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5+
=== 1.0.29 ===
6+
* Updated module versions in dependencies.
7+
58
=== 1.0.28 ===
69
* Updated module versions in dependencies.
710

include/lsp-plug.in/shared/meta/developers.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
* (C) 2020 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
* Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
44
*
55
* This file is part of lsp-plugins-shared
66
* Created on: 25 нояб. 2020 г.
@@ -76,6 +76,7 @@
7676
#define LSP_LADSPA_MB_CLIPPER_BASE (LSP_LADSPA_BASE + 230)
7777
#define LSP_LADSPA_PARA_EQUALIZER_X8 (LSP_LADSPA_BASE + 240)
7878
#define LSP_LADSPA_CHORUS_BASE (LSP_LADSPA_BASE + 250)
79+
#define LSP_LADSPA_PHASER_BASE (LSP_LADSPA_BASE + 260)
7980

8081

8182
namespace lsp

include/lsp-plug.in/shared/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define LSP_PLUGINS_SHARED_MAJOR 1
2626
#define LSP_PLUGINS_SHARED_MINOR 0
27-
#define LSP_PLUGINS_SHARED_MICRO 28
27+
#define LSP_PLUGINS_SHARED_MICRO 29
2828

2929
#ifdef LSP_LLTL_LIB_BUILTIN
3030
#define LSP_PLUGINS_SHARED_EXPORT

modules.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.41
22+
LSP_COMMON_LIB_VERSION := 1.0.42
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := src
2525
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2626
LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2727

28-
LSP_TEST_FW_VERSION := 1.0.30
28+
LSP_TEST_FW_VERSION := 1.0.31
2929
LSP_TEST_FW_NAME := lsp-test-fw
3030
LSP_TEST_FW_TYPE := src
3131
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git
3232
LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME).git
3333

34-
LSP_PLUGIN_FW_VERSION := 1.0.29
34+
LSP_PLUGIN_FW_VERSION := 1.0.30
3535
LSP_PLUGIN_FW_NAME := lsp-plugin-fw
3636
LSP_PLUGIN_FW_TYPE := src
3737
LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARTIFACT_ID = LSP_PLUGINS_SHARED
2323
ARTIFACT_NAME = lsp-plugins-shared
2424
ARTIFACT_DESC = Shared resources for LSP Plugins
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 1.0.28
26+
ARTIFACT_VERSION = 1.0.29
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

res/doc/img/overlay.png

20.6 KB
Loading

res/main/i18n/de/labels.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,11 @@
249249
"treble": "Treble"
250250
},
251251

252-
"frequency": "Frequenz",
252+
"frequency": {
253+
"": "Frequenz",
254+
"max": "Max",
255+
"min": "Min"
256+
},
253257
"freq_gain": "Freq, Gain",
254258
"freq_gain:hz_db": "Freq, Gain\n(Hz, dB)",
255259

res/main/i18n/default/groups.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
"metering": "Metering",
4646
"midi_setup": "MIDI Setup",
47+
"mix": "Mix",
4748
"monitoring": "Monitoring",
4849

4950
"oscillator_function": "Oscillator Function",

res/main/i18n/default/labels.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,11 @@
326326
"treble": "Treble"
327327
},
328328

329-
"frequency": "Frequency",
329+
"frequency": {
330+
"": "Frequency",
331+
"max": "Max",
332+
"min": "Min"
333+
},
330334
"freq_gain": "Freq, Gain",
331335
"freq_gain:hz_db": "Freq, Gain\n(Hz, dB)",
332336

@@ -745,6 +749,7 @@
745749
"clip": "Clip",
746750
"clipping": "Clipping",
747751
"curr_ent": "Curr",
752+
"drive": "Drive",
748753
"dry": "Dry",
749754
"dry:db": "Dry\n(dB)",
750755
"dry_pan": "Dry pan",

res/main/i18n/default/messages.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"copyright": "(C) {@meta_pkg_copyright} 2015-2025.",
44
"description": "This is a collection of open-source audio plugins.",
55
"info": {
6+
"ui_graphics_library": "UI Graphics:",
67
"pkg_name": "Package name:",
78
"pkg_version": "Package version:",
89
"plug_format": "Plugin format:",
910
"plug_name": "Plugin name:",
1011
"plug_version": "Plugin version:"
1112
},
1213
"values": {
14+
"ui_graphics_library": "{@meta_ui_graphics_library}",
1315
"pkg_name": "{@meta_pkg_artifact_name}",
1416
"pkg_version": "{@meta_pkg_version}",
1517
"plug_format": "{@meta_plugin_format}",

0 commit comments

Comments
 (0)