-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Count in #11
Comments
Playing two (or more) midi files in sequence is already possible using the "Playlist" feature. You may also want to activate two Settings->Preferences:
The problem is that playlist introduces a small gap between the songs. This time gap should be configurable with another preferences/settings, but this would be a different ticket. In my opinion, your best option is to edit your songs with a suitable editor, and insert your preferred "count in" before the actual song. Doing this automatically would be very complex, because...
|
Funny this question was asked, and that I stumbled across it. I am, as we speak, working on a Python script that will ingest a MIDI file and pre-pend a count-in to it. If I get it completed and it works pretty well I'll try to remember to come back and let you know. (If it does get completed it'll show up as one of my own github repos.) |
fwiw, I just complete my first wack at a python script that takes in a MIDI file and pre-pends a count-in to it. It probably has any number of bugs in it. And it is optimized for MIDI files created using the Musescore sheet music application. So may or may not be useful to you. |
Feature Request:
Proposal: Use a separate "count in" midi file so that I can generate a click track before the song midi file plays.
Use Case: I practice using this app as a drum machine that plays drum midi files for each song. I need a count in so that I can start playing at the right time along with the drum track.
The text was updated successfully, but these errors were encountered: