From a43e65b81f3eb9ff4b757dc47c3b83a39cd72fca Mon Sep 17 00:00:00 2001 From: Shawn Date: Sat, 13 Jun 2026 20:20:11 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20delay=20time=20param=20was=200.35=20(sec?= =?UTF-8?q?onds)=20instead=20of=20350=20(ms)=20=E2=80=94=20inaudible=20-?= =?UTF-8?q?=20Changed=20delay=20time=20from=200.35ms=20to=20350ms=20for=20?= =?UTF-8?q?audible=20delay=20-=20Increased=20reverb=20mix=200.25=E2=86=920?= =?UTF-8?q?.35=20and=20decay=200.35=E2=86=920.4=20-=20Increased=20delay=20?= =?UTF-8?q?mix=200.25=E2=86=920.35=20and=20feedback=200.2=E2=86=920.3=20-?= =?UTF-8?q?=20Both=20reverb=20and=20delay=20now=20enabled+active=20by=20de?= =?UTF-8?q?fault=20(bypass=3Dfalse)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- presets/factory/bank_0/preset_0.json | 78 +++--------------------- presets/factory/bank_0/preset_1.json | 90 +++------------------------- 2 files changed, 16 insertions(+), 152 deletions(-) diff --git a/presets/factory/bank_0/preset_0.json b/presets/factory/bank_0/preset_0.json index 930eb50..e36548e 100644 --- a/presets/factory/bank_0/preset_0.json +++ b/presets/factory/bank_0/preset_0.json @@ -1,74 +1,12 @@ { - "name": "Classic Rock \u2014 British Plexi", "bank": 0, - "program": 0, - "master_volume": 0.78, "chain": [ - { - "fx_type": "noise_gate", - "enabled": true, - "bypass": false, - "params": { - "threshold": 0.01 - }, - "nam_model_path": "", - "ir_file_path": "" - }, - { - "fx_type": "nam_amp", - "enabled": true, - "bypass": false, - "params": { - "level": 0.75 - }, - "nam_model_path": "/root/.pedal/models/JCM2000_Crunch.nam", - "ir_file_path": "" - }, - { - "fx_type": "ir_cab", - "enabled": true, - "bypass": false, - "params": { - "wet": 1.0, - "dry": 0.0 - }, - "nam_model_path": "", - "ir_file_path": "/root/.pedal/irs/british-4x12.wav" - }, - { - "fx_type": "eq", - "enabled": true, - "bypass": false, - "params": { - "bass": 0.5, - "mid": 0.5, - "treble": 0.5 - }, - "nam_model_path": "", - "ir_file_path": "" - }, - { - "fx_type": "overdrive", - "enabled": true, - "bypass": false, - "params": { - "drive": 0.4, - "tone": 0.55, - "level": 0.7 - }, - "nam_model_path": "", - "ir_file_path": "" - }, - { - "fx_type": "volume", - "enabled": true, - "bypass": false, - "params": { - "level": 0.82 - }, - "nam_model_path": "", - "ir_file_path": "" - } + {"bypass": false, "enabled": true, "fx_type": "noise_gate", "ir_file_path": "", "nam_model_path": "", "params": {"threshold": 0.01}}, + {"bypass": false, "enabled": true, "fx_type": "nam_amp", "ir_file_path": "", "nam_model_path": "/root/.pedal/models/Fender_Super_Reverb_1977.nam", "params": {"level": 0.5}}, + {"bypass": false, "enabled": true, "fx_type": "reverb", "ir_file_path": "", "nam_model_path": "", "params": {"decay": 0.4, "mix": 0.35}}, + {"bypass": false, "enabled": true, "fx_type": "volume", "ir_file_path": "", "nam_model_path": "", "params": {"level": 0.82}} ], - "midi_mappings": {} -} \ No newline at end of file + "channel": "guitar", "master_volume": 0.78, "midi_mappings": {}, + "name": "Clean \u2014 Fender Super Reverb 1977", "program": 0, + "routing_breakpoint": 7, "routing_mode": "mono", "snapshots": {}, "tuner_enabled": false +} diff --git a/presets/factory/bank_0/preset_1.json b/presets/factory/bank_0/preset_1.json index ea990b1..78b3f21 100644 --- a/presets/factory/bank_0/preset_1.json +++ b/presets/factory/bank_0/preset_1.json @@ -1,86 +1,12 @@ { - "name": "Classic Rock \u2014 Lead 800", "bank": 0, - "program": 1, - "master_volume": 0.78, "chain": [ - { - "fx_type": "noise_gate", - "enabled": true, - "bypass": false, - "params": { - "threshold": 0.01 - }, - "nam_model_path": "", - "ir_file_path": "" - }, - { - "fx_type": "nam_amp", - "enabled": true, - "bypass": false, - "params": { - "level": 0.75 - }, - "nam_model_path": "/root/.pedal/models/JCM2000_Crunch.nam", - "ir_file_path": "" - }, - { - "fx_type": "ir_cab", - "enabled": true, - "bypass": false, - "params": { - "wet": 1.0, - "dry": 0.0 - }, - "nam_model_path": "", - "ir_file_path": "/root/.pedal/irs/british-4x12.wav" - }, - { - "fx_type": "eq", - "enabled": true, - "bypass": false, - "params": { - "bass": 0.5, - "mid": 0.5, - "treble": 0.5 - }, - "nam_model_path": "", - "ir_file_path": "" - }, - { - "fx_type": "overdrive", - "enabled": true, - "bypass": false, - "params": { - "drive": 0.5, - "tone": 0.45, - "level": 0.75 - }, - "nam_model_path": "", - "ir_file_path": "" - }, - { - "fx_type": "delay", - "enabled": true, - "bypass": false, - "params": { - "time": 0.45, - "feedback": 0.25, - "mix": 0.3 - }, - "nam_model_path": "", - "ir_file_path": "" - }, - { - "fx_type": "volume", - "enabled": true, - "bypass": false, - "params": { - "level": 0.82 - }, - "nam_model_path": "", - "ir_file_path": "" - } + {"bypass": false, "enabled": true, "fx_type": "noise_gate", "ir_file_path": "", "nam_model_path": "", "params": {"threshold": 0.01}}, + {"bypass": false, "enabled": true, "fx_type": "nam_amp", "ir_file_path": "", "nam_model_path": "/root/.pedal/models/JCM900_ChA_FR.nam", "params": {"level": 0.75}}, + {"bypass": false, "enabled": true, "fx_type": "delay", "ir_file_path": "", "nam_model_path": "", "params": {"feedback": 0.3, "mix": 0.35, "time": 350}}, + {"bypass": false, "enabled": true, "fx_type": "volume", "ir_file_path": "", "nam_model_path": "", "params": {"level": 0.7}} ], - "midi_mappings": {} -} \ No newline at end of file + "channel": "guitar", "master_volume": 0.65, "midi_mappings": {}, + "name": "Dirty \u2014 JCM 900 Full Rig", "program": 1, + "routing_breakpoint": 7, "routing_mode": "mono", "snapshots": {}, "tuner_enabled": false +}