generate_rhythm_track
Create a customizable metronome or click track in Audacity to establish rhythm with control over tempo, time signature, swing, click type, and start offset.
Instructions
Generate a metronome/click rhythm track.
Args: tempo_bpm: Tempo, 30-300 beats/minute. Default: 120.0 beats_per_bar: Time signature numerator, 1-20. Default: 4 swing: Swing amount, -1 to 1. Default: 0.0 num_bars: Number of bars to generate, 0-1000. Set to 0 to use duration_seconds instead. Default: 16 duration_seconds: Duration to fill, used only when num_bars is 0. Default: 0.0 start_offset: Silence before the first beat, in seconds. Default: 0.0 click_type: One of: Metronome, Ping (short), Ping (long), Cowbell, ResonantNoise, NoiseClick, Drip (short), Drip (long). Default: "Metronome" strong_beat_pitch: MIDI pitch of the strong (first) beat, 18-116. Default: 84 weak_beat_pitch: MIDI pitch of weak beats, 18-116. Default: 80
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swing | No | ||
| num_bars | No | ||
| tempo_bpm | No | ||
| click_type | No | Metronome | |
| start_offset | No | ||
| beats_per_bar | No | ||
| weak_beat_pitch | No | ||
| duration_seconds | No | ||
| strong_beat_pitch | No |