Audio & Show Control
Yamaha RCP Mixer Control Software
Control for Yamaha digital mixers via Remote Control Protocol (RCP/SCP). Supports CL/QL Series, TF Series, DM3, DM7, and Rivage PM Series.
Handlers run inside Fantago — the file is a plugin, not a standalone program. Start with the free 60-day trial.
How to connect Yamaha RCP Mixer to Fantago
- Open the Fantago Dashboard and click Add Device.
- Pick the Yamaha RCP Mixer handler from the device type list (internal id
yamaha_rcp). - Enter the IP address of your Yamaha RCP Mixer, then set protocol TCP and port
49280. - Save and connect. Fantago starts polling the device and publishes its feedback variables, ready to use in panels, sequences and logic flows.
- Drag the actions below onto a panel button, a Stream Deck key, a schedule or a logic flow node.
| Protocol | TCP |
|---|---|
| Default port | 49280 |
| Handler version | 1.0.0 |
| Author | Fantago Bridge |
| Internal ID | yamaha_rcp |
Description & Instruction
Setup: Protocol TCP, Port 49280. Enable Persistent Connection.
Params: Set 'model' (CLQL, TF, DM, RIVAGE) in Handler Params.
Command Integration Guide
This guide explains how to control Yamaha digital mixers via RCP.
Key Actions:
- Set Fader Level: Set channel fader to dB value (e.g. -5.5 dB). Use -Inf for minimum.
- Set Mute: Mute or unmute a channel (on/off).
- Recall Scene: Load a scene/preset by number.
- Set Input Name: Rename an input channel label.
Real-time Variables:
<device>_ch_<n>_fader_db: Current fader level in dB.<device>_ch_<n>_mute: Mute state (on/off).<device>_scene_current: Currently loaded scene number.
Integration Examples (assuming device name "YAMAHA_CL5"):
Via HTTP GET:
http://<FantaGo_IP>:<HTTP_PORT>/sendTo/YAMAHA_CL5?cmd=set_fader&action_params={"channel":1,"value_db":"-5.5"}
Via TCP/UDP Listener:
YAMAHA_CL5:set_fader {"channel":1,"value_db":"-5.5"}
YAMAHA_CL5:recall_scene {"scene":1}
Yamaha RCP Mixer control — frequently asked questions
Does Fantago support Yamaha RCP Mixer?
Yes. Fantago includes a ready-made Yamaha RCP Mixer handler (version 1.0.0) that talks to the device over TCP, default port 49280. It is bundled with every licence and with the 60-day free trial — there is no per-device fee.
What protocol does the Yamaha RCP Mixer handler use?
TCP, default port 49280. Fantago connects straight to the device over your production network, so no gateway, middleware or vendor software is needed in between.
Can I control Yamaha RCP Mixer from a Stream Deck?
Yes. Every Yamaha RCP Mixer action can be mapped to an Elgato Stream Deck key, to a button on a custom Fantago touch panel, to a timed schedule, or to a logic flow triggered by another device — including devices from a different manufacturer.
Can I modify the Yamaha RCP Mixer handler?
Yes. The handler is a plain JavaScript file (yamaha_rcp.js) that you can download from this page, edit and drop back into Fantago. You can also write your own handler from scratch — see the Developer Guide.
Control Yamaha RCP Mixer from a single interface
Fantago drives Yamaha RCP Mixer alongside 50+ other broadcast, lighting, audio and smart home devices — from custom touch panels, an Elgato Stream Deck, a schedule or a logic flow. One-time licence, no subscription, runs offline.