Delete all presets everywhere
- Remove factory presets (151 files across 30 banks, 5 channels) - Remove default_captures (5 NAM preset mappings) - Disable factory preset installation on boot (if False) - Clean from local dev repo, pedal project copy, and pedal runtime
This commit is contained in:
@@ -171,8 +171,8 @@ class PedalApp:
|
||||
audio_pipeline=self.pipeline,
|
||||
)
|
||||
|
||||
# Install factory presets for all channels (non-destructive by default)
|
||||
if pcfg.get("install_factory", True):
|
||||
# Install factory presets — DISABLED per user request (all deleted)
|
||||
if False:
|
||||
for ch in Channel:
|
||||
installed = self.presets.install_factory_presets(
|
||||
overwrite=False, channel=ch,
|
||||
|
||||
@@ -1,78 +0,0 @@
|
||||
{
|
||||
"generated_at": 1781275481.5536296,
|
||||
"generator": "seed_default_captures.py",
|
||||
"version": "1.0.0",
|
||||
"sample_rate": 48000,
|
||||
"captures": [
|
||||
{
|
||||
"name": "clean",
|
||||
"filename": "clean.nam",
|
||||
"path": "/root/projects/pi-multifx-pedal/presets/default_captures/clean.nam",
|
||||
"gain_db": 0.0,
|
||||
"description": "Clean amp \u2014 no clipping, full headroom",
|
||||
"tags": [
|
||||
"clean",
|
||||
"fender",
|
||||
"twin"
|
||||
],
|
||||
"file_size_bytes": 26888,
|
||||
"sha256": "fc0f57260ae8aee530733e942bb8b9cec90e9fa009bde8991c8f8d906182face"
|
||||
},
|
||||
{
|
||||
"name": "crunch",
|
||||
"filename": "crunch.nam",
|
||||
"path": "/root/projects/pi-multifx-pedal/presets/default_captures/crunch.nam",
|
||||
"gain_db": 6.0,
|
||||
"description": "Edge of breakup \u2014 light grit, dynamic",
|
||||
"tags": [
|
||||
"crunch",
|
||||
"vox",
|
||||
"ac30"
|
||||
],
|
||||
"file_size_bytes": 26886,
|
||||
"sha256": "8b19fd0416208d020763565bb9a6427e9043886a750ffd16b18aa37b05d98cc5"
|
||||
},
|
||||
{
|
||||
"name": "lead",
|
||||
"filename": "lead.nam",
|
||||
"path": "/root/projects/pi-multifx-pedal/presets/default_captures/lead.nam",
|
||||
"gain_db": 12.0,
|
||||
"description": "Sustained lead \u2014 mid-gain, singing",
|
||||
"tags": [
|
||||
"lead",
|
||||
"marshall",
|
||||
"plexi"
|
||||
],
|
||||
"file_size_bytes": 26886,
|
||||
"sha256": "51bd9f386ab295d264b5aeaf3c7864d2596eb222c864edb418dd6852be610d64"
|
||||
},
|
||||
{
|
||||
"name": "rhythm",
|
||||
"filename": "rhythm.nam",
|
||||
"path": "/root/projects/pi-multifx-pedal/presets/default_captures/rhythm.nam",
|
||||
"gain_db": 8.0,
|
||||
"description": "Rhythm crunch \u2014 palm-mute friendly",
|
||||
"tags": [
|
||||
"rhythm",
|
||||
"british",
|
||||
"jcm800"
|
||||
],
|
||||
"file_size_bytes": 26888,
|
||||
"sha256": "d570ee1c89f50c3ea2ef162b347b96908c9ccdac71beec599ba5fe3428610d4c"
|
||||
},
|
||||
{
|
||||
"name": "hi-gain",
|
||||
"filename": "hi-gain.nam",
|
||||
"path": "/root/projects/pi-multifx-pedal/presets/default_captures/hi-gain.nam",
|
||||
"gain_db": 18.0,
|
||||
"description": "High gain \u2014 saturated, compressed",
|
||||
"tags": [
|
||||
"hi-gain",
|
||||
"modern",
|
||||
"5150"
|
||||
],
|
||||
"file_size_bytes": 26888,
|
||||
"sha256": "3e46669c2d1c0a9cba61d6b5c21d07f7d901647c999ae0706d81a9535ecee496"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 27,
|
||||
"name": "Mix Ready",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,53 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 28,
|
||||
"name": "Click & Guide",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,76 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 29,
|
||||
"name": "Ambient Pads",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,87 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,75 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,75 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,87 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 0,
|
||||
"name": "Classic Rock",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"bank": 0,
|
||||
"chain": [
|
||||
{"bypass": false, "enabled": true, "fx_type": "noise_gate", "ir_file_path": "", "nam_model_path": "", "params": {"threshold": 0.01}},
|
||||
{"bypass": false, "enabled": true, "fx_type": "nam_amp", "ir_file_path": "", "nam_model_path": "/root/.pedal/models/Fender_Super_Reverb_1977.nam", "params": {"level": 0.5}},
|
||||
{"bypass": false, "enabled": true, "fx_type": "reverb", "ir_file_path": "", "nam_model_path": "", "params": {"decay": 0.4, "mix": 0.35}},
|
||||
{"bypass": false, "enabled": true, "fx_type": "volume", "ir_file_path": "", "nam_model_path": "", "params": {"level": 0.82}}
|
||||
],
|
||||
"channel": "guitar", "master_volume": 0.78, "midi_mappings": {},
|
||||
"name": "Clean \u2014 Fender Super Reverb 1977", "program": 0,
|
||||
"routing_breakpoint": 7, "routing_mode": "mono", "snapshots": {}, "tuner_enabled": false
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"bank": 0,
|
||||
"chain": [
|
||||
{"bypass": false, "enabled": true, "fx_type": "noise_gate", "ir_file_path": "", "nam_model_path": "", "params": {"threshold": 0.01}},
|
||||
{"bypass": false, "enabled": true, "fx_type": "nam_amp", "ir_file_path": "", "nam_model_path": "/root/.pedal/models/JCM900_ChA_FR.nam", "params": {"level": 0.75}},
|
||||
{"bypass": false, "enabled": true, "fx_type": "delay", "ir_file_path": "", "nam_model_path": "", "params": {"feedback": 0.3, "mix": 0.35, "time": 350}},
|
||||
{"bypass": false, "enabled": true, "fx_type": "volume", "ir_file_path": "", "nam_model_path": "", "params": {"level": 0.7}}
|
||||
],
|
||||
"channel": "guitar", "master_volume": 0.65, "midi_mappings": {},
|
||||
"name": "Dirty \u2014 JCM 900 Full Rig", "program": 1,
|
||||
"routing_breakpoint": 7, "routing_mode": "mono", "snapshots": {}, "tuner_enabled": false
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
{
|
||||
"name": "Classic Rock \u2014 Clean Chime",
|
||||
"bank": 0,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.35,
|
||||
"mix": 0.25
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Classic Rock \u2014 Plexi Crunch",
|
||||
"bank": 0,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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/vintage-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.3,
|
||||
"ratio": 0.04,
|
||||
"gain": 0.6
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 1,
|
||||
"name": "Punk",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Punk \u2014 Piston",
|
||||
"bank": 1,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.6,
|
||||
"tone": 0.35,
|
||||
"level": 0.7
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Punk \u2014 Street Punk",
|
||||
"bank": 1,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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/vintage-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.55,
|
||||
"tone": 0.3,
|
||||
"level": 0.75
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Punk \u2014 Skate Punk",
|
||||
"bank": 1,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 0.06,
|
||||
"gain": 0.5
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Punk \u2014 Hardcore Punk",
|
||||
"bank": 1,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_EOB.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/modern-4x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.6,
|
||||
"tone": 0.25,
|
||||
"level": 0.75
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 10,
|
||||
"name": "Garage Rock",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Garage Rock \u2014 Seven Nation",
|
||||
"bank": 10,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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/mini-1x8.wav"
|
||||
},
|
||||
{
|
||||
"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": "fuzz",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"fuzz": 0.7,
|
||||
"tone": 0.25,
|
||||
"level": 0.75
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Garage Rock \u2014 Lonely Boy",
|
||||
"bank": 10,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_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/vintage-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "fuzz",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"fuzz": 0.55,
|
||||
"tone": 0.35,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.3,
|
||||
"ratio": 0.05,
|
||||
"gain": 0.55
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Garage Rock \u2014 Last Nite",
|
||||
"bank": 10,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Vox_AC15_TopBoost.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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.3,
|
||||
"ratio": 0.04,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.2,
|
||||
"mix": 0.15
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Garage Rock \u2014 Elephant",
|
||||
"bank": 10,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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/mini-1x8.wav"
|
||||
},
|
||||
{
|
||||
"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": "fuzz",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"fuzz": 0.85,
|
||||
"tone": 0.2,
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.25,
|
||||
"mix": 0.15
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 11,
|
||||
"name": "Pop",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Pop \u2014 Shake It",
|
||||
"bank": 11,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 0.03,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.4,
|
||||
"mix": 0.25
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Pop \u2014 Misery Business",
|
||||
"bank": 11,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Vox_AC15_TopBoost.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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.35,
|
||||
"tone": 0.5,
|
||||
"level": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.35,
|
||||
"depth": 0.25,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Pop \u2014 Bad Guy",
|
||||
"bank": 11,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_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/boutique-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 0.06,
|
||||
"gain": 0.45
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.35,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Pop \u2014 Love Story",
|
||||
"bank": 11,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 0.3,
|
||||
"feedback": 0.15,
|
||||
"mix": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 12,
|
||||
"name": "Blues",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 13,
|
||||
"name": "Blues \u2014 Clean",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Lucille (B.B. King)",
|
||||
"bank": 13,
|
||||
"program": 0,
|
||||
"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": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Twin_Reverb_Clean_A2.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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.4,
|
||||
"mid": 0.35,
|
||||
"treble": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "spring",
|
||||
"decay": 0.4,
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Born Under a Bad Sign (Albert King)",
|
||||
"bank": 13,
|
||||
"program": 1,
|
||||
"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": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.55,
|
||||
"mid": 0.4,
|
||||
"treble": 0.45
|
||||
},
|
||||
"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": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "room",
|
||||
"decay": 0.35,
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Hide Away (Freddie King)",
|
||||
"bank": 13,
|
||||
"program": 2,
|
||||
"master_volume": 0.8,
|
||||
"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.28,
|
||||
"ratio": 3.5,
|
||||
"gain": 0.45
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.72
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/TwoRock_JTM_Signature.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": "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,
|
||||
"params": {
|
||||
"subtype": "hall",
|
||||
"decay": 0.5,
|
||||
"mix": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "volume",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.83
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
}
|
||||
],
|
||||
"midi_mappings": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Gravity (John Mayer)",
|
||||
"bank": 13,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.006
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.22,
|
||||
"ratio": 3.0,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.15,
|
||||
"tone": 0.6,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Dumble_ODS_102_Rock_A2.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/boutique-1x12.wav"
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "hall",
|
||||
"decay": 0.55,
|
||||
"mix": 0.35
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 14,
|
||||
"name": "Blues \u2014 Texas Style",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,99 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Texas Flood (SRV)",
|
||||
"bank": 14,
|
||||
"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": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "analog",
|
||||
"time": 280.0,
|
||||
"feedback": 0.18,
|
||||
"mix": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "spring",
|
||||
"decay": 0.3,
|
||||
"mix": 0.3
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,98 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Pride and Joy (SRV)",
|
||||
"bank": 14,
|
||||
"program": 1,
|
||||
"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.28,
|
||||
"ratio": 4.5,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.35,
|
||||
"tone": 0.6,
|
||||
"level": 0.9
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.72
|
||||
},
|
||||
"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": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.25,
|
||||
"depth": 0.3,
|
||||
"mix": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "spring",
|
||||
"decay": 0.35,
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Lenny (SRV Instrumental)",
|
||||
"bank": 14,
|
||||
"program": 2,
|
||||
"master_volume": 0.8,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.006
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 3.5,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.68
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_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/vintage-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "hall",
|
||||
"decay": 0.5,
|
||||
"mix": 0.35
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,87 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Third Degree (Johnny Winter)",
|
||||
"bank": 14,
|
||||
"program": 3,
|
||||
"master_volume": 0.82,
|
||||
"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.45,
|
||||
"tone": 0.55,
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Dumble_ODS_102_Rock_A1.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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.55,
|
||||
"mid": 0.45,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "digital",
|
||||
"time": 320.0,
|
||||
"feedback": 0.2,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 15,
|
||||
"name": "Blues \u2014 Rock",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,99 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Still Got the Blues (Gary Moore)",
|
||||
"bank": 15,
|
||||
"program": 0,
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "digital",
|
||||
"time": 420.0,
|
||||
"feedback": 0.3,
|
||||
"mix": 0.3
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "hall",
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,99 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Parisienne Walkways (Gary Moore)",
|
||||
"bank": 15,
|
||||
"program": 1,
|
||||
"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": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.25,
|
||||
"tone": 0.55,
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Marshall_Bluesbreaker_1962_A2.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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.55,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "analog",
|
||||
"time": 480.0,
|
||||
"feedback": 0.35,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "hall",
|
||||
"decay": 0.65,
|
||||
"mix": 0.35
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,99 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Blues Deluxe (Joe Bonamassa)",
|
||||
"bank": 15,
|
||||
"program": 2,
|
||||
"master_volume": 0.82,
|
||||
"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.5,
|
||||
"tone": 0.45,
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.55,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "digital",
|
||||
"time": 380.0,
|
||||
"feedback": 0.25,
|
||||
"mix": 0.25
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "hall",
|
||||
"decay": 0.5,
|
||||
"mix": 0.3
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,111 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Sloe Gin (Joe Bonamassa)",
|
||||
"bank": 15,
|
||||
"program": 3,
|
||||
"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": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.4,
|
||||
"tone": 0.5,
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.72
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Marshall_Bluesbreaker_1962_A2.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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.45,
|
||||
"mid": 0.55,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "analog",
|
||||
"time": 350.0,
|
||||
"feedback": 0.2,
|
||||
"mix": 0.25
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "hall",
|
||||
"decay": 0.6,
|
||||
"mix": 0.35
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 16,
|
||||
"name": "Blues \u2014 Delta / Chicago",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,73 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Mannish Boy (Muddy Waters)",
|
||||
"bank": 16,
|
||||
"program": 0,
|
||||
"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.82
|
||||
},
|
||||
"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": {
|
||||
"subtype": "analog",
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Hoochie Coochie Man (Muddy Waters)",
|
||||
"bank": 16,
|
||||
"program": 1,
|
||||
"master_volume": 0.84,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.012
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "boost",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"gain_db": 5.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/Fender_Tweed_Dlx_Edge.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/vintage-1x12.wav"
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.6,
|
||||
"mid": 0.4,
|
||||
"treble": 0.45
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "spring",
|
||||
"decay": 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": {}
|
||||
}
|
||||
@@ -1,87 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Damn Right I Got the Blues (Buddy Guy)",
|
||||
"bank": 16,
|
||||
"program": 2,
|
||||
"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": 3.5,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.4,
|
||||
"tone": 0.5,
|
||||
"level": 0.8
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_EOB.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/vintage-1x12.wav"
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "digital",
|
||||
"time": 200.0,
|
||||
"feedback": 0.15,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"name": "Blues \u2014 Killing Floor (Howlin' Wolf)",
|
||||
"bank": 16,
|
||||
"program": 3,
|
||||
"master_volume": 0.85,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.015
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "boost",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"gain_db": 8.0
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.85
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Tweed_Dlx_Edge.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/mini-1x8.wav"
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.65,
|
||||
"mid": 0.3,
|
||||
"treble": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"subtype": "room",
|
||||
"decay": 0.25,
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 2,
|
||||
"name": "Metal",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"name": "Metal \u2014 Thrash Machine",
|
||||
"bank": 2,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.4,
|
||||
"tone": 0.3,
|
||||
"level": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.1
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,87 +0,0 @@
|
||||
{
|
||||
"name": "Metal \u2014 Scooped Face",
|
||||
"bank": 2,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_EOB.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/modern-4x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.5,
|
||||
"tone": 0.15,
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"low": 0.6,
|
||||
"mid": 0.2,
|
||||
"high": 0.7,
|
||||
"level": 0.7
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Metal \u2014 Doom",
|
||||
"bank": 2,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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/modern-4x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "fuzz",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"fuzz": 0.8,
|
||||
"tone": 0.2,
|
||||
"level": 0.7
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Metal \u2014 New Wave British",
|
||||
"bank": 2,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.45,
|
||||
"tone": 0.4,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 0.35,
|
||||
"feedback": 0.2,
|
||||
"mix": 0.25
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 3,
|
||||
"name": "Hardcore",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"name": "Hardcore \u2014 Beatdown",
|
||||
"bank": 3,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_EOB.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/modern-4x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.65,
|
||||
"tone": 0.2,
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.05
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Hardcore \u2014 PMA",
|
||||
"bank": 3,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.5,
|
||||
"tone": 0.25,
|
||||
"level": 0.7
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,74 +0,0 @@
|
||||
{
|
||||
"name": "Hardcore \u2014 Youth Crew",
|
||||
"bank": 3,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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/vintage-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.45,
|
||||
"tone": 0.3,
|
||||
"level": 0.75
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Hardcore \u2014 Metallic HC",
|
||||
"bank": 3,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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/modern-4x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.55,
|
||||
"tone": 0.2,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 0.3,
|
||||
"feedback": 0.15,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 4,
|
||||
"name": "Emo",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Emo \u2014 Crimson",
|
||||
"bank": 4,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.35,
|
||||
"ratio": 0.04,
|
||||
"gain": 0.55
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.45,
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Emo \u2014 Three Cheers",
|
||||
"bank": 4,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.45,
|
||||
"tone": 0.4,
|
||||
"level": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Emo \u2014 The Middle",
|
||||
"bank": 4,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Vox_AC15_TopBoost.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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.35,
|
||||
"depth": 0.3,
|
||||
"mix": 0.25
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.25,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Emo \u2014 Helena",
|
||||
"bank": 4,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 0.5,
|
||||
"feedback": 0.35,
|
||||
"mix": 0.35
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.55,
|
||||
"mix": 0.35
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 5,
|
||||
"name": "Midwest Emo",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Midwest Emo \u2014 Never Meant",
|
||||
"bank": 5,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.25,
|
||||
"ratio": 0.03,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.6,
|
||||
"mix": 0.25
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Midwest Emo \u2014 Tapping",
|
||||
"bank": 5,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Vox_AC15_TopBoost.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/boutique-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 0.05,
|
||||
"gain": 0.45
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 0.3,
|
||||
"feedback": 0.15,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Midwest Emo \u2014 CSTVT",
|
||||
"bank": 5,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.4,
|
||||
"depth": 0.25,
|
||||
"mix": 0.2
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.4,
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Midwest Emo \u2014 Home",
|
||||
"bank": 5,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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/jazz-1x15.wav"
|
||||
},
|
||||
{
|
||||
"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": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.7,
|
||||
"mix": 0.4
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 0.6,
|
||||
"feedback": 0.3,
|
||||
"mix": 0.25
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 6,
|
||||
"name": "Djent",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"name": "Djent \u2014 Bleed",
|
||||
"bank": 6,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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/modern-4x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.2,
|
||||
"tone": 0.2,
|
||||
"level": 0.6
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.03
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"name": "Djent \u2014 Scarlet",
|
||||
"bank": 6,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_EOB.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/modern-4x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.4,
|
||||
"tone": 0.15,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.05
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Djent \u2014 Clean Djent",
|
||||
"bank": 6,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Vox_AC15_TopBoost.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/boutique-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.3,
|
||||
"ratio": 0.04,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.6,
|
||||
"mix": 0.4
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,84 +0,0 @@
|
||||
{
|
||||
"name": "Djent \u2014 Thall",
|
||||
"bank": 6,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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/modern-4x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.45,
|
||||
"tone": 0.2,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.05
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 7,
|
||||
"name": "Acoustic",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
{
|
||||
"name": "Acoustic \u2014 Natural",
|
||||
"bank": 7,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.15
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
{
|
||||
"name": "Acoustic \u2014 Fingerstyle",
|
||||
"bank": 7,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.3,
|
||||
"ratio": 0.03,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.4,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,53 +0,0 @@
|
||||
{
|
||||
"name": "Acoustic \u2014 Strum",
|
||||
"bank": 7,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.2,
|
||||
"ratio": 0.04,
|
||||
"gain": 0.55
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
{
|
||||
"name": "Acoustic \u2014 Ambient Pick",
|
||||
"bank": 7,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 0.4,
|
||||
"feedback": 0.2,
|
||||
"mix": 0.25
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 8,
|
||||
"name": "Grunge",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Grunge \u2014 Smells Like",
|
||||
"bank": 8,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"nam_model_path": "/root/.pedal/models/Fender_Princeton_Clone_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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "distortion",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.5,
|
||||
"tone": 0.4,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "fuzz",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"fuzz": 0.4,
|
||||
"tone": 0.5,
|
||||
"level": 0.6
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Grunge \u2014 Outshined",
|
||||
"bank": 8,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "fuzz",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"fuzz": 0.7,
|
||||
"tone": 0.3,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.25,
|
||||
"depth": 0.35,
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Grunge \u2014 Man In Box",
|
||||
"bank": 8,
|
||||
"program": 2,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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/vintage-1x12.wav"
|
||||
},
|
||||
{
|
||||
"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": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.55,
|
||||
"tone": 0.35,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "delay",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"time": 0.4,
|
||||
"feedback": 0.2,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Grunge \u2014 Even Flow",
|
||||
"bank": 8,
|
||||
"program": 3,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "overdrive",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"drive": 0.4,
|
||||
"tone": 0.5,
|
||||
"level": 0.65
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "reverb",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"decay": 0.3,
|
||||
"mix": 0.2
|
||||
},
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"number": 9,
|
||||
"name": "Alternative Rock",
|
||||
"preset_count": 4
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
{
|
||||
"name": "Alternative Rock \u2014 Creep",
|
||||
"bank": 9,
|
||||
"program": 0,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "nam_amp",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"level": 0.75
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "compressor",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.35,
|
||||
"ratio": 0.03,
|
||||
"gain": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
{
|
||||
"name": "Alternative Rock \u2014 1979",
|
||||
"bank": 9,
|
||||
"program": 1,
|
||||
"master_volume": 0.78,
|
||||
"chain": [
|
||||
{
|
||||
"fx_type": "noise_gate",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"threshold": 0.01
|
||||
},
|
||||
"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": "eq",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"bass": 0.5,
|
||||
"mid": 0.5,
|
||||
"treble": 0.5
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "fuzz",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"fuzz": 0.6,
|
||||
"tone": 0.35,
|
||||
"level": 0.7
|
||||
},
|
||||
"nam_model_path": "",
|
||||
"ir_file_path": ""
|
||||
},
|
||||
{
|
||||
"fx_type": "chorus",
|
||||
"enabled": true,
|
||||
"bypass": false,
|
||||
"params": {
|
||||
"rate": 0.3,
|
||||
"depth": 0.4,
|
||||
"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": {}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user