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

Home Page:https://deej.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pause/Play command

Adib-C opened this issue · comments

commented

Is it possible to send a Play/Pause command to deej when pressing a button connected to the Arduino?

Not with the way Deej communicates with the host app. Only slider positions are sent, and there's no media control functionality.

commented

I understand, but it would be nice if this feature gets added to deej though 😊

i second this, although it would like expand it to general media buttons such as end call, stop & skip song, and mute for the different sliders

The main repo is mostly abandoned, but there are many forks of Deej with extensive changes:
https://github.com/Miodec/deej

This one adds the keybd_event library for configurable button mapping.

commented

Aah I see, I didn't know this is mostly abandoned , thanks for letting me know, and I will check out other forks.