Convert between seconds and ticks
compute_ticksConvert audio durations to FamiStudio ticks using NTSC or PAL frame rates, and verify pattern budget lengths.
Instructions
FamiStudio tempo arithmetic: with a uniform groove one tick equals one frame, so duration is ticks / frameRate (60.0988 NTSC, 50.007 PAL). Use it to turn a target duration into the tick count a spec needs, or to check how long a pattern budget lasts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pal | No | ||
| ticks | No | ||
| seconds | No | ||
| noteLength | No | ||
| patternLength | No |