Posted: Fri May 18, 2007 7:16 pm
Capn Trips is likely asleep on the other side of the pond, so I thought I'll give you few things for starters, then he can fill in the holes.
Miliseconds are listed in the readme file. A setting of 2-3 is what most people find useful. 1-2 seems better for Double key press.
If you really really really really need miliseconds, let me know. I use IRSA and can tell you time between signals exactly. Bear in mind that includes the time of the remote finding the LKP, or macros, base codes or keymoves and so on. Just to trigger the first signal in a LKP involves an observable pause, and sometimes that latency is too long. Trial and error.
Last step of a macro is a cool thing. Whatever the last real IR signal is, it'll repeat so long as you hold the macro key or more specifically the button that triggers a sequence of codes. The first one, if nested, like device keys in your setup. Few examples:
Put next track as a last step of some macro and watch the DVD advance tracks.
Put ch+ at the end, and watch the TV channels advance
Put tuning up for the receiver and it'll walk the scale.
In 8910 I use it for volume up when switching from non-DVD to DVD, down the other way, and for tuning.
Last step does need to be a real signal. Don't try some command that just goes to the remote (Dev_TV or DEV_Cancel or Pause), it won't work.
Volume and channel buttons for the most part repeat anyway, I think, so code it on others.
Miliseconds are listed in the readme file. A setting of 2-3 is what most people find useful. 1-2 seems better for Double key press.
If you really really really really need miliseconds, let me know. I use IRSA and can tell you time between signals exactly. Bear in mind that includes the time of the remote finding the LKP, or macros, base codes or keymoves and so on. Just to trigger the first signal in a LKP involves an observable pause, and sometimes that latency is too long. Trial and error.
Last step of a macro is a cool thing. Whatever the last real IR signal is, it'll repeat so long as you hold the macro key or more specifically the button that triggers a sequence of codes. The first one, if nested, like device keys in your setup. Few examples:
Put next track as a last step of some macro and watch the DVD advance tracks.
Put ch+ at the end, and watch the TV channels advance
Put tuning up for the receiver and it'll walk the scale.
In 8910 I use it for volume up when switching from non-DVD to DVD, down the other way, and for tuning.
Last step does need to be a real signal. Don't try some command that just goes to the remote (Dev_TV or DEV_Cancel or Pause), it won't work.
Volume and channel buttons for the most part repeat anyway, I think, so code it on others.