Skip to content

Commit 91fd80f

Browse files
committed
Release 1.0.33
* Updated module versions in dependencies.
2 parents ca57dc3 + 9e5558a commit 91fd80f

File tree

16 files changed

+1243
-191
lines changed

16 files changed

+1243
-191
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.33 ===
6+
* Updated module versions in dependencies.
7+
58
=== 1.0.32 ===
69
* Updated module versions in dependencies.
710

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 32
27+
#define LSP_PLUGINS_SHARED_MICRO 33
2828

2929
#ifdef LSP_LLTL_LIB_BUILTIN
3030
#define LSP_PLUGINS_SHARED_EXPORT

modules.mk

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

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.43
22+
LSP_COMMON_LIB_VERSION := 1.0.44
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
@@ -31,7 +31,7 @@ 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.33
34+
LSP_PLUGIN_FW_VERSION := 1.0.34
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.32
26+
ARTIFACT_VERSION = 1.0.33
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

res/main/i18n/default/actions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313

1414
"cancel": "Cancel",
15+
"capture": "Capture",
1516
"close": "Close",
1617

1718
"confirm": {
@@ -74,6 +75,7 @@
7475
"reset_settings": "Reset settings",
7576

7677
"listen": "Listen",
78+
"limits": "Limits",
7779
"linear_frequency": "Linear frequency",
7880
"link": {
7981
"copy": "Copy link",
@@ -84,7 +86,9 @@
8486
"load_preset": "Load preset",
8587

8688
"manage_presets": "Manage presets...",
89+
"match": "Match",
8790
"measure": "Measure",
91+
"morphing": "Morphing",
8892

8993
"nav": {
9094
"go": "Go",
@@ -113,15 +117,19 @@
113117
},
114118
"profile": "Profile",
115119

120+
"record": "Record",
116121
"reset": "Reset",
117122
"restart": "Restart",
118123
"run_stop": "Run/Stop",
119124

120125
"save": "Save",
121126

122127
"select_language": "Language",
128+
129+
"show": "Show",
123130

124131
"tap": "Tap",
132+
"tracking": "Tracking",
125133
"to_bookmarks": "+Bookmarks",
126134
"toggle_rack_mount": "Toggle rack mount",
127135

res/main/i18n/default/groups.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919

2020
"distance": "Distance",
2121

22+
"envelope": "Envelope",
23+
"equalizer": "Equalizer",
24+
25+
"file": "File",
2226
"filter": "Filter",
27+
"filters": "Filters",
2328

2429
"gain": "Gain",
2530
"general": "General",
@@ -75,6 +80,9 @@
7580
"premix": "Pre-mix",
7681
"processor": "Processor",
7782
"processors": "Processors",
83+
"profile_limits": "Profile Limits",
84+
"profile_morphing": "Profile Morhping",
85+
"profiles": "Profiles",
7886

7987
"rendering": "Rendering",
8088

res/main/i18n/default/labels.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
"mid": "Mid"
9696
},
9797
"band_hue": "Band, Hue",
98+
99+
"blend": "Blend",
98100

99101
"bool": {
100102
"off": "off",
@@ -193,6 +195,7 @@
193195
"pitch_right": "Pitch Right",
194196
"pitch_side": "Pitch Side",
195197
"rand_id": "Randomized #{@id}",
198+
"reference": "Reference",
196199
"return": "Return",
197200
"right": "Right",
198201
"right_on": "Right on",
@@ -252,6 +255,7 @@
252255

253256
"downward": "Downward",
254257

258+
"dynamic_profiles": "Dynamic profiles",
255259
"dynamics": "Dynamics",
256260

257261
"enable": "Enable",
@@ -345,9 +349,11 @@
345349
"presence": "Presence",
346350
"show_": "Show",
347351
"subs": "Subs",
348-
"treble": "Treble"
352+
"treble": "Treble",
353+
"x_k": "{@value}k"
349354
},
350355

356+
"freq": "Freq",
351357
"frequency": {
352358
"": "Frequency",
353359
"max": "Max",
@@ -435,6 +441,10 @@
435441
"voices": "Voices"
436442
},
437443
"limiter_bands": "Limiter bands",
444+
"limiting": {
445+
"bottom": "Bottom",
446+
"top": "Top"
447+
},
438448
"line_size": "Line size",
439449
"link": {
440450
"": "Link",
@@ -534,6 +544,8 @@
534544
"mode:": "Mode:",
535545
"model": "Model",
536546
"model:": "Model:",
547+
548+
"morph_time": "Morph time",
537549

538550
"ms_listen": "MS Listen",
539551

@@ -674,6 +686,10 @@
674686
"saving": "SAVING",
675687
"waiting": "WAITING"
676688
},
689+
"profiles": {
690+
"capture_profile": "Capture profile",
691+
"input_profile": "Input profile"
692+
},
677693
"progress": "Progress",
678694

679695
"pump": "Pump",
@@ -709,6 +725,7 @@
709725
"ratio_up": "Ratio up",
710726

711727
"reactivity": "Reactivity",
728+
"ready": "Ready",
712729

713730
"reduction": "Reduction",
714731

@@ -800,6 +817,7 @@
800817
"sidechain": "Sidechain",
801818

802819
"signal": {
820+
"": "Signal",
803821
"M_iddle": "M",
804822
"P_hase": "P",
805823
"S_ide": "S",
@@ -820,7 +838,11 @@
820838
"fade_out": "Fade out",
821839
"fall": "Fall",
822840
"in_lr": "In L/R",
841+
"input": "Input",
842+
"input_A": "Input A",
843+
"input_B": "Input B",
823844
"invert": "Invert",
845+
"match": "Match",
824846
"max": "Max",
825847
"min": "Min",
826848
"mix": "Mix",
@@ -838,6 +860,7 @@
838860
"phase_invert": "Phase Invert",
839861
"positive": "Positive",
840862
"positive_width": "Positive Width",
863+
"profile": "Profile",
841864
"raise": "Raise",
842865
"reference": "Reference",
843866
"relative": "Relative",
@@ -851,6 +874,8 @@
851874
"silence": "Silence",
852875

853876
"slope": "Slope",
877+
878+
"smooth": "Smooth",
854879

855880
"source": "Source",
856881
"source:": "Source:",
@@ -868,6 +893,7 @@
868893
"enabled": "Enabled"
869894
},
870895

896+
"static_profiles": "Static profiles",
871897
"status": "Status",
872898

873899
"stereo_link": "Stereo link",
@@ -927,6 +953,7 @@
927953
"samples": "Samples"
928954
},
929955
"upward": "Upward",
956+
"user_friendly_values": "User-friendly values",
930957
"value": "Value",
931958
"values": {
932959
"best": "Best",

res/main/i18n/ru/actions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313

1414
"cancel": "Отмена",
15+
"capture": "Захват",
1516
"close": "Закрыть",
1617

1718
"confirm": {
@@ -75,6 +76,7 @@
7576
"reset_settings": "Сбросить настройки",
7677

7778
"listen": "Слушать",
79+
"limits": "Ограничения",
7880
"linear_frequency": "Линейная частота",
7981
"link": {
8082
"copy": "Копировать ссылку",
@@ -85,7 +87,9 @@
8587
"load_preset": "Загрузить пресет",
8688

8789
"manage_presets": "Управление пресетами...",
90+
"match": "Сопоставить",
8891
"measure": "Измерить",
92+
"morphing": "Морфинг",
8993

9094
"nav": {
9195
"go": "Перейти",
@@ -114,15 +118,19 @@
114118
},
115119
"profile": "Профилировать",
116120

121+
"record": "Запись",
117122
"reset": "Сбросить",
118123
"restart": "Перезапуск",
119124
"run_stop": "Пуск/Стоп",
120125

121126
"save": "Сохранить",
122127

123128
"select_language": "Язык",
129+
130+
"show": "Показать",
124131

125132
"tap": "Тук",
133+
"tracking": "Трекинг",
126134
"to_bookmarks": "В закладки",
127135
"toggle_rack_mount": "Переключить стоечный монтаж",
128136

res/main/i18n/ru/groups.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919

2020
"distance": "Расстояние",
2121

22+
"envelope": "Огибающая",
23+
"equalizer": "Эквалайзер",
24+
25+
"file": "Файл",
2226
"filter": "Фильтр",
27+
"filters": "Фильтры",
2328

2429
"gain": "Усиление",
2530
"general": "Общие настройки",
@@ -74,6 +79,9 @@
7479
"premix": "Премикс",
7580
"processor": "Обработчик",
7681
"processors": "Обработчики",
82+
"profile_limits": "Ограничения профиля",
83+
"profile_morphing": "Морфирование профиля",
84+
"profiles": "Профили",
7785

7886
"rendering": "Отрисовка",
7987

0 commit comments

Comments
 (0)