QCD is my Deity, but can it do this? [Archive] - Quintessential Forum

PDA

View Full Version : QCD is my Deity, but can it do this?


juggernott
01-15-2004, 04:02 AM
Hi everyone, I have been a QCD user for quite a long time. I was recently informed of this plugin for winamp:

http://www.winamp.com/plugins/details.php?id=110332

It would be so great to be able to control QCD player with the front of my laptop. Is there anyway someone can edit that plugin to work for QCD or tell me how to go about converting it to work for QCD? I'm not being lazy here, I just really don't know where to start. As of now, the front panel will only control Windows Media Player. But, as you can tell by my posting here, I don't really like that. If anyone can give me any information, that would be spectacular!

Thanks in advance.

t_journeyman
01-15-2004, 12:47 PM
Have you tried the HotKeys plugin?


http://www.quinnware.com/list_plugins.php?plugin=44

juggernott
01-15-2004, 10:31 PM
The problem is that the buttons aren't considered a part of the keyboard. So that pluging shant work.

Woe is me.

Paul
01-15-2004, 10:34 PM
It would be a simple plugin to make, IF I had a Toshiba Satellite 5000.

acozz
01-15-2004, 10:49 PM
While we're on the topic of laptops, would it be possible to update the hotkeys plugin to identify the "Function" key that is on many laptops. I'd like to use a hotkey of, say, Fn + F9 or something. Is that even possible?

juggernott
01-15-2004, 11:02 PM
It would be a simple plugin to make, IF I had a Toshiba Satellite 5000.

Is there any way you can tell me where to start or even how to convert the one that works for winamp? I understand computer lingo, but that's about the extent of my knowledge on the subject.

Paul
01-15-2004, 11:03 PM
If you get the source code to Winamp's plugin I can convert it.

acozz
01-15-2004, 11:27 PM
Paul, does the hotkey plugin use virtual key codes? I found that if I press Fn + F9 the virtual key code is 179 but the hotkey plugin says the key is 'G' which is virtual key code 71.

Paul
01-15-2004, 11:32 PM
That little field that captures the hotkey is a built in Windows control. Maybe it's inadequate.

juggernott
01-15-2004, 11:34 PM
How would I go about getting that? Is that just the .dll ???

Do I email the author?

Paul
01-15-2004, 11:42 PM
Yea, emailing the author is the best bet. There's not much I can do with the DLL unless I had the Toshiba. If you are technically inclined and have MS DevStudio you can use a tool called Spy++ to see what message those buttons are creating.

acozz
01-15-2004, 11:42 PM
juggernott: email the author

Paul: did you set any rules on the control? If so, what did you set as the default replacement for the invalid command? Maybe it or'd the 179 with the replacement and got 71.