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.71k stars 433 forks source link

Send current value of the slider + level meter #82

Closed fensoft closed 5 months ago

fensoft commented 5 months ago

Hi,

I want to use rotary encoder + led ring like https://modwiggler.com/forum/viewtopic.php?t=217920

Do you thing it's possible to send the current value of the slider with it's level ?

Thanks !

omriharel commented 5 months ago

Hi there @fensoft, thanks for writing!

It's definitely possible to make deej work with rotary encoders, but it's not inherently supported in the main version of deej which is aimed only for use with potentiometers.

I recommend you to check out a fork with encoder support such as Orotavia/deej, or to ask around in the #coding-help channel on our community Discord server to help you set something similar up for yourself.

Good luck :)

fensoft commented 5 months ago

I'm speaking about the go windows client, not the arduino software. I just want some kind of feedback from the serial port.

Thanks !

omriharel commented 5 months ago

Ah, you would need two-way communication for that. This is outside my scope, but you can try to look for a fork which does this or ask around in the Discord :)