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).
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 12,
|
||||
"name": "Blues",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "Blues — Texas Flood (SRV)",
|
||||
"bank": 12,
|
||||
"program": 0,
|
||||
"master_volume": 0.82,
|
||||
"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.3, "ratio": 4.0, "gain": 0.6 },
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": { "drive": 0.3, "tone": 0.65, "level": 0.95 },
|
||||
"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_Vibrato.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.45, "mix": 0.35 },
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": { "level": 0.85 },
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "Blues — Mannish Boy (Muddy Waters)",
|
||||
"bank": 12,
|
||||
"program": 1,
|
||||
"master_volume": 0.85,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": { "threshold": 0.01 },
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "boost",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": { "gain_db": 6.0 },
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": { "level": 0.8 },
|
||||
"nam_model_path": "/root/.pedal/models/Magnatone_Super59_Pushed.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/jazz-1x15.wav"
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": { "time": 150.0, "feedback": 0.15, "mix": 0.25 },
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": { "level": 0.88 },
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user