Files
pi-multifx-pedal/presets/factory/bank_12/preset_2.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 — The Thrill (B.B. King)",
"bank": 12,
"program": 2,
"master_volume": 0.78,
"chain": [
{
"fx_type": "noise_gate",
"enabled": true,
"bypass": false,
"params": { "threshold": 0.008 },
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "compressor",
"enabled": true,
"bypass": false,
"params": { "threshold": 0.25, "ratio": 3.0, "gain": 0.5 },
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "eq",
"enabled": true,
"bypass": false,
"params": { "bass": 0.5, "mid": 0.35, "treble": 0.65 },
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "nam_amp",
"enabled": true,
"bypass": false,
"params": { "level": 0.7 },
"nam_model_path": "/root/.pedal/models/Fender_TwinVerb_Clean.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/american-2x12.wav"
},
{
"fx_type": "reverb",
"enabled": true,
"bypass": false,
"params": { "decay": 0.5, "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": ""
}
],
"midi_mappings": {}
}