Skip to content

Commit a1e736d

Browse files
committed
Release 1.0.6
* Updated metadata and documentation.
2 parents f5cdd0a + d9a1cb8 commit a1e736d

28 files changed

+175
-19
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.6 ===
6+
* Updated metadata and documentation.
7+
58
=== 1.0.5 ===
69
* Added audio file preview template.
710
* Updated styles.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#define LSP_LV2_URI(id) LSP_BASE_URI "plugins/lv2/" id
3232
#define LSP_LADSPA_URI(id) LSP_BASE_URI "plugins/ladspa/" id
3333
#define LSP_LV2UI_URI(id) LSP_BASE_URI "ui/lv2/" id
34+
#define LSP_CLAP_URI(id) "in.lsp-plug." id
3435

3536
// LADSPA identifier allocation
3637
#define LSP_LADSPA_PHASE_DETECTOR_BASE (LSP_LADSPA_BASE + 0)
@@ -60,15 +61,16 @@
6061
#define LSP_LADSPA_OSCILLOSCOPE_BASE (LSP_LADSPA_BASE + 108)
6162
#define LSP_LADSPA_MB_DYNA_PROCESSOR_BASE (LSP_LADSPA_BASE + 120)
6263
#define LSP_LADSPA_NOISE_GENERATOR_BASE (LSP_LADSPA_BASE + 128)
64+
#define LSP_LADSPA_MIXER_BASE (LSP_LADSPA_BASE + 140)
6365

6466
namespace lsp
6567
{
6668
namespace developers
6769
{
6870
extern const meta::person_t v_sadovnikov;
6971
extern const meta::person_t s_tronci;
70-
}
71-
}
72+
} /* namespace developers */
73+
} /* namespace lsp */
7274

7375

7476
#endif /* LSP_PLUG_IN_SHARED_META_DEVELOPERS_H_ */

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 5
27+
#define LSP_PLUGINS_SHARED_MICRO 6
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.23
22+
LSP_COMMON_LIB_VERSION := 1.0.25
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.17
28+
LSP_TEST_FW_VERSION := 1.0.18
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.7
34+
LSP_PLUGIN_FW_VERSION := 1.0.8
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.5
26+
ARTIFACT_VERSION = 1.0.6
2727
ARTIFACT_EXPORT_ALL = 1
2828

2929
# Weak property

res/doc/img/controls/tab_control.png

9.34 KB
Loading

res/main/i18n/de/labels.json

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

214214
"file": "Datei",
215215
"file_display": {
216+
"custom": "{@title} *",
216217
"system": "{@title} /",
217218
"user": "{@title} ~"
218219
},

res/main/i18n/default/actions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@
8585
"to_bookmarks": "+Bookmarks",
8686
"toggle_rack_mount": "Toggle rack mount",
8787

88+
"ui_behavior": {
89+
"": "UI behavior",
90+
"ediable_knob_scale": "Editable knob scale",
91+
"override_hydrogen_kits": "Override Hydrogen kits"
92+
},
93+
8894
"ui_manual": "UI manual",
8995

9096
"ui_scaling": {
@@ -95,6 +101,8 @@
95101
"zoom_out": "Zoom out"
96102
},
97103

104+
"user_paths": "User paths...",
105+
98106
"visual_schema": {
99107
"select": "Visual Schema"
100108
}

res/main/i18n/default/headings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"about": "About",
33
"attention": "Attention",
44
"confirmation": "Confirmation",
5-
"greetings": "Greetings!"
5+
"greetings": "Greetings!",
6+
"user_paths": "User paths"
67
}

res/main/i18n/default/labels.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213

214214
"file": "File",
215215
"file_display": {
216+
"custom": "{@title} *",
216217
"system": "{@title} /",
217218
"user": "{@title} ~"
218219
},
@@ -449,6 +450,10 @@
449450
"panning": "Panning",
450451
"panorama": "Panorama",
451452
"panorama:pc": "Panorama (%)",
453+
"paths": {
454+
"user_hydrogen_kits": "User Hydrogen kits path:",
455+
"user_hydrogen_kits_override": "Override Hydrogen kits path:"
456+
},
452457
"pause": "Pause",
453458

454459
"plug": {

res/main/i18n/es/labels.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@
182182
},
183183

184184
"file": "Archivo",
185+
"file_display": {
186+
"custom": "{@title} *",
187+
"system": "{@title} /",
188+
"user": "{@title} ~"
189+
},
185190
"file_list": "Lista archivos",
186191
"file_name": "Nombre archivo",
187192
"filter": "Filtro",

res/main/i18n/fr/labels.json

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

201201
"file": "Fichier",
202202
"file_display": {
203+
"custom": "{@title} *",
203204
"system": "{@title} /",
204205
"user": "{@title} ~"
205206
},

res/main/i18n/it/labels.json

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

214214
"file": "File",
215215
"file_display": {
216+
"custom": "{@title} *",
216217
"system": "{@title} /",
217218
"user": "{@title} ~"
218219
},

res/main/i18n/ru/actions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@
8585
"to_bookmarks": "В закладки",
8686
"toggle_rack_mount": "Переключить стоечный монтаж",
8787

88+
"ui_behavior": {
89+
"": "Поведение интерфейса",
90+
"ediable_knob_scale": "Редактируемые шкалы ручек",
91+
"override_hydrogen_kits": "Замещать настройки Hydrogen"
92+
},
93+
8894
"ui_manual": "Руководство по интерфейсу",
8995

9096
"ui_scaling": {
@@ -95,6 +101,8 @@
95101
"zoom_out": "Уменьшить масштаб"
96102
},
97103

104+
"user_paths": "Пользовательские пути...",
105+
98106
"visual_schema": {
99107
"select": "Визуальная схема"
100108
}

res/main/i18n/ru/headings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"about": "О программе",
33
"attention": "Внимание",
44
"confirmation": "Подтверждение",
5-
"greetings": "Приветствуем!"
5+
"greetings": "Приветствуем!",
6+
"user_paths": "Пользовательские пути"
67
}

res/main/i18n/ru/labels.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213

214214
"file": "Файл",
215215
"file_display": {
216+
"custom": "{@title} *",
216217
"system": "{@title} /",
217218
"user": "{@title} ~"
218219
},
@@ -449,6 +450,10 @@
449450
"panning": "Панорама",
450451
"panorama": "Панорама",
451452
"panorama:pc": "Панорама (%)",
453+
"paths": {
454+
"user_hydrogen_kits": "Путь к пользовательским файлам Hydrogen:",
455+
"user_hydrogen_kits_override": "Путь к файлам замещения файлов Hydrogen:"
456+
},
452457
"pause": "Пауза",
453458

454459
"plug": {

res/main/i18n/us/actions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
"to_bookmarks": "+Bookmarks",
8080
"toggle_rack_mount": "Toggle rack mount",
8181

82+
"ui_behavior": {
83+
"": "UI behavior",
84+
"ediable_knob_scale": "Editable knob scale",
85+
"override_hydrogen_kits": "Override Hydrogen kits"
86+
},
87+
8288
"ui_manual": "UI manual",
8389

8490
"ui_scaling": {
@@ -89,6 +95,8 @@
8995
"zoom_out": "Zoom out"
9096
},
9197

98+
"user_paths": "User paths...",
99+
92100
"visual_schema": {
93101
"select": "Visual Schema"
94102
}

res/main/i18n/us/headings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"about": "About",
33
"attention": "Attention",
44
"confirmation": "Confirmation",
5-
"greetings": "Greetings!"
5+
"greetings": "Greetings!",
6+
"user_paths": "User paths"
67
}

res/main/i18n/us/labels.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213

214214
"file": "File",
215215
"file_display": {
216+
"custom": "{@title} *",
216217
"system": "{@title} /",
217218
"user": "{@title} ~"
218219
},
@@ -449,6 +450,10 @@
449450
"panning": "Panning",
450451
"panorama": "Panorama",
451452
"panorama:pc": "Panorama (%)",
453+
"paths": {
454+
"user_hydrogen_kits": "User Hydrogen kits path:",
455+
"user_hydrogen_kits_override": "Override Hydrogen kits path:"
456+
},
452457
"pause": "Pause",
453458

454459
"plug": {

res/main/schema/legacy-dark.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@
367367

368368
<style class="AudioSample" parents="root">
369369

370+
<main.font.name value="noto-sans-display"/>
371+
<label.font.name value="noto-sans-display"/>
370372
<stereo_groups value="true"/>
371373
<border.color value="bg_name"/>
372374
<border.size value="2"/>
@@ -1974,4 +1976,12 @@
19741976
<text.color value="red"/>
19751977
</style>
19761978

1979+
<!-- UserPathsDialog widgets -->
1980+
<style class="UserPathsDialog" parents="Window">
1981+
<padding value="8"/>
1982+
<border.style value="dialog"/>
1983+
<layout.hscale value="1.0"/>
1984+
<layout.vscale value="1.0"/>
1985+
</style>
1986+
19771987
</schema>

res/main/schema/legacy.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@
370370

371371
<style class="AudioSample" parents="root">
372372

373+
<main.font.name value="noto-sans-display"/>
374+
<label.font.name value="noto-sans-display"/>
373375
<stereo_groups value="true"/>
374376
<border.color value="#ffffff"/>
375377
<border.size value="2"/>
@@ -1103,7 +1105,7 @@
11031105
<button.border.radius value="2"/>
11041106
<button.radius value="3"/>
11051107
<button.width value="12"/>
1106-
<button.color value="fader"/>
1108+
<button.color value="fader"/>
11071109
<button.aspect value="0.125" />
11081110
</style>
11091111

@@ -1986,4 +1988,12 @@
19861988
<text.color value="red"/>
19871989
</style>
19881990

1991+
<!-- UserPathsDialog widgets -->
1992+
<style class="UserPathsDialog" parents="Window">
1993+
<padding value="8"/>
1994+
<border.style value="dialog"/>
1995+
<layout.hscale value="1.0"/>
1996+
<layout.vscale value="1.0"/>
1997+
</style>
1998+
19891999
</schema>

res/main/schema/modern.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@
353353

354354
<style class="AudioSample" parents="root">
355355

356+
<main.font.name value="noto-sans-display"/>
357+
<label.font.name value="noto-sans-display"/>
356358
<stereo_groups value="true"/>
357359
<border.color value="bg_name"/>
358360
<border.size value="0"/>
@@ -1981,4 +1983,12 @@
19811983
<text.color value="red"/>
19821984
</style>
19831985

1986+
<!-- UserPathsDialog widgets -->
1987+
<style class="UserPathsDialog" parents="Window">
1988+
<padding value="8"/>
1989+
<border.style value="dialog"/>
1990+
<layout.hscale value="1.0"/>
1991+
<layout.vscale value="1.0"/>
1992+
</style>
1993+
19841994
</schema>

res/main/ui/user_paths.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0"?>
2+
3+
<window ui:inject="UserPathsDialog" title="headings.user_paths">
4+
5+
<grid rows="3" cols="1" spacing="8" expand="true" fill="true">
6+
<cell vfill="false" vexpand="false">
7+
<vbox spacing="4">
8+
<label text="labels.paths.user_hydrogen_kits" text.halign="-1" hfill="true" />
9+
<edit ui:inject="FileDialog::Path" ui:id="user_hydrogen_kit_path" width.min="420"/>
10+
</vbox>
11+
</cell>
12+
<cell expand="true">
13+
<vbox vfill="false" vexpand="false" spacing="4">
14+
<label text="labels.paths.user_hydrogen_kits_override" text.halign="-1" hfill="true" />
15+
<edit ui:inject="FileDialog::Search" ui:id="override_hydrogen_kit_path" width.min="420"/>
16+
</vbox>
17+
</cell>
18+
<cell vfill="false" vexpand="false">
19+
<hbox vfill="false" vexpand="false">
20+
<hbox hexpand="false">
21+
<check ui:id="override_hydrogen_kits_check" pad.r="4"/>
22+
<label text="actions.ui_behavior.override_hydrogen_kits" hexpand="false"/>
23+
</hbox>
24+
<void hexpand="true"/>
25+
<hbox hexpand="false">
26+
<button ui:id="submit" text="actions.apply" width="96" pad.r="4"/>
27+
<button ui:id="cancel" text="actions.cancel" width="96"/>
28+
</hbox>
29+
</hbox>
30+
</cell>
31+
</grid>
32+
33+
</window>

res/xdg/menus/lsp-plugins.menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Name>lsp-plugins</Name>
88
<Directory>lsp-plugins.directory</Directory>
99
<Include>
10-
<?filelist?>
10+
<Category>X-LSP-Plugins</Category>
1111
</Include>
1212
</Menu>
1313
</Menu>

0 commit comments

Comments
 (0)