Skip to content

Commit f7f6278

Browse files
committed
Release 1.0.13
* Updated module versions in dependencies.
2 parents bc82357 + 2870db0 commit f7f6278

33 files changed

+840
-377
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.13 ===
6+
* Updated module versions in dependencies.
7+
58
=== 1.0.12 ===
69
* Updated module versions in dependencies.
710

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
#define LSP_LADSPA_NOISE_GENERATOR_BASE (LSP_LADSPA_BASE + 128)
6464
#define LSP_LADSPA_MIXER_BASE (LSP_LADSPA_BASE + 140)
6565
#define LSP_LADSPA_AB_TESTER_BASE (LSP_LADSPA_BASE + 150)
66+
#define LSP_LADSPA_GOTT_COMPRESSOR_BASE (LSP_LADSPA_BASE + 160)
67+
#define LSP_LADSPA_FLANGER_BASE (LSP_LADSPA_BASE + 170)
68+
#define LSP_LADSPA_MB_LIMITER_BASE (LSP_LADSPA_BASE + 180)
69+
#define LSP_LADSPA_FILTER_BASE (LSP_LADSPA_BASE + 190)
6670

6771
namespace lsp
6872
{

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 12
27+
#define LSP_PLUGINS_SHARED_MICRO 13
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.28
22+
LSP_COMMON_LIB_VERSION := 1.0.29
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.20
28+
LSP_TEST_FW_VERSION := 1.0.21
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.13
34+
LSP_PLUGIN_FW_VERSION := 1.0.14
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.12
26+
ARTIFACT_VERSION = 1.0.13
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

res/doc/css/style.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ body {
2121
text-rendering: optimizeLegibility;
2222
}
2323

24+
table, tr, th, td {
25+
border: 1px solid #d8dadc;
26+
}
27+
28+
table {
29+
border-collapse: collapse;
30+
}
31+
32+
td {
33+
padding: 6px;
34+
}
35+
36+
th {
37+
background-color: #373944;
38+
}
39+
2440
::-webkit-scrollbar-button {
2541
background-image: url('');
2642
background-repeat: no-repeat;
@@ -58,16 +74,6 @@ body {
5874
text-shadow: none;
5975
}
6076

61-
/*body div {
62-
padding: 8px;
63-
background-color: rgba(255, 255, 255, 0.75);
64-
text-align: justify;
65-
text-justify: inter-word;
66-
}*/
67-
/*h1 {
68-
margin-top: 0px;
69-
text-align: left;
70-
}*/
7177
h1 {
7278
text-align: left;
7379
font-size: 20px;
@@ -80,10 +86,6 @@ h1 {
8086
margin-bottom: 0px;
8187
}
8288

83-
p {
84-
/*margin-left: 8px;*/
85-
}
86-
8789
div.member {
8890
display: inline-block;
8991
padding: 8px;
@@ -342,7 +344,6 @@ a img:hover {
342344
background: #1b1c22;
343345
padding: 0 25px;
344346
margin: 0 auto;
345-
//border-bottom: 6px #1b1c22 solid;
346347
font-size: 12px;
347348
margin-bottom: 6px;
348349
max-width: 540px;
@@ -455,7 +456,6 @@ a img:hover {
455456
.container {
456457
width: 100%;
457458
height: 60px;
458-
//border-bottom: 6px #1b1c22 solid;
459459
margin-bottom: 6px;
460460
background: #25272e;
461461
}

res/main/i18n/de/graph.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
{
2-
"values": {
3-
"1k": "1k",
4-
"10k": "10k",
5-
"idL_eft": "{@id}L",
6-
"idM_id": "{@id}M",
7-
"idR_ight": "{@id}R",
8-
"idS_ide": "{@id}S",
9-
"x:db": "{@value} dB",
10-
"x:hz": "{@value} Hz",
11-
"x:s": "{@value} s",
12-
"x_T": "{@value}T",
13-
"x_k": "{@value}k"
14-
},
15-
162
"axis": {
173
"+phase": "+phase",
184
"-phase": "-phase",
@@ -25,6 +11,7 @@
2511
"level": "Level",
2612
"out": "out",
2713
"period": "period",
14+
"phase": "phase",
2815
"reverb_time": "Halldauer",
2916
"time": "Zeit"
3017
},
@@ -33,5 +20,19 @@
3320
"db": "dB",
3421
"hz": "Hz",
3522
"s": "s"
23+
},
24+
25+
"values": {
26+
"1k": "1k",
27+
"10k": "10k",
28+
"idL_eft": "{@id}L",
29+
"idM_id": "{@id}M",
30+
"idR_ight": "{@id}R",
31+
"idS_ide": "{@id}S",
32+
"x:db": "{@value} dB",
33+
"x:hz": "{@value} Hz",
34+
"x:s": "{@value} s",
35+
"x_T": "{@value}T",
36+
"x_k": "{@value}k"
3637
}
3738
}

res/main/i18n/de/labels.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@
422422
"output": "Output",
423423
"output:db": "Output (dB)",
424424
"oversampling": "Oversampling",
425+
"oversampling:": "Oversampling:",
425426

426427
"panning": "Panning",
427428
"panorama": "Panorama",

res/main/i18n/de/lists.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -147,40 +147,40 @@
147147

148148
"oversampler": {
149149
"full": {
150-
"2x2": "Full x2(2L)",
151-
"2x3": "Full x2(3L)",
152-
"3x2": "Full x3(2L)",
153-
"3x3": "Full x3(3L)",
154-
"4x2": "Full x4(2L)",
155-
"4x3": "Full x4(3L)",
156-
"6x2": "Full x6(2L)",
157-
"6x3": "Full x6(3L)",
158-
"8x2": "Full x8(2L)",
159-
"8x3": "Full x8(3L)"
150+
"2x16bit": "Full x2/16 bit",
151+
"2x24bit": "Full x2/24 bit",
152+
"3x16bit": "Full x3/16 bit",
153+
"3x24bit": "Full x3/24 bit",
154+
"4x16bit": "Full x4/16 bit",
155+
"4x24bit": "Full x4/24 bit",
156+
"6x16bit": "Full x6/16 bit",
157+
"6x24bit": "Full x6/24 bit",
158+
"8x16bit": "Full x8/16 bit",
159+
"8x24bit": "Full x8/24 bit"
160160
},
161161
"half": {
162-
"2x2": "Half x2(2L)",
163-
"2x3": "Half x2(3L)",
164-
"3x2": "Half x3(2L)",
165-
"3x3": "Half x3(3L)",
166-
"4x2": "Half x4(2L)",
167-
"4x3": "Half x4(3L)",
168-
"6x2": "Half x6(2L)",
169-
"6x3": "Half x6(3L)",
170-
"8x2": "Half x8(2L)",
171-
"8x3": "Half x8(3L)"
162+
"2x16bit": "Half x2/16 bit",
163+
"2x24bit": "Half x2/24 bit",
164+
"3x16bit": "Half x3/16 bit",
165+
"3x24bit": "Half x3/24 bit",
166+
"4x16bit": "Half x4/16 bit",
167+
"4x24bit": "Half x4/24 bit",
168+
"6x16bit": "Half x6/16 bit",
169+
"6x24bit": "Half x6/24 bit",
170+
"8x16bit": "Half x8/16 bit",
171+
"8x24bit": "Half x8/24 bit"
172172
},
173173
"normal": {
174-
"2x2": "x2(2L)",
175-
"2x3": "x2(3L)",
176-
"3x2": "x3(2L)",
177-
"3x3": "x3(3L)",
178-
"4x2": "x4(2L)",
179-
"4x3": "x4(3L)",
180-
"6x2": "x6(2L)",
181-
"6x3": "x6(3L)",
182-
"8x2": "x8(2L)",
183-
"8x3": "x8(3L)",
174+
"2x16bit": "x2/16 bit",
175+
"2x24bit": "x2/24 bit",
176+
"3x16bit": "x3/16 bit",
177+
"3x24bit": "x3/24 bit",
178+
"4x16bit": "x4/16 bit",
179+
"4x24bit": "x4/24 bit",
180+
"6x16bit": "x6/16 bit",
181+
"6x24bit": "x6/24 bit",
182+
"8x16bit": "x8/16 bit",
183+
"8x24bit": "x8/24 bit",
184184

185185
"x2": "x2",
186186
"x3": "x3",

res/main/i18n/default/actions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"profile": "Profile",
8686

8787
"reset": "Reset",
88+
"restart": "Restart",
8889
"run_stop": "Run/Stop",
8990

9091
"save": "Save",

res/main/i18n/default/graph.json

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
{
2-
"values": {
3-
"1k": "1k",
4-
"10k": "10k",
5-
"idL_eft": "{@id}L",
6-
"idM_id": "{@id}M",
7-
"idR_ight": "{@id}R",
8-
"idS_ide": "{@id}S",
9-
"x:db": "{@value} dB",
10-
"x:hz": "{@value} Hz",
11-
"x:s": "{@value} s",
12-
"x_T": "{@value}T",
13-
"x_k": "{@value}k"
14-
},
15-
162
"axis": {
173
"+phase": "+phase",
184
"-phase": "-phase",
@@ -21,17 +7,36 @@
217
"left": "left",
228
"right": "right"
239
},
10+
"depth": "depth",
2411
"in": "in",
2512
"level": "level",
2613
"out": "out",
2714
"period": "period",
15+
"phase": "phase",
2816
"reverb_time": "reverb time",
2917
"time": "time"
3018
},
31-
19+
3220
"units": {
3321
"db": "dB",
3422
"hz": "Hz",
3523
"s": "s"
24+
},
25+
26+
"values": {
27+
"1k": "1k",
28+
"10k": "10k",
29+
"idL_eft": "{@id}L",
30+
"idM_id": "{@id}M",
31+
"idR_ight": "{@id}R",
32+
"idS_ide": "{@id}S",
33+
"max": "max",
34+
"min": "min",
35+
"x:db": "{@value} dB",
36+
"x:hz": "{@value} Hz",
37+
"x:s": "{@value} s",
38+
"x:deg": "{@value}°",
39+
"x_T": "{@value}T",
40+
"x_k": "{@value}k"
3641
}
3742
}

0 commit comments

Comments
 (0)