From 9e2ee05562bca11e233ec53c021e1687f2b5fe26 Mon Sep 17 00:00:00 2001 From: PROPHESSOR Date: Wed, 20 Dec 2023 12:24:05 +0200 Subject: [PATCH 01/28] chore: update *-pass names with *-cut --- res/main/i18n/us/lists.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/res/main/i18n/us/lists.json b/res/main/i18n/us/lists.json index 54297fd..f22cb96 100644 --- a/res/main/i18n/us/lists.json +++ b/res/main/i18n/us/lists.json @@ -25,11 +25,11 @@ "bandpass": "Bandpass", "bell": "Bell", "envelope": "Envelope", - "hipass": "Hi-pass", + "hipass": "Low-cut", "hishelf": "Hi-shelf", "ladpass": "Ladder-pass", "ladrej": "Ladder-rej", - "lopass": "Lo-pass", + "lopass": "Hi-cut", "loshelf": "Lo-shelf", "lufs": "LUFS", "notch": "Notch", @@ -145,11 +145,11 @@ "bandpass": "Bandpass", "bell": "Bell", "envelope": "Envelope", - "hipass": "Hi-pass", + "hipass": "Low-cut", "hishelf": "Hi-shelf", "ladpass": "Ladder-pass", "ladrej": "Ladder-rej", - "lopass": "Lo-pass", + "lopass": "Hi-cut", "loshelf": "Lo-shelf", "lufs": "LUFS", "notch": "Notch", @@ -326,7 +326,7 @@ "side_mid": "Side/Mid", "sma": "SMA" }, - + "sigmoid": { "arctangent": "Arctangent", "circle": "Circle", From 3f95cb359fc62d9bc884011cf3e6a01518fa56a9 Mon Sep 17 00:00:00 2001 From: PROPHESSOR Date: Thu, 21 Dec 2023 09:33:40 +0200 Subject: [PATCH 02/28] chore: rename ui behavior to settings --- res/main/i18n/default/actions.json | 44 +++++++++++++------------- res/main/i18n/default/lists.json | 10 +++--- res/main/i18n/ru/actions.json | 50 +++++++++++++++--------------- res/main/i18n/us/actions.json | 46 +++++++++++++-------------- res/main/i18n/us/lists.json | 4 +-- 5 files changed, 77 insertions(+), 77 deletions(-) diff --git a/res/main/i18n/default/actions.json b/res/main/i18n/default/actions.json index 54a5a5d..9129f3a 100644 --- a/res/main/i18n/default/actions.json +++ b/res/main/i18n/default/actions.json @@ -2,17 +2,17 @@ "3d_rendering": "3D rendering", "apply": "Apply", - + "cancel": "Cancel", "close": "Close", - + "confirm": { "no": "No", "yes": "Yes" }, - + "debug_dump": "Dump for debug", - + "edit": { "clear": "Clear", "copy": "Copy", @@ -24,17 +24,17 @@ "move_up": "Move up", "paste": "Paste" }, - + "export": "Export", "export_settings_to_clipboard": "Export settings to clipboard", "export_settings_to_file": "Export settings to file...", - + "file_preview": { "pause": "Pause", "play": "Play", "stop": "Stop" }, - + "filters": { "switch": { "to_left": "Switch to Left", @@ -43,16 +43,16 @@ "to_side": "Switch to Side" } }, - + "font_scaling": { "select": "Font scaling", "value:pc": "{@value} %", "zoom_in": "Zoom in", "zoom_out": "Zoom out" }, - + "freeze": "Freeze", - + "import": "Import", "import_hydrogen_drumkit_file": "Hydrogen drumkit file...", "import_installed_hydrogen_drumkit": "Installed Hydrogen drumkit", @@ -66,38 +66,38 @@ "copy": "Copy link", "follow": "Follow link" }, - + "load": "Load", "load_preset": "Load preset", - + "measure": "Measure", - + "nav": { "go": "Go", "up": "Up" }, - + "ok": "OK", "open": "Open", "plugin_manual": "Plugin manual", "postprocess": "Post-process", "profile": "Profile", - + "reset": "Reset", "restart": "Restart", "run_stop": "Run/Stop", "save": "Save", - + "select_language": "Select language", "tap": "Tap", "to_bookmarks": "+Bookmarks", "toggle_rack_mount": "Toggle rack mount", - + "ui_behavior": { - "": "UI behavior", + "": "Settings", "ediable_knob_scale": "Editable knob scale", "enable_zoomable_spectrum": "Automatic frequency graph scaling", "filter_point_thickness": "Filter point thickness", @@ -107,9 +107,9 @@ "invert_graph_dot": "Invert vertical mouse scroll for graph dots" } }, - + "ui_manual": "UI manual", - + "ui_scaling": { "prefer_host": "Prefer host", "select": "UI scaling", @@ -117,9 +117,9 @@ "zoom_in": "Zoom in", "zoom_out": "Zoom out" }, - + "user_paths": "User paths...", - + "visual_schema": { "select": "Visual Schema" } diff --git a/res/main/i18n/default/lists.json b/res/main/i18n/default/lists.json index ee918fb..c4e54cf 100644 --- a/res/main/i18n/default/lists.json +++ b/res/main/i18n/default/lists.json @@ -25,11 +25,11 @@ "bandpass": "Bandpass", "bell": "Bell", "envelope": "Envelope", - "hipass": "Hi-pass", + "hipass": "Lo-cut", "hishelf": "Hi-shelf", "ladpass": "Ladder-pass", "ladrej": "Ladder-rej", - "lopass": "Lo-pass", + "lopass": "Hi-cut", "loshelf": "Lo-shelf", "lufs": "LUFS", "notch": "Notch", @@ -145,11 +145,11 @@ "bandpass": "Bandpass", "bell": "Bell", "envelope": "Envelope", - "hipass": "Hi-pass", + "hipass": "Lo-cut", "hishelf": "Hi-shelf", "ladpass": "Ladder-pass", "ladrej": "Ladder-rej", - "lopass": "Lo-pass", + "lopass": "Hi-cut", "loshelf": "Lo-shelf", "lufs": "LUFS", "notch": "Notch", @@ -326,7 +326,7 @@ "side_mid": "Side/Mid", "sma": "SMA" }, - + "sigmoid": { "arctangent": "Arctangent", "circle": "Circle", diff --git a/res/main/i18n/ru/actions.json b/res/main/i18n/ru/actions.json index 204ccc8..30c004b 100644 --- a/res/main/i18n/ru/actions.json +++ b/res/main/i18n/ru/actions.json @@ -2,17 +2,17 @@ "3d_rendering": "Отрисовка 3D", "apply": "Применить", - + "cancel": "Отмена", "close": "Закрыть", - + "confirm": { "no": "Нет", "yes": "Да" }, - + "debug_dump": "Отладочный дамп", - + "edit": { "clear": "Очистить", "copy": "Копировать", @@ -24,17 +24,17 @@ "move_up": "Переместить вверх", "paste": "Вставить" }, - + "export": "Экспорт", "export_settings_to_clipboard": "Экпорт настроек в буфер обмена", "export_settings_to_file": "Экспорт настроек в файл...", - + "file_preview": { "pause": "Пауза", "play": "Играть", "stop": "Стоп" }, - + "filters": { "switch": { "to_left": "Переключить на Левый", @@ -43,16 +43,16 @@ "to_side": "Переключить на Сторону" } }, - + "font_scaling": { "select": "Масштаб шрифтов", "value:pc": "{@value} %", "zoom_in": "Увеличить масштаб", "zoom_out": "Уменьшить масштаб" }, - + "freeze": "Стоп-кадр", - + "import": "Импорт", "import_hydrogen_drumkit_file": "Библиотека семплов Hydrogen...", "import_installed_hydrogen_drumkit": "Установленная библиотека Hydrogen", @@ -66,39 +66,39 @@ "copy": "Копировать ссылку", "follow": "Перейти по ссылке" }, - + "load": "Загрузить", "load_preset": "Загрузить пресет", - + "measure": "Измерить", - + "nav": { "go": "Перейти", "up": "Наверх" }, - + "ok": "Хорошо", "open": "Открыть", - + "plugin_manual": "Руководство к плагину", "postprocess": "Постобработка", "profile": "Профилировать", - - "reset": "Сбросить", + + "reset": "Сбросить", "restart": "Перезапуск", "run_stop": "Пуск/Стоп", "save": "Сохранить", "select_language": "Выбрать язык", - + "tap": "Тук", "to_bookmarks": "В закладки", "toggle_rack_mount": "Переключить стоечный монтаж", - + "ui_behavior": { - "": "Поведение интерфейса", - "ediable_knob_scale": "Редактируемые шкалы ручек", + "": "Настройки", + "ediable_knob_scale": "Редактируемые шкалы ручек", "enable_zoomable_spectrum": "Автоматическое масштабирование графика частот", "filter_point_thickness": "Толщина точек фильтра", "override_hydrogen_kits": "Замещать настройки Hydrogen", @@ -107,9 +107,9 @@ "invert_graph_dot": "Инвертировать вертикальное колесо мыши для точек на графе" } }, - + "ui_manual": "Руководство по интерфейсу", - + "ui_scaling": { "prefer_host": "Предпочитать масштаб хоста", "select": "Масштаб интерфейса", @@ -117,9 +117,9 @@ "zoom_in": "Увеличить масштаб", "zoom_out": "Уменьшить масштаб" }, - + "user_paths": "Пользовательские пути...", - + "visual_schema": { "select": "Визуальная схема" } diff --git a/res/main/i18n/us/actions.json b/res/main/i18n/us/actions.json index 45c4e62..9129f3a 100644 --- a/res/main/i18n/us/actions.json +++ b/res/main/i18n/us/actions.json @@ -2,17 +2,17 @@ "3d_rendering": "3D rendering", "apply": "Apply", - + "cancel": "Cancel", "close": "Close", - + "confirm": { "no": "No", "yes": "Yes" }, - + "debug_dump": "Dump for debug", - + "edit": { "clear": "Clear", "copy": "Copy", @@ -24,11 +24,11 @@ "move_up": "Move up", "paste": "Paste" }, - + "export": "Export", "export_settings_to_clipboard": "Export settings to clipboard", "export_settings_to_file": "Export settings to file...", - + "file_preview": { "pause": "Pause", "play": "Play", @@ -43,16 +43,16 @@ "to_side": "Switch to Side" } }, - + "font_scaling": { "select": "Font scaling", "value:pc": "{@value} %", "zoom_in": "Zoom in", "zoom_out": "Zoom out" }, - + "freeze": "Freeze", - + "import": "Import", "import_hydrogen_drumkit_file": "Hydrogen drumkit file...", "import_installed_hydrogen_drumkit": "Installed Hydrogen drumkit", @@ -66,39 +66,39 @@ "copy": "Copy link", "follow": "Follow link" }, - + "load": "Load", "load_preset": "Load preset", - + "measure": "Measure", - + "nav": { "go": "Go", "up": "Up" }, - + "ok": "OK", "open": "Open", "plugin_manual": "Plugin manual", "postprocess": "Post-process", "profile": "Profile", - - "reset": "Reset", + + "reset": "Reset", "restart": "Restart", "run_stop": "Run/Stop", "save": "Save", - + "select_language": "Select language", "tap": "Tap", "to_bookmarks": "+Bookmarks", "toggle_rack_mount": "Toggle rack mount", - + "ui_behavior": { - "": "UI behavior", - "ediable_knob_scale": "Editable knob scale", + "": "Settings", + "ediable_knob_scale": "Editable knob scale", "enable_zoomable_spectrum": "Automatic frequency graph scaling", "filter_point_thickness": "Filter point thickness", "override_hydrogen_kits": "Override Hydrogen kits", @@ -107,9 +107,9 @@ "invert_graph_dot": "Invert vertical mouse scroll for graph dots" } }, - + "ui_manual": "UI manual", - + "ui_scaling": { "prefer_host": "Prefer host", "select": "UI scaling", @@ -117,9 +117,9 @@ "zoom_in": "Zoom in", "zoom_out": "Zoom out" }, - + "user_paths": "User paths...", - + "visual_schema": { "select": "Visual Schema" } diff --git a/res/main/i18n/us/lists.json b/res/main/i18n/us/lists.json index f22cb96..1ca0d60 100644 --- a/res/main/i18n/us/lists.json +++ b/res/main/i18n/us/lists.json @@ -25,7 +25,7 @@ "bandpass": "Bandpass", "bell": "Bell", "envelope": "Envelope", - "hipass": "Low-cut", + "hipass": "Lo-cut", "hishelf": "Hi-shelf", "ladpass": "Ladder-pass", "ladrej": "Ladder-rej", @@ -145,7 +145,7 @@ "bandpass": "Bandpass", "bell": "Bell", "envelope": "Envelope", - "hipass": "Low-cut", + "hipass": "Lo-cut", "hishelf": "Hi-shelf", "ladpass": "Ladder-pass", "ladrej": "Ladder-rej", From 75fd80a2617f7379c0b18b33dd8bc33cec7b908b Mon Sep 17 00:00:00 2001 From: PROPHESSOR Date: Thu, 21 Dec 2023 10:39:11 +0200 Subject: [PATCH 03/28] chore: rename some menu items --- res/main/i18n/default/actions.json | 6 +++--- res/main/i18n/ru/actions.json | 6 +++--- res/main/i18n/us/actions.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/res/main/i18n/default/actions.json b/res/main/i18n/default/actions.json index 9129f3a..7e5b267 100644 --- a/res/main/i18n/default/actions.json +++ b/res/main/i18n/default/actions.json @@ -90,17 +90,17 @@ "save": "Save", - "select_language": "Select language", + "select_language": "Language", "tap": "Tap", "to_bookmarks": "+Bookmarks", "toggle_rack_mount": "Toggle rack mount", "ui_behavior": { - "": "Settings", + "": "UI Settings", "ediable_knob_scale": "Editable knob scale", "enable_zoomable_spectrum": "Automatic frequency graph scaling", - "filter_point_thickness": "Filter point thickness", + "filter_point_thickness": "Graph dots size", "override_hydrogen_kits": "Override Hydrogen kits", "vscroll": { "invert_global": "Invert vertical mouse scroll", diff --git a/res/main/i18n/ru/actions.json b/res/main/i18n/ru/actions.json index 30c004b..baa70b5 100644 --- a/res/main/i18n/ru/actions.json +++ b/res/main/i18n/ru/actions.json @@ -90,17 +90,17 @@ "save": "Сохранить", - "select_language": "Выбрать язык", + "select_language": "Язык", "tap": "Тук", "to_bookmarks": "В закладки", "toggle_rack_mount": "Переключить стоечный монтаж", "ui_behavior": { - "": "Настройки", + "": "Настройки UI", "ediable_knob_scale": "Редактируемые шкалы ручек", "enable_zoomable_spectrum": "Автоматическое масштабирование графика частот", - "filter_point_thickness": "Толщина точек фильтра", + "filter_point_thickness": "Размер точек фильтра", "override_hydrogen_kits": "Замещать настройки Hydrogen", "vscroll": { "invert_global": "Инвертировать вертикальное колесо мыши", diff --git a/res/main/i18n/us/actions.json b/res/main/i18n/us/actions.json index 9129f3a..7e5b267 100644 --- a/res/main/i18n/us/actions.json +++ b/res/main/i18n/us/actions.json @@ -90,17 +90,17 @@ "save": "Save", - "select_language": "Select language", + "select_language": "Language", "tap": "Tap", "to_bookmarks": "+Bookmarks", "toggle_rack_mount": "Toggle rack mount", "ui_behavior": { - "": "Settings", + "": "UI Settings", "ediable_knob_scale": "Editable knob scale", "enable_zoomable_spectrum": "Automatic frequency graph scaling", - "filter_point_thickness": "Filter point thickness", + "filter_point_thickness": "Graph dots size", "override_hydrogen_kits": "Override Hydrogen kits", "vscroll": { "invert_global": "Invert vertical mouse scroll", From 441c213417b0a2c9234a5e54f544ff04a677d50c Mon Sep 17 00:00:00 2001 From: PROPHESSOR Date: Thu, 21 Dec 2023 18:50:25 +0200 Subject: [PATCH 04/28] Update menu items names --- res/main/i18n/default/actions.json | 4 ++-- res/main/i18n/ru/actions.json | 4 ++-- res/main/i18n/us/actions.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/res/main/i18n/default/actions.json b/res/main/i18n/default/actions.json index 7e5b267..b65297a 100644 --- a/res/main/i18n/default/actions.json +++ b/res/main/i18n/default/actions.json @@ -98,8 +98,8 @@ "ui_behavior": { "": "UI Settings", - "ediable_knob_scale": "Editable knob scale", - "enable_zoomable_spectrum": "Automatic frequency graph scaling", + "ediable_knob_scale": "Set knob value on click", + "enable_zoomable_spectrum": "Zoom slider affects spectrum", "filter_point_thickness": "Graph dots size", "override_hydrogen_kits": "Override Hydrogen kits", "vscroll": { diff --git a/res/main/i18n/ru/actions.json b/res/main/i18n/ru/actions.json index baa70b5..0738926 100644 --- a/res/main/i18n/ru/actions.json +++ b/res/main/i18n/ru/actions.json @@ -98,8 +98,8 @@ "ui_behavior": { "": "Настройки UI", - "ediable_knob_scale": "Редактируемые шкалы ручек", - "enable_zoomable_spectrum": "Автоматическое масштабирование графика частот", + "ediable_knob_scale": "Выставлять крутилки по клику", + "enable_zoomable_spectrum": "Слайдер масштаба влияет на спектр", "filter_point_thickness": "Размер точек фильтра", "override_hydrogen_kits": "Замещать настройки Hydrogen", "vscroll": { diff --git a/res/main/i18n/us/actions.json b/res/main/i18n/us/actions.json index 7e5b267..b65297a 100644 --- a/res/main/i18n/us/actions.json +++ b/res/main/i18n/us/actions.json @@ -98,8 +98,8 @@ "ui_behavior": { "": "UI Settings", - "ediable_knob_scale": "Editable knob scale", - "enable_zoomable_spectrum": "Automatic frequency graph scaling", + "ediable_knob_scale": "Set knob value on click", + "enable_zoomable_spectrum": "Zoom slider affects spectrum", "filter_point_thickness": "Graph dots size", "override_hydrogen_kits": "Override Hydrogen kits", "vscroll": { From a5d633d0d9f3f17b98794314cca85c15c019010c Mon Sep 17 00:00:00 2001 From: PROPHESSOR Date: Thu, 21 Dec 2023 19:35:03 +0200 Subject: [PATCH 05/28] New "Fader_prophessor" style --- res/main/schema/modern.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/res/main/schema/modern.xml b/res/main/schema/modern.xml index add7fa3..5075815 100644 --- a/res/main/schema/modern.xml +++ b/res/main/schema/modern.xml @@ -1164,6 +1164,25 @@ + + + + + @@ -1183,6 +1194,16 @@ + + From 0e0bbba2e76a3b59f475600e064fd83a66346b8a Mon Sep 17 00:00:00 2001 From: PROPHESSOR Date: Tue, 2 Jan 2024 11:14:52 +0200 Subject: [PATCH 10/28] Presets widget now opens presets menu --- res/main/ui/window.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/main/ui/window.xml b/res/main/ui/window.xml index c093910..d6d649f 100644 --- a/res/main/ui/window.xml +++ b/res/main/ui/window.xml @@ -17,7 +17,7 @@ -