This project is meant to help you me get learning to play a new song (I play bass BTW) as quickly and smoothly as possible.
It integrates with Reaper, my DAW of choice, and allows you to:
- Search for a song.
- Download it from YouTube (using yt-dlp).
- Create a new project based on a given template.
- Set the BPM of the project to match the song.
- Break it into stems (instruments) using Spotify's awesome
basic-pitch
project. - Import the stems into the project.
As an extra, it will also:
- Detect the notes played and save them as MIDI file. (WIP)
- Convert the MIDI file to a text file, representing the notes as ASCII tablature.
Why not? Seriously though, it saves me some time while learning to play a new song, which makes it much easier to just start playing. Of course, I'm not trying to rely on it, instead using it for songs that are difficult to transcribe by hearing (for example if the drums are too loud in the mix).
pip install -r requirements.txt
# To interactively search for a song
python main.py
# You can also supply a youtube video URL
python main.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ"