-
Notifications
You must be signed in to change notification settings - Fork 46
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
Ease of use for DAW MIDI tracks #26
Comments
I haven't worked on this project in a while, but I've been thinking about it a lot recently! Thanks for the suggestion. I assigned it to me, but if there is anyone else out there in the wide wide open source world who feels like doing this, please feel free to pick it up |
I've tried writing a script to merge the separated instrument section midi's into a single midi file, but I'm hitting a wall on getting the note timing of the secondary sections correct. MIDI timing, as I understand it, is based on a duration of ticks from the previous note. Each new section contains a 0-velocity, 1-tick note event at the start and then silence so the notes are aligned properly, but I just can't get the fiddling right to simply append the additional sections at their correct timing. Here's my code at the moment if anyone feels like taking a stab at it:
|
Moving the midi files into a DAW and assigning instruments for a track is a timely endeavor with a few solutions. Here's one I've come up with, that I'd love to see implemented to speed up the process.
(This will allow for easy moving by sorting by name.)
Another thought is to find a way to assign a name to the track. When imported into the DAW each midi file is named "Track 0" regardless of placement.
The text was updated successfully, but these errors were encountered: