Skip to content

Commit

Permalink
add idoru p1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzjames committed Nov 5, 2024
1 parent be94cea commit 1ca57c0
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/all.json

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions data/brands/idoru/p1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
midi_in: ''
midi_thru: No
phantom_power: No
midi_clock: No

midi_channel:
instructions: |+
pc:
description: |+
cc:
- name: Previous song
value: '21'
description: ''
min: 0
max: '0'
- name: Next song
value: '22'
description: ''
min: 0
max: '0'
- name: Play / Pause
value: '23'
description: ''
min: 0
max: 127
- name: Stop
value: '24'
description: ''
min: 0
max: 127
- name: Direct select & play song
value: '20'
description: |-
CC 20 or Program change message.
Value of 1-40 equals song position in playlist, 0 is ignored
min: 0
max: 127
- name: Direct select song
value: '19'
description: 'Value of 1-40 equals song position in playlist, 0 is ignored. '
min: 0
max: 127
- name: Direct select setlist
value: '18'
description: "(value of 1-7 equals setlist, 0 is ignored)"
min: 0
max: 127
- name: Direct select setlist & play song
value: 0
description: |-
CC0 : Value of 1-7 equals setlist number, 0 is ignored.
PC: value of 1-40 equals song position in playlist, 0 is ignored.
min: 0
max: 127
10 changes: 10 additions & 0 deletions data/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,16 @@
}
]
},
{
"name": "Idoru",
"value": "idoru",
"models": [
{
"name": "P1",
"value": "p1"
}
]
},
{
"name": "IK Multimedia",
"value": "ikmultimedia",
Expand Down

0 comments on commit 1ca57c0

Please sign in to comment.