Configuration of Empeg buttons

Posted by: doug316

Configuration of Empeg buttons - 04/09/2000 13:12

Will future releases support more config of buttons and functions? There should be a list of all possible functions and a way to select a mapping from the buttons on the front panel to those functions.

Button inputs should expand to allow double-clicking (with the existing press and press-hold) if a user wants extra functions. I know some people don't want double-clicking but we would have the choice in the config.

Also, Mark 2 users should be able to set "lock volume" so that it stays on 0db at all times. The knob could be used for other functions through the config.



Posted by: alear

Re: Configuration of Empeg buttons - 04/09/2000 14:29

The buttons respond really fast right now. Would a double click feature slow down the single click action because it is waiting to see if there is a second click?
I wouldn't want this to be a problem if I was cruising through the songs really fast.

I really like the idea of a 0dB lock. I have a seperate volume control in my car so the empeg is in 0dB setting all the time but for some reason I always seem to accidentally get it off 0dB.

Alex Lear
Posted by: bmihulka

Re: Configuration of Empeg buttons - 04/09/2000 14:43

I third the 0db lock, as I have the empeg going though my CD head unit.

-Finally received my Mark2 no thanks to customs.
Posted by: doug316

Re: Configuration of Empeg buttons - 05/09/2000 08:32

Yeah, I knew people would have issue with Double-click, so it has to be optional. Some of us want more functions available without grabbing the remote.

Posted by: bradpirtle

Re: Configuration of Empeg buttons - 05/09/2000 10:06

Being able to configure function mappings to buttons and clicks (double etc) would be AWESOME!

I would love to make the up button (double click?) not be stop but 'go up a level from current playlist'. I find it very annoying that once a playlist has started playing, you haveto navigate from the top again to go to a same level playlist (ie hear another album from same artist).

Posted by: loren

Re: Configuration of Empeg buttons - 28/11/2000 11:00

This topic was brought up in this thread recently, so i thought i'd move it over to the appropriate thread and try and drum up some thoughts on it.

What if there was something like this in emplode for button configuration:


Seems like it would be fairly easy to program in since all of the buttons are software controlled. I'm not a programmer, sooo.... ideas? What do you guys think?


|| loren.cox
|| 080000446
Posted by: fvgestel

Re: Configuration of Empeg buttons - 28/11/2000 11:46

There is allready a program called intercept, which was originally programmed to beep when a buttonpress is received. This could easily be modified to implement this kind of functionality. The only problem is the nature of the main player program, as it is running in real-time mode, which means that button-presses can sometimes lag a few seconds...
Maybe if we try to run intercept in real-time we can get some benefits...

Frank van Gestel
Posted by: borislav

Re: Configuration of Empeg buttons - 28/11/2000 19:18

The only problem is the nature of the main player program, as it is running in real-time mode, which means that button-presses can sometimes lag a few seconds...
Maybe if we try to run intercept in real-time we can get some benefits...


You can get around this by doing the interception in the kernel. Intercepting and generating double clicks and holds is somewhat tricky but still doable.

Another problem with doing this outside of the player app is that it'll be very hard to keep track of what context the player is in. For example, if you reprogram a single click of the top button to do something different than "pause" (by translating it to a different key code), you still want it's default behaviour when you are in the menus, so that you can navigate them normally.

Borislav