omriharel / deej

Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux
https://deej.rocks
MIT License
4.77k stars 442 forks source link

Bind buttons to change output device/media controls #103

Closed mat-tgn closed 6 months ago

mat-tgn commented 6 months ago

is possible to bind a button to output device change / next / prev ?

mkotek commented 6 months ago

see this forked repo: https://github.com/Miodec/deej

omriharel commented 6 months ago

Hi @mat-tgn, thanks for writing. Button support isn't currently built into deej - there are future plans to eventually include it, but nothing that's fully solidified yet.

In the meantime you can either use a board with HID support to act as a keyboard extension (this can run side-by-side with the original version of deej, as HID and serial don't conflict with one another - but you do need to essentially build your own Arduino sketch that handles both of these parts) - or a fork which adds this to the serial interface such as the one linked above by @mkotek.