set_time_signature
Define a time signature in a REAPER project by specifying numerator, denominator, and position (measure/beat or time in seconds).
Instructions
Set time signature at specified position.
Args: numerator: Time signature numerator (e.g., 4 in 4/4) denominator: Time signature denominator (e.g., 4 in 4/4) position: Position as "measure:beat,fraction" (optional if time is provided) where fraction is milliseconds (e.g., "1:1,500" = measure 1, beat 1, half beat) time: Position in seconds (optional if position is provided)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | ||
| position | No | ||
| numerator | Yes | ||
| denominator | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |