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
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 27,
|
||||
"name": "Mix Ready",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "Stereo Master Bus",
|
||||
"bank": 27,
|
||||
"program": 0,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 30.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "low_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 18000.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.3,
|
||||
"mix": 0.25
|
||||
},
|
||||
"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,53 @@
|
||||
{
|
||||
"name": "Kick & Bass Focus",
|
||||
"bank": 27,
|
||||
"program": 1,
|
||||
"master_volume": 0.8,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 25.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.65,
|
||||
"mid": 0.35,
|
||||
"treble": 0.45
|
||||
},
|
||||
"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,78 @@
|
||||
{
|
||||
"name": "Full Mix Compressed",
|
||||
"bank": 27,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 30.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.15,
|
||||
"ratio": 6.0,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "multi_tap_delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 200,
|
||||
"feedback": 0.08,
|
||||
"mix": 0.1,
|
||||
"taps": 2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.15,
|
||||
"mix": 0.08,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "Transparent Mix",
|
||||
"bank": 27,
|
||||
"program": 3,
|
||||
"master_volume": 0.85,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 25.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 3.5,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.2,
|
||||
"mix": 0.15
|
||||
},
|
||||
"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,5 @@
|
||||
{
|
||||
"number": 28,
|
||||
"name": "Click & Guide",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "Click Track + Backing",
|
||||
"bank": 28,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 40.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.3,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.4,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.2,
|
||||
"mix": 0.08,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"name": "Guide Vox Monitor",
|
||||
"bank": 28,
|
||||
"program": 1,
|
||||
"master_volume": 0.8,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 80.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.5,
|
||||
"reduction": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.15,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.82
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "Scratch Guitar Mix",
|
||||
"bank": 28,
|
||||
"program": 2,
|
||||
"master_volume": 0.76,
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.45,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.2,
|
||||
"mix": 0.1,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.78
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "Stereo Reference",
|
||||
"bank": 28,
|
||||
"program": 3,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 25.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "low_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 20000.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.18,
|
||||
"ratio": 4.5,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.4,
|
||||
"mix": 0.25
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 29,
|
||||
"name": "Ambient Pads",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "Wash Pad",
|
||||
"bank": 29,
|
||||
"program": 0,
|
||||
"master_volume": 0.74,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.55,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.15,
|
||||
"depth": 0.5,
|
||||
"mix": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.6,
|
||||
"mix": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "shimmer_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.76
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"name": "Texture Swell",
|
||||
"bank": 29,
|
||||
"program": 1,
|
||||
"master_volume": 0.72,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "expander",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.1,
|
||||
"ratio": 3.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.55,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "auto_pan",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.12,
|
||||
"depth": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.65,
|
||||
"mix": 0.4,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.74
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "Cinematic Swell",
|
||||
"bank": 29,
|
||||
"program": 3,
|
||||
"master_volume": 0.76,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.15,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.5,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.7,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "shimmer_reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.55,
|
||||
"mix": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 600,
|
||||
"feedback": 0.2,
|
||||
"mix": 0.15
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.78
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 21,
|
||||
"name": "Piano & Electric",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"name": "Grand Piano Clean",
|
||||
"bank": 21,
|
||||
"program": 0,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.35,
|
||||
"mix": 0.2,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.85
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "Warm Rhodes",
|
||||
"bank": 21,
|
||||
"program": 1,
|
||||
"master_volume": 0.8,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.3,
|
||||
"depth": 0.4,
|
||||
"mix": 0.25
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.55,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.4,
|
||||
"mix": 0.22,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.82
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"name": "Wurli Punch",
|
||||
"bank": 21,
|
||||
"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.3,
|
||||
"ratio": 4.5,
|
||||
"gain": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "tremolo",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 4.0,
|
||||
"depth": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.55,
|
||||
"mid": 0.4,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.18,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"name": "Stage EP Layer",
|
||||
"bank": 21,
|
||||
"program": 3,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.4,
|
||||
"mix": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.5,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.25,
|
||||
"depth": 0.35,
|
||||
"mix": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.45,
|
||||
"mix": 0.28,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.84
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 22,
|
||||
"name": "Synth Pads & Leads",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "Analog Pad",
|
||||
"bank": 22,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 4.5,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.6,
|
||||
"mix": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.2,
|
||||
"depth": 0.45,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "auto_pan",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.15,
|
||||
"depth": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.55,
|
||||
"mix": 0.35,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "Brass Synth Lead",
|
||||
"bank": 22,
|
||||
"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": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.3,
|
||||
"ratio": 3.5,
|
||||
"gain": 0.85
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "boost",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"gain_db": 3.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.35,
|
||||
"treble": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 420,
|
||||
"feedback": 0.25,
|
||||
"mix": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.4,
|
||||
"mix": 0.22,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.88
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"name": "Arp Texture",
|
||||
"bank": 22,
|
||||
"program": 2,
|
||||
"master_volume": 0.76,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.55,
|
||||
"treble": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "multi_tap_delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 300,
|
||||
"feedback": 0.2,
|
||||
"mix": 0.3,
|
||||
"taps": 3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.5,
|
||||
"mix": 0.3,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.78
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"name": "Wobble Bass Synth",
|
||||
"bank": 22,
|
||||
"program": 3,
|
||||
"master_volume": 0.72,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.012
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.35,
|
||||
"ratio": 6.0,
|
||||
"gain": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "low_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 2000.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.65,
|
||||
"mid": 0.25,
|
||||
"treble": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.2,
|
||||
"mix": 0.1,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.74
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 23,
|
||||
"name": "Organ & Vintage Keys",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"name": "B3 Rotary Slow",
|
||||
"bank": 23,
|
||||
"program": 0,
|
||||
"master_volume": 0.8,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 4.5,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "rotary_speaker",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.8,
|
||||
"mix": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.15,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.82
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"name": "B3 Rotary Fast",
|
||||
"bank": 23,
|
||||
"program": 1,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 4.5,
|
||||
"gain": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "rotary_speaker",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 5.0,
|
||||
"mix": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.55,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.25,
|
||||
"mix": 0.12,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.84
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "Clavinet Funk",
|
||||
"bank": 23,
|
||||
"program": 2,
|
||||
"master_volume": 0.76,
|
||||
"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.35,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.6,
|
||||
"mid": 0.3,
|
||||
"treble": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "phaser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.2,
|
||||
"depth": 0.35,
|
||||
"feedback": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.2,
|
||||
"mix": 0.1,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.78
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"name": "Vox Continental",
|
||||
"bank": 23,
|
||||
"program": 3,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.005
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.45,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "tremolo",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 3.5,
|
||||
"depth": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.35,
|
||||
"mix": 0.18,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.84
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 24,
|
||||
"name": "Lead Vocals",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"name": "Vocal Standard",
|
||||
"bank": 24,
|
||||
"program": 0,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 80.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.5,
|
||||
"reduction": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.55,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.35,
|
||||
"mix": 0.22,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.85
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"name": "Warm Lead",
|
||||
"bank": 24,
|
||||
"program": 1,
|
||||
"master_volume": 0.85,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 75.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.45,
|
||||
"reduction": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 4.5,
|
||||
"gain": 0.75
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.45
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.4,
|
||||
"mix": 0.25,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 380,
|
||||
"feedback": 0.2,
|
||||
"mix": 0.15
|
||||
},
|
||||
"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,87 @@
|
||||
{
|
||||
"name": "Big Ballad",
|
||||
"bank": 24,
|
||||
"program": 2,
|
||||
"master_volume": 0.84,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 70.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.5,
|
||||
"reduction": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.22,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "shimmer_reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.55,
|
||||
"mix": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 450,
|
||||
"feedback": 0.3,
|
||||
"mix": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.86
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"name": "Dry & Present",
|
||||
"bank": 24,
|
||||
"program": 3,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 90.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.55,
|
||||
"reduction": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.28,
|
||||
"ratio": 3.5,
|
||||
"gain": 0.85
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.6,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "expander",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.15,
|
||||
"ratio": 1.5
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 25,
|
||||
"name": "Harmony & Backing",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "Airy Harmonies",
|
||||
"bank": 25,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 100.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.5,
|
||||
"reduction": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.5,
|
||||
"treble": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.5,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.45,
|
||||
"mix": 0.25,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"name": "Doubler Effect",
|
||||
"bank": 25,
|
||||
"program": 1,
|
||||
"master_volume": 0.8,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 90.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.5,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.2,
|
||||
"depth": 0.3,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 220,
|
||||
"feedback": 0.05,
|
||||
"mix": 0.25
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.18,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.82
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "Wide Backing Stack",
|
||||
"bank": 25,
|
||||
"program": 2,
|
||||
"master_volume": 0.76,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 80.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.45,
|
||||
"reduction": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 4.5,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.55,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "stereo_widener",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"width": 0.7,
|
||||
"mix": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.5,
|
||||
"mix": 0.28,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.78
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"name": "Soft Pad Vox",
|
||||
"bank": 25,
|
||||
"program": 3,
|
||||
"master_volume": 0.74,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 120.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 5.0,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.5,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.18,
|
||||
"depth": 0.25,
|
||||
"mix": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "shimmer_reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.5,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.76
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"number": 26,
|
||||
"name": "Vocal FX",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"name": "Slap Delay",
|
||||
"bank": 26,
|
||||
"program": 0,
|
||||
"master_volume": 0.82,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 80.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.5,
|
||||
"reduction": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.5,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 120,
|
||||
"feedback": 0.15,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.25,
|
||||
"mix": 0.12,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.84
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"name": "Ping Pong Echo",
|
||||
"bank": 26,
|
||||
"program": 1,
|
||||
"master_volume": 0.8,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 80.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.5,
|
||||
"reduction": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.5,
|
||||
"treble": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 380,
|
||||
"feedback": 0.35,
|
||||
"mix": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.15,
|
||||
"subtype": "hall"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.82
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"name": "Shimmer Wash",
|
||||
"bank": 26,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 100.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "de_esser",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.55,
|
||||
"reduction": 0.25
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 4.0,
|
||||
"gain": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.5,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "shimmer_reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.65,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 500,
|
||||
"feedback": 0.25,
|
||||
"mix": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"name": "Radio Filter",
|
||||
"bank": 26,
|
||||
"program": 3,
|
||||
"master_volume": 0.76,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "high_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 300.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "low_pass_filter",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"cutoff": 3500.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.3,
|
||||
"ratio": 6.0,
|
||||
"gain": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.3,
|
||||
"mid": 0.1,
|
||||
"treble": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": "",
|
||||
"params": {
|
||||
"decay": 0.2,
|
||||
"mix": 0.08,
|
||||
"subtype": "room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.78
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user