Skip to content

Commit 3e53093

Browse files
authored
Merge pull request #3 from nohn/feature/knobs
Feature/knobs
2 parents 6f62df4 + 6f81cc6 commit 3e53093

3 files changed

Lines changed: 312 additions & 72 deletions

File tree

README.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,40 @@ application = Zen
4949

5050
[fader 7]
5151
application = Last Epoch.exe:Warframe.x64.exe
52+
53+
[knob 16]
54+
application = Firefox
5255
```
5356

54-
Follow the same syntax to add the rest of the faders and applications to map to
55-
the faders (Add an empty line in to the file, might fix at some point but it
56-
requires one empty line after configurations.)
57+
Follow the same syntax to add the rest of the faders, knobs and applications to
58+
map to the faders or knobs.
5759

58-
The faders id's are from left to right 0 - 7 so to spotify to the leftmost fader
59-
you would type
60+
The faders IDs are from left to right 0 - 7 and the knob IDs are 16 - 23. To
61+
map spotify to the leftmost fader you would type
6062

6163
```sh
6264
[fader 0]
6365
application = spotify
6466
```
6567

68+
To map Firefox to the leftmost knob you would type
69+
70+
```sh
71+
[knob 16]
72+
application = Firefox
73+
```
74+
75+
You can map any pipewire node to any fader or knob, i.e. not only applications, but
76+
also for example output and devices:
77+
78+
```sh
79+
[fader 6]
80+
application = alsa_output.usb-Beyerdynamic_FOX_5.00-00.analog-stereo
81+
82+
[fader 22]
83+
application = alsa_input.usb-Beyerdynamic_FOX_5.00-00.mono-fallback.3
84+
```
85+
6686
You can force reconfiguration with `cycle` button from midiKONTROL2. This is
6787
required if you open up a application after starting midi-mixer
6888

0 commit comments

Comments
 (0)