Files
pi-multifx-pedal/presets/factory/backing_tracks/bank_29/preset_2.json
T
shawn 42d0592856 Add factory presets for Keys, Vocals, and Backing Tracks channels
3 banks per channel (9 total, 36 presets):
- Keys: Piano & Electric (bank 21), Synth Pads & Leads (22), Organ & Vintage Keys (23)
- Vocals: Lead Vocals (24), Harmony & Backing (25), Vocal FX (26)
- Backing Tracks: Mix Ready (27), Click & Guide (28), Ambient Pads (29)

Appropriate FX chains per channel — de-esser, HPF/LPF, shimmer_reverb,
stereo_widener, rotary_speaker for vocals and keys; master bus chain
for backing tracks. No IR cab blocks on vocal/backing presets.

Generated by scripts/generate_channel_presets.py
2026-06-13 10:09:25 -04:00

76 lines
1.4 KiB
JSON

{
"name": "Drone Bed",
"bank": 29,
"program": 2,
"master_volume": 0.7,
"chain": [
{
"fx_type": "noise_gate",
"enabled": true,
"bypass": false,
"params": {
"threshold": 0.005
},
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "low_pass_filter",
"enabled": true,
"bypass": false,
"params": {
"cutoff": 1000.0
},
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "eq",
"enabled": true,
"bypass": false,
"params": {
"bass": 0.55,
"mid": 0.4,
"treble": 0.35
},
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "chorus",
"enabled": true,
"bypass": false,
"params": {
"rate": 0.12,
"depth": 0.4,
"mix": 0.45
},
"nam_model_path": "",
"ir_file_path": ""
},
{
"fx_type": "reverb",
"enabled": true,
"bypass": false,
"nam_model_path": "",
"ir_file_path": "",
"params": {
"decay": 0.7,
"mix": 0.45,
"subtype": "hall"
}
},
{
"fx_type": "volume",
"enabled": true,
"bypass": false,
"params": {
"level": 0.72
},
"nam_model_path": "",
"ir_file_path": ""
}
],
"midi_mappings": {}
}