Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: Maouu on October 29, 2016, 10:20:10 AM
-
Hello, it is possible to control the volume by pressing buttons ?! for example 1 button for Volume Up (+) and 1 button for Volume Down (-) ?!!
Thanks you
-
Set your encoder to windows volume keys.
-
Thanks you but I'm on raspberry pi!
-
Anyone can help me ?!! thanks you
-
Interested in this as well.
Assuming you are talking the same thing... But, I want to hold down a hot key, and push UP for volume increase and DOWN for volume decrease.
-
Do what i said and see if it wrks. Else, try xbindkeys.
-
How do you do for Raspberry pi.?! Xbindkeys is for Windows right?
Thanks
-
How do you do for Raspberry pi.?! Xbindkeys is for Windows right?
Thanks
i already told you how to for rpi. Are you using an encoder? The X in xbindkeys stands for x window system.
-
I don't know if I use an encoder because I use a floob image which I downloaded on the attract mode website!
I boot directly under attract mode when I start my raspberry pi
Thanks you very much for your help!
-
Ok sorry!! I use an USB encoder but I don't know how to do for configure the buttons on the sound on this encoder.. Because I don't have a software to configure it. He just emulate keyboard... Maybe in the attract mode configuration menu.?!! But I don't find it :(
-
Ok sorry!! I use an USB encoder but I don't know how to do for configure the buttons on the sound on this encoder.. Because I don't have a software to configure it. He just emulate keyboard... Maybe in the attract mode configuration menu.?!! But I don't find it :(
Which encoder and i can help you out.
-
There is zero delay USB encoder!
Zero Delay Arcade USB Encoder to Joystick for MAME Multicade Keyboard Encoder PC Fighting Games, USB to Jamma AC425
http://s.aliexpress.com/FvEJnyYz
(from AliExpress Android)
-
Okay...here is what I did...assuming you are wanting to do the same as me. . .
My Goal: Control volume by controlboard/controller/joystick.
Change: Modify the RetroPie JoyPad file
/opt/retropie/configs/all/retroarch-joypads
......Modify your controller file (backup first) (mine is snes30snes30joy.cfg for example)
Added the following lines to tie up and down DPAD Actions to volume increase/decrease.
input_volume_up_axis = -1
input_volume_down_axis = +1
This will map the action to your HOTKEY
I BELIEVE, you can also edit the "retroarch.cfg" file as well in the /opt/retropie/config/all directory, but I haven't modified that since the pi1 days.
-bax