Pause/Play command
Adib-C opened this issue · comments
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.
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.
Aah I see, I didn't know this is mostly abandoned , thanks for letting me know, and I will check out other forks.