Files
pi-multifx-pedal/presets/factory/bank_0/preset_1.json
T
shawn a43e65b81f fix: delay time param was 0.35 (seconds) instead of 350 (ms) — inaudible
- Changed delay time from 0.35ms to 350ms for audible delay
- Increased reverb mix 0.25→0.35 and decay 0.35→0.4
- Increased delay mix 0.25→0.35 and feedback 0.2→0.3
- Both reverb and delay now enabled+active by default (bypass=false)
2026-06-13 20:20:25 -04:00

13 lines
841 B
JSON

{
"bank": 0,
"chain": [
{"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}}
],
"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
}