Ive been a Girder / USBUIRT user for a few years now. I now have added a Audio Reciever to my HTPC setup.
Is there a way to control the volume on my JVC reciever with the USBUIRT so that when i hold down my volume buttons on my FireFly remote, it works just like the original remote.
I figured that since the FireFly remote is RF, there should be no IR collision.
so currently i have it setup like this:
for vol+
i press vol+ on FF (vol up - down event), girder starts a timer that repeats a USBUIRT vol up learned event (repeat 4) every 500 ms. When i release the vol up (vol up - up event) it kills the timer which stops the volume up event.
it works but, the volume raises 1 increment every 500ms or so. Which is really slow.
the original remote works like this:
pres vol up, and the volume raises 1 increment, hold it and the volume goes up very quickly
is it possible to replicate this?
ive tried changing the repeat value in the USBUIRT plugin. If i set it to say 20, it raises like 8-10 increments quickly.
TIA