Skip to content

Commit 4e922b6

Browse files
committed
Merge remote-tracking branch 'origin/noise-generator' into devel
2 parents c32bcf7 + 3858686 commit 4e922b6

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#define LSP_LADSPA_ART_DELAY_BASE (LSP_LADSPA_BASE + 106)
6060
#define LSP_LADSPA_OSCILLOSCOPE_BASE (LSP_LADSPA_BASE + 108)
6161
#define LSP_LADSPA_MB_DYNA_PROCESSOR_BASE (LSP_LADSPA_BASE + 120)
62-
#define LSP_LADSPA_NOISE_GENERATOR_BASE (LSP_LADSPA_BASE + 130)
62+
#define LSP_LADSPA_NOISE_GENERATOR_BASE (LSP_LADSPA_BASE + 128)
6363

6464
namespace lsp
6565
{

res/main/i18n/default/labels.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,6 @@
382382
"noise_floor_right": "Noise Floor Right",
383383

384384
"noise_generator": {
385-
"channel_selector": "Channel Selector",
386-
"global": "Global",
387385
"general": "General",
388386
"N_type": "Noise Type",
389387
"N_mode": "Noise Mode",
@@ -403,7 +401,6 @@
403401
"slope_dbd": "Slope",
404402
"channel": "Channel",
405403
"channel_controls": "Channel Controls",
406-
"use_global": "Use Global",
407404
"solo": "Solo",
408405
"mute": "Mute"
409406
},

res/main/i18n/it/labels.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,30 @@
378378
"noise_floor": "Fondo Rumore",
379379
"noise_floor_left": "Fondo Rumore Sinistro",
380380
"noise_floor_right": "Fondo Rumore Destro",
381+
382+
"noise_generator": {
383+
"general": "Generale",
384+
"N_type": "Tipo di Rumore",
385+
"N_mode": "Modo Rumore",
386+
"N_amplitude": "Ampiezza Rumore",
387+
"N_offset": "Offset Rumore",
388+
"M_inaudible": "Rendi Inaudible",
389+
"N_specs": "Controlli Specifici del Rumore",
390+
"distribution": "Distribuzione",
391+
"V_type": "Tipo",
392+
"V_window": "Finestra",
393+
"V_delta": "Delta",
394+
"V_crush": "Crush",
395+
"V_crush_prob": "Probabilità Crush",
396+
"color": "Colore",
397+
"slope_npn": "Pendenza",
398+
"slope_dbo": "Pendenza",
399+
"slope_dbd": "Pendenza",
400+
"channel": "Canale",
401+
"channel_controls": "Controlli Canale",
402+
"solo": "Solo",
403+
"mute": "Muto"
404+
},
381405

382406
"normalize": "Normalizza",
383407

0 commit comments

Comments
 (0)