Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ data/.DS_Store
#compile_yaml.py
*.xml
*.iml
*.pyc
/__pycache__
2 changes: 1 addition & 1 deletion data/all.json

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions data/brands/sonulab/stompstation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
brand: SONULAB
model: STOMPSTATION
device_type: guitar_processor
email: rodinoro@gmail.com
url: 'https://sonulab.com/stompstation/'
midi_channel:
instructions: ''
midi_clock: unknown
midi_inputs: []
midi_outputs: []
midi_thru: unknown
pc:
description: ''
phantom_power: unknown
midi_mapping: not applicable
cc:
- name: Global Bypass ON/OFF
value: '1'
description: ''
min: 0
max: 127
- name: Amp Engine ON/OFF
value: '2'
description: ''
min: 0
max: 127
- name: IR Loader ON/OFF
value: '3'
description: ''
min: 0
max: 127
- name: Reverb ON/OFF
value: '4'
description: ''
min: 0
max: 127
- name: Modulations ON/OFF
value: '5'
description: ''
min: 0
max: 127
- name: ' Tremolo ON/OFF'
value: '6'
description: ''
min: 0
max: 127
- name: Compressor ON/OFF
value: '7'
description: ''
min: 0
max: 127
- name: Compressor ON/OFF
value: '8'
description: ''
min: 0
max: 127
- name: Delay ON/OFF
value: '9'
description: ''
min: 0
max: 127
- name: Tuner ON/OFF
value: '10'
description: ''
min: 0
max: 127
18 changes: 14 additions & 4 deletions data/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -2074,13 +2074,13 @@
"name": "OPFXS",
"value": "opfxs",
"models": [
{
"name": "V Uno",
"value": "v-uno"
},
{
"name": "Dig Deep MK3",
"value": "digdeepmk3"
},
{
"name": "V Uno",
"value": "v-uno"
}
]
},
Expand Down Expand Up @@ -2454,6 +2454,16 @@
}
]
},
{
"name": "SONULAB",
"value": "sonulab",
"models": [
{
"name": "STOMPSTATION",
"value": "stompstation"
}
]
},
{
"name": "Sound Sculpture",
"value": "soundsculpture",
Expand Down
Loading