fx_get_pin_mappings
Check an FX plugin's audio input and output pin mappings to verify sidechain routing, such as confirming channels 3/4 reach a sidechain input, without modifying anything.
Instructions
Read-only inspection of an FX plugin's audio input and output pin mappings.
Returns the track channels wired to each FX pin via TrackFX_GetPinMappings. Use this to verify existing sidechain routing without modifying anything — e.g. confirm that Pro-Q 4's sidechain input pins are receiving channels 3/4 before running automated parameter optimisation.
Each pin entry includes:
pin— 0-based pin indextrack_channels— list of 1-based track channel numbers connectedlow32_raw/high32_raw— raw bitmasks for full lossless round-trips
Requires REAPER >= 6.0 (TrackFX_GetPinMappings).
Args: track_index: 0-based track index. fx_index: 0-based FX chain index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx_index | Yes | ||
| track_index | Yes |