-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmidi_macros.yml
37 lines (36 loc) · 926 Bytes
/
midi_macros.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
port: "Impact LX61+ MIDI1"
keys:
- name: "36" # MIDI controller key name
type: "button"
# command,arg1,arg2...
task: "open,-a,/Applications/Brave Browser.app"
- name: "37"
type: "button"
task: "/usr/bin/osascript,/path/to/task.scpt"
- name: "38"
type: "button"
task: ""
- name: "39"
task: ""
- name: "40"
task: ""
- name: "41"
task: ""
- name: "42"
task: ""
- name: "43"
task: ""
# Knobs
- name: "7"
type: "knob"
task: "volume"
max_value: 127
- name: "95"
type: "knob"
task: "brightness"
max_value: 127 # Max value of the knob/slider
- name: "21"
type: "knob"
task: "keyPress"
key_up: "ctrl+alt+shift+q" # Keypress to send if value goes up - xdotool format
key_down: "ctrl+alt+shift+a" # Keypress to send if value goes down - xdotool format