Files
pi-multifx-pedal/presets/factory/bank_12/preset_3.json
T
shawn e11956881f Add Bank 12: Blues genre presets — SRV, Muddy/Buddy, B.B. King, Gary Moore
Bank 12 (Blues) with 4 factory presets covering 9 legendary blues artists:
- Preset 0: Texas Flood (SRV) — TS808 + Fender Super Reverb
- Preset 1: Mannish Boy (Muddy Waters) — Fender Bassman cranked w/ slapback
- Preset 2: The Thrill (B.B. King) — Twin Reverb clean w/ comp
- Preset 3: Still Got the Blues (Gary Moore) — Marshall crunch w/ delay

Includes docs/blues-genre-research.md with full gear deep-dives, NAM
model sourcing guide (Tone3000 URLs), chain architectures, and
parameter value rationale for all 9 artists (SRV, B.B. King, Albert King,
Freddie King, Muddy Waters, Buddy Guy, Gary Moore, Joe Bonamassa,
John Mayer).
2026-06-13 00:52:28 -04:00

66 lines
1.5 KiB
JSON

{
"name": "Blues — Still Got the Blues (Gary Moore)",
"bank": 12,
"program": 3,
"master_volume": 0.8,
"chain": [
{
"fx_type": "noise_gate",
"enabled": true,
"bypass": false,
"params": { "threshold": 0.01 },
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "overdrive",
"enabled": true,
"bypass": false,
"params": { "drive": 0.35, "tone": 0.5, "level": 0.85 },
"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": "delay",
"enabled": true,
"bypass": false,
"params": { "time": 420.0, "feedback": 0.3, "mix": 0.3 },
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "reverb",
"enabled": true,
"bypass": false,
"params": { "decay": 0.6, "mix": 0.35 },
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "volume",
"enabled": true,
"bypass": false,
"params": { "level": 0.84 },
"nam_model_path": "",
"ir_file_path": ""
}
],
"midi_mappings": {}
}