Skip to content
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

Open
KeithSBB opened this issue Jun 24, 2023 · 3 comments
Open

Feature Request: Count in #11

KeithSBB opened this issue Jun 24, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@KeithSBB
Copy link

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.

@pedrolcl pedrolcl added the enhancement New feature or request label Jun 24, 2023
@pedrolcl
Copy link
Owner

Playing two (or more) midi files in sequence is already possible using the "Playlist" feature. You may also want to activate two Settings->Preferences:

  • Start Playback Automatically after Loading
  • Advance Automatically to the Next Playlist Item

image

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...

@JeffRocchio
Copy link

Proposal: Use a separate "count in" midi file so that I can generate a click track before the song midi file plays.

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.)

@JeffRocchio
Copy link

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.

See @ https://github.com/JeffRocchio/MIDI-Count-In

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants