|
@@ -28,40 +28,39 @@ Give me the Codes
|
|
|
|
|
|
These are tested on Onkyo TX-SR504e and TX-SR674e.
|
|
|
|
|
|
-action | code | OSC address | OSC arguments
|
|
|
----------------------- | ------- | ----------------------- | -----------------
|
|
|
-Select Input CD | `0x020` | `/8bus/amp/input/cd` |
|
|
|
-Select Input MD | `0x030` | `/8bus/amp/input/md` |
|
|
|
-Select Input TAPE | `0x070` | `/8bus/amp/input/tape` |
|
|
|
-Select Input DVD | `0x120` | `/8bus/amp/input/dvd` |
|
|
|
-Select Input CDR | `0x130` | `/8bus/amp/input/cdr` |
|
|
|
-Select Input HDD | `0x170` | `/8bus/amp/input/hdd` |
|
|
|
-Select Input Video* | `0x1a0` | `/8bus/amp/input/video` |
|
|
|
-Volume `+` | `0x1a2` | `/8bus/amp/vol/up` |
|
|
|
-Volume `-` | `0x1a3` | `/8bus/amp/vol/down` |
|
|
|
-Volume mute | `0x1a4` | `/8bus/amp/vol/mute` |
|
|
|
-Volume unmute | `0x1a5` | `/8bus/amp/vol/unmute` |
|
|
|
-AMP Standby | `0x1ae` | `/8bus/amp/power/off` |
|
|
|
-Input Video + wake up | `0x1ae` | `/8bus/amp/power/on` |
|
|
|
-Dimmer brightness Hi | `0x2b0` | |
|
|
|
-Dimmer brightness Mid | `0x2b1` | |
|
|
|
-Dimmer brightness Lo | `0x2b2` | |
|
|
|
-Dimmer brightness Hi | `0x2b8` | |
|
|
|
-Dimmer brightness Lo | `0x2bf` | |
|
|
|
-Test mode 1 | `0x421` | |
|
|
|
-Test mode 2 | `0x422` | |
|
|
|
-Test mode 3 | `0x423` | |
|
|
|
-Test mode 4 | `0x424` | |
|
|
|
-
|
|
|
-* Please refer to the manual on which video port input will be selected
|
|
|
-
|
|
|
-These hasn't been confirmed yet
|
|
|
-
|
|
|
-Radio search next | `0x430` | Tune next radio station when radio is selected.
|
|
|
-Radio search previous | `0x431` | Tune previous radio station when radio is selected.
|
|
|
-Radio Stereo/Mono | `0x432` | Switch between Stereo and Mono when FM radio is selected.
|
|
|
-Radio station next | `0x433` | Jump to next stored radio station when radio is selected.
|
|
|
-Radio station previous | `0x434` | Jump to previous stored radio station when radio is selected.
|
|
|
+action | code | OSC address | OSC arguments
|
|
|
+------------------------ | ------- | ----------------------- | -----------------
|
|
|
+Select Input CD | `0x020` | `/8bus/amp/input/cd` |
|
|
|
+Select Input MD | `0x030` | `/8bus/amp/input/md` |
|
|
|
+Select Input TAPE | `0x070` | `/8bus/amp/input/tape` |
|
|
|
+Select Input DVD | `0x120` | `/8bus/amp/input/dvd` |
|
|
|
+Select Input CDR | `0x130` | `/8bus/amp/input/cdr` |
|
|
|
+Select Input HDD | `0x170` | `/8bus/amp/input/hdd` |
|
|
|
+Select Input Video* | `0x1a0` | `/8bus/amp/input/video` |
|
|
|
+Volume `+` | `0x1a2` | `/8bus/amp/vol/up` |
|
|
|
+Volume `-` | `0x1a3` | `/8bus/amp/vol/down` |
|
|
|
+Volume mute | `0x1a4` | `/8bus/amp/vol/mute` |
|
|
|
+Volume unmute | `0x1a5` | `/8bus/amp/vol/unmute` |
|
|
|
+AMP Standby | `0x1ae` | `/8bus/amp/power/off` |
|
|
|
+Input Video + wake up | `0x1ae` | `/8bus/amp/power/on` |
|
|
|
+Dimmer brightness Hi | `0x2b0` | |
|
|
|
+Dimmer brightness Mid | `0x2b1` | |
|
|
|
+Dimmer brightness Lo | `0x2b2` | |
|
|
|
+Dimmer brightness Hi | `0x2b8` | |
|
|
|
+Dimmer brightness Lo | `0x2bf` | |
|
|
|
+Test mode 1 | `0x421` | |
|
|
|
+Test mode 2 | `0x422` | |
|
|
|
+Test mode 3 | `0x423` | |
|
|
|
+Test mode 4 | `0x424` | |
|
|
|
+Radio search next** | `0x430` | |
|
|
|
+Radio search previous** | `0x431` | |
|
|
|
+Radio Stereo/Mono** | `0x432` | |
|
|
|
+Radio station next** | `0x433` | |
|
|
|
+Radio station previous** | `0x434` | |
|
|
|
+
|
|
|
+* Please refer to the manual specific for your device on which video input port will be selected
|
|
|
+
|
|
|
+** These hasn't been confirmed yet
|
|
|
|
|
|
### Sending code
|
|
|
|