Skip to content

Commit d8980c1

Browse files
committed
Release 1.0.30
* Updated module versions in dependencies.
2 parents f749675 + 0b68424 commit d8980c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+937
-208
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.30 ===
6+
* Updated module versions in dependencies.
7+
58
=== 1.0.29 ===
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 29
27+
#define LSP_PLUGINS_SHARED_MICRO 30
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.42
22+
LSP_COMMON_LIB_VERSION := 1.0.43
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.31
28+
LSP_TEST_FW_VERSION := 1.0.32
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.30
34+
LSP_PLUGIN_FW_VERSION := 1.0.31
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.29
26+
ARTIFACT_VERSION = 1.0.30
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

res/main/i18n/de/actions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"import_installed_hydrogen_drumkit": "Installiertes Hydrogen drumkit",
4444
"import_settings_from_clipboard": "Importiere Einstellungen aus der Zwischenablage",
4545
"import_settings_from_file": "Importiere Einstellungen aus Datei...",
46-
"import_rew_filter_file": "REW filter Datei...",
46+
"import_rew_filter_file": "REW/APO filter Datei...",
4747

4848
"listen": "Anhören",
4949
"link": {

res/main/i18n/default/actions.json

Lines changed: 39 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
"cancel": "Cancel",
1515
"close": "Close",
16-
16+
1717
"confirm": {
1818
"no": "No",
1919
"yes": "Yes"
@@ -35,17 +35,17 @@
3535
"move_up": "Move up",
3636
"paste": "Paste"
3737
},
38-
38+
3939
"export": "Export",
4040
"export_settings_to_clipboard": "Export settings to clipboard",
4141
"export_settings_to_file": "Export settings to file...",
42-
42+
4343
"file_preview": {
4444
"pause": "Pause",
4545
"play": "Play",
4646
"stop": "Stop"
4747
},
48-
48+
4949
"filters": {
5050
"switch": {
5151
"to_left": "Switch to Left",
@@ -54,64 +54,83 @@
5454
"to_side": "Switch to Side"
5555
}
5656
},
57-
57+
5858
"font_scaling": {
5959
"select": "Font scaling",
6060
"value:pc": "{@value} %",
6161
"zoom_in": "Zoom in",
6262
"zoom_out": "Zoom out"
6363
},
64-
64+
6565
"freeze": "Freeze",
66-
66+
6767
"import": "Import",
6868
"import_hydrogen_drumkit_file": "Hydrogen drumkit file...",
6969
"import_installed_hydrogen_drumkit": "Installed Hydrogen drumkit",
7070
"import_settings_from_clipboard": "Import settings from clipboard",
7171
"import_settings_from_file": "Import settings from file...",
7272
"import_sfz_file": "Import SFZ file...",
73-
"import_rew_filter_file": "REW filter file...",
73+
"import_rew_filter_file": "REW/APO filter file...",
74+
"reset_settings": "Reset settings",
7475

7576
"listen": "Listen",
77+
"linear_frequency": "Linear frequency",
7678
"link": {
7779
"copy": "Copy link",
7880
"follow": "Follow link"
7981
},
80-
82+
8183
"load": "Load",
8284
"load_preset": "Load preset",
83-
85+
86+
"manage_presets": "Manage presets...",
8487
"measure": "Measure",
85-
88+
8689
"nav": {
8790
"go": "Go",
8891
"up": "Up"
8992
},
90-
93+
9194
"ok": "OK",
9295
"open": "Open",
9396

9497
"plugin_manual": "Plugin manual",
9598
"postprocess": "Post-process",
99+
"presets": {
100+
"copy": "Copy",
101+
"export": "Export...",
102+
"favourite": "Favourite",
103+
"import": "Import...",
104+
"input_name": "Input name",
105+
"load": "Load",
106+
"paste": "Paste",
107+
"new": "New",
108+
"remove": "Remove",
109+
"reset": "Reset",
110+
"save": "Save",
111+
"search": "Search...",
112+
"select": "Select preset"
113+
},
96114
"profile": "Profile",
97-
115+
98116
"reset": "Reset",
99117
"restart": "Restart",
100118
"run_stop": "Run/Stop",
101119

102120
"save": "Save",
103-
104-
"select_language": "Select language",
121+
122+
"select_language": "Language",
105123

106124
"tap": "Tap",
107125
"to_bookmarks": "+Bookmarks",
108126
"toggle_rack_mount": "Toggle rack mount",
109-
127+
110128
"ui_behavior": {
111129
"": "UI behavior",
112130
"ediable_knob_scale": "Editable knob scale",
113131
"enable_zoomable_spectrum": "Automatic frequency graph scaling",
114132
"file_list_navigation_autoload": "Automatically load files when navigating file list",
133+
"file_list_navigation_autoplay": "Automatically play files when navigating file list",
115134
"filter_point_thickness": "Filter point thickness",
116135
"override_hydrogen_kits": "Override Hydrogen kits",
117136
"take_instrument_name_from_file": "Take instrument name from file",
@@ -120,19 +139,19 @@
120139
"invert_graph_dot": "Invert vertical mouse scroll for graph dots"
121140
}
122141
},
123-
142+
124143
"ui_manual": "UI manual",
125-
144+
126145
"ui_scaling": {
127146
"prefer_host": "Prefer host",
128147
"select": "UI scaling",
129148
"value:pc": "{@value} %",
130149
"zoom_in": "Zoom in",
131150
"zoom_out": "Zoom out"
132151
},
133-
152+
134153
"user_paths": "User paths...",
135-
154+
136155
"visual_schema": {
137156
"select": "Visual Schema"
138157
}

res/main/i18n/default/graph.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"min": "min",
4141
"x::2f": "{@value%.2f}",
4242
"x::f": "{@value%.4f}",
43+
"x:db:f;x::f": "{@db%.2f} dB\n{@value%.4f}",
4344
"x:db": "{@value} dB",
4445
"x:db:f": "{@value%.2f} dB",
4546
"x:hz": "{@value} Hz",

res/main/i18n/default/groups.json

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

7373
"post_filter": "Post-filter",
7474

75+
"premix": "Pre-mix",
7576
"processor": "Processor",
7677
"processors": "Processors",
7778

res/main/i18n/default/labels.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,23 @@
3838
"act_ive": "ACT",
3939
"active": "Active",
4040
"actual_duration": "Actual\nDuration (s)",
41+
42+
"adsr": {
43+
"adsr": "ADSR",
44+
"ahdbssr": "AHDBSSR",
45+
"attack": "Attack",
46+
"break": "Break",
47+
"convex": "Convex",
48+
"curve": "Curve",
49+
"decay": "Decay",
50+
"envelope": "Envelope",
51+
"hold": "Hold",
52+
"release": "Release",
53+
"shape": "Shape",
54+
"slope": "Slope",
55+
"sustain": "Sustain",
56+
"time": "Time"
57+
},
4158

4259
"alr": "ALR",
4360
"alr_": "Auto level regulation",
@@ -149,10 +166,12 @@
149166
"left": "Left",
150167
"left_on": "Left on",
151168
"link": "Link",
169+
"lr_link": "L/R link",
152170
"mid": "Mid",
153171
"mid_on": "Mid on",
154172
"mid_side": "Mid/Side",
155173
"middle": "Middle",
174+
"ms_link": "M/S link",
156175
"mute": "Mute",
157176
"none": "None",
158177
"num_id": "#{@id}",
@@ -429,6 +448,7 @@
429448
},
430449
"listen": "Listen",
431450
"location": "Location",
451+
"log_dots": "Log dots",
432452
"log_scale": "Log scale",
433453

434454
"lookahead": "Lookahead",
@@ -600,6 +620,35 @@
600620

601621
"preamp": "Preamp",
602622
"predelay": "Pre-delay",
623+
"premix": {
624+
"": "Pre-mix",
625+
"in_to_link": "In -> Link",
626+
"in_to_sc": "In -> SC",
627+
"link_to_in": "Link -> In",
628+
"link_to_sc": "Link -> SC",
629+
"sc_to_in": "SC -> In",
630+
"sc_to_link": "SC -> Link"
631+
},
632+
633+
"presets": {
634+
"add_to_favourites": "Add to favourites",
635+
"category": {
636+
"all": "All",
637+
"factory": "Factory",
638+
"favourites": "Favourites",
639+
"user": "User"
640+
},
641+
"configuration": "Configuration",
642+
"name": {
643+
"mod": "* {@name}",
644+
"normal": "{@name}",
645+
"factory": "{@name} [Factory]",
646+
"user": "{@name} [User]",
647+
"factory_mod": "* {@name} [Factory]",
648+
"user_mod": "* {@name} [User]"
649+
},
650+
"preset_name": "Preset name"
651+
},
603652

604653
"processing": {
605654
"post": "Post",
@@ -749,6 +798,8 @@
749798
"clip": "Clip",
750799
"clipping": "Clipping",
751800
"curr_ent": "Curr",
801+
"dc_compensate": "DC compensate",
802+
"dc_offset": "DC offset",
752803
"drive": "Drive",
753804
"dry": "Dry",
754805
"dry:db": "Dry\n(dB)",

res/main/i18n/default/lists.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"adsr": {
3+
"type": {
4+
"cubic": "Cubic",
5+
"dline": "DLine",
6+
"exp": "Exp",
7+
"quad": "Quadro",
8+
"off": "Off",
9+
"vline": "VLine"
10+
}
11+
},
12+
213
"bool": {
314
"off": "off",
415
"on": "on"
@@ -46,7 +57,7 @@
4657
"apo_dr": "APO (DR)"
4758
},
4859
"pos": {
49-
"post_eq": "Post-eq",
60+
"post_eq": "Post-eq",
5061
"pre_eq": "Pre-eq"
5162
},
5263
"slope": {
@@ -70,8 +81,8 @@
7081
"type": {
7182
"fir": "FIR",
7283
"fft": "FFT",
73-
"iir": "IIR",
74-
"spm": "SPM"
84+
"iir": "Zero-latency (IIR)",
85+
"spm": "Linear phase (SPM)"
7586
}
7687
},
7788

@@ -185,7 +196,7 @@
185196
"thinnest" : "Thinnest"
186197
},
187198
"pos": {
188-
"post_eq": "Post-eq",
199+
"post_eq": "Post-eq",
189200
"pre_eq": "Pre-eq"
190201
},
191202
"slope": {
@@ -208,8 +219,8 @@
208219
"type": {
209220
"fir": "FIR",
210221
"fft": "FFT",
211-
"iir": "IIR",
212-
"spm": "SPM"
222+
"iir": "Zero-latency (IIR)",
223+
"spm": "Linear phase (SPM)"
213224
}
214225
},
215226

@@ -227,7 +238,8 @@
227238
"fft": {
228239
"off": "Off",
229240
"post_eq": "Post-eq",
230-
"pre_eq": "Pre-eq"
241+
"pre_eq": "Pre-eq",
242+
"both": "Both"
231243
}
232244
},
233245

@@ -332,7 +344,7 @@
332344
"side_mid": "Side/Mid",
333345
"sma": "SMA"
334346
},
335-
347+
336348
"sigmoid": {
337349
"arctangent": "Arctangent",
338350
"circle": "Circle",

0 commit comments

Comments
 (0)