get_tracks_by_bpm_range
Filter and retrieve tracks from a rekordbox database based on a specified beats-per-minute range to match tempo requirements for DJ sets or music organization.
Instructions
Get tracks within a specific BPM range.
Args: bpm_min: Minimum BPM bpm_max: Maximum BPM
Returns: List of tracks within the BPM range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm_min | Yes | ||
| bpm_max | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |