configure_midi_input
Set a REAPER track's MIDI input device and channel, then arm for recording and enable monitoring, returning readback for verification.
Instructions
Set a track's MIDI input, record arm and monitoring; return readback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arm | No | ||
| track | No | Exact track name (case-insensitive). | |
| device | No | ||
| channel | No | 0 all, 1..16 specific | |
| dry_run | No | Preview: return what would run without changing the project. | |
| fx_guid | No | ||
| monitor | No | ||
| fx_index | No | ||
| fx_scope | No | ||
| track_contains | No | Case-insensitive substring; errors if it matches more than one track. | |
| fx_name_contains | No | ||
| target_track_guid | No | Stable REAPER track GUID; preferred when available. | |
| use_selected_track | No | Target the currently selected track instead of naming one. |