graph TD
A[Instrumental MP3 URL 1] --> B{#195 - Extract Beatpoints & Tempo of MP3}
B --> C[Tempo and beat position information for MP3 1]
D[Instrumental MP3 URL 2] --> E{#195 - Extract Beatpoints & Tempo of MP3}
E --> F[Tempo and beat position information for MP3 2]
G[Instrumental MP3 URL 3] --> H{#195 - Extract Beatpoints & Tempo of MP3}
H --> I[Tempo and beat position information for MP3 3]
C --> J[Combine outputs into JSON file]
F --> J
I --> J
J --> K[Final output: JSON file with tempo and beat position information for all three MP3 files]