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 · 2 comments
Open

Feature Request: Count in #11

KeithSBB opened this issue Jun 24, 2023 · 2 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...

  • What percussion instrument(s) to choose for the count-in sounds? Perhaps metronome-click (GM #33), or metronome-bell (GM #34), but also sticks (GM #31) would be preferred by somebody, or a combination of several instruments . An user choice is needed here.
  • Tempo and time signature should match the beginning of the song, but...
  • How many beats to count in? The same as the song's bar length? What if the song begins with anacrusis?

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

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