Batch midi transposer (with unresolved issue) #522
ctrl-shift-ale
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Hi, Is this using the recently published version 1.3.0? I'd personally copy the messages to a new track rather than mutating them but I don't think this is the reason of the problem. I think it's mostly because you didn't initialize the target's MIDI file properties, especially the resolution: P.S.: I have edited your message to add syntax highlighting. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I have built a little app which allows to quickly transpose a batch of midi files to a range of transpositions.
The core algorithm is quite basic: the source midi file is copied as it is, and the note paramaters of the note_on and note_off messages are changed according to the transposition value.
For some reason though, the exported midi files play at a different tempo, and the overall duration of the track heppen to be either briefer or incredibly longer (like 20x the original or so).
I would be grateful if anyone could help me understanding what's the issue.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions