Moode Forum
[PROBLEM] USB-volume controll on raspberry pi - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] USB-volume controll on raspberry pi (/showthread.php?tid=7369)

Pages: 1 2


RE: USB-volume controll on raspberry pi - Tim Curtis - 02-10-2025

No need to do anything in Camilla. Its volume will be controlled by the attached USB knob.


RE: USB-volume controll on raspberry pi - ma00aem - 02-14-2025

Hi! I bougt a new volume controller and it now works! Do you know how i can increase the sensitivity of the knob? I have to turn the volume controller several turns 10-20 turns to go from 0-100.


RE: USB-volume controll on raspberry pi - Tim Curtis - 02-14-2025

(02-14-2025, 02:51 PM)ma00aem Wrote: Hi! I bougt a new volume controller and it now works! Do you know how i can increase the sensitivity of the knob? I have to turn the volume controller several turns 10-20 turns to go from 0-100.

What make/model is the knob?

The one I posted earlier takes 3 turns to go from 0 - 100. It uses a rotary encoder with detents where each detent results in +/- 1 on the moOde knob.


RE: USB-volume controll on raspberry pi - ma00aem - 02-14-2025

(02-14-2025, 03:08 PM)Tim Curtis Wrote:
(02-14-2025, 02:51 PM)ma00aem Wrote: Hi! I bougt a new volume controller and it now works! Do you know how i can increase the sensitivity of the knob? I have to turn the volume controller several turns 10-20 turns to go from 0-100.

What make/model is the knob?

The one I posted earlier takes 3 turns to go from 0 - 100. It uses a rotary encoder with detents where each detent results in +/- 1 on the moOde knob.
now I tried, it is 6 turns. I would like to increase each step to be like 5db.


RE: USB-volume controll on raspberry pi - Tim Curtis - 02-14-2025

Try editing the config file. The volume units are 0 - 100 not dB

Code:
pi@moode9:~ $ cat /etc/triggerhappy/triggers.d/media.conf
KEY_VOLUMEUP     1 /var/www/util/vol.sh -up 1
KEY_VOLUMEDOWN   1 /var/www/util/vol.sh -dn 1
KEY_MUTE         1 /var/www/util/vol.sh -mute



RE: USB-volume controll on raspberry pi - ma00aem - 02-15-2025

Thanks! It works!!! You are the man!