File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed
include/lsp-plug.in/shared/meta Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 59
59
#define LSP_LADSPA_ART_DELAY_BASE (LSP_LADSPA_BASE + 106 )
60
60
#define LSP_LADSPA_OSCILLOSCOPE_BASE (LSP_LADSPA_BASE + 108 )
61
61
#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 )
63
63
64
64
namespace lsp
65
65
{
Original file line number Diff line number Diff line change 382
382
"noise_floor_right" : " Noise Floor Right" ,
383
383
384
384
"noise_generator" : {
385
- "channel_selector" : " Channel Selector" ,
386
- "global" : " Global" ,
387
385
"general" : " General" ,
388
386
"N_type" : " Noise Type" ,
389
387
"N_mode" : " Noise Mode" ,
403
401
"slope_dbd" : " Slope" ,
404
402
"channel" : " Channel" ,
405
403
"channel_controls" : " Channel Controls" ,
406
- "use_global" : " Use Global" ,
407
404
"solo" : " Solo" ,
408
405
"mute" : " Mute"
409
406
},
Original file line number Diff line number Diff line change 378
378
"noise_floor" : " Fondo Rumore" ,
379
379
"noise_floor_left" : " Fondo Rumore Sinistro" ,
380
380
"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
+ },
381
405
382
406
"normalize" : " Normalizza" ,
383
407
You can’t perform that action at this time.
0 commit comments