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

wrong MIDI playback after transposition change #549

Closed
jacekiwaszko1 opened this issue Jan 29, 2021 · 1 comment
Closed

wrong MIDI playback after transposition change #549

jacekiwaszko1 opened this issue Jan 29, 2021 · 1 comment

Comments

@jacekiwaszko1
Copy link
Collaborator

When you change the transposition during one piece, it displays nicely, but MIDI playback is not good:

**kern	**kern
*I"without transposition	*I"with transposition
=	=
!	!LO:TX:t=in C
1cc	1cc
=||	=||
*	*ITrd1c2
!	!LO:TX:t=in B
1cc	1cc
=||	=||
*	*ITrd2c3
!	!LO:TX:t=in A
1cc	1cc
=||	=||
*	*ITrd-2c-3
!	!LO:TX:t=in Eb
1cc	1cc
==	==
*-	*-

transposition-visual

I would expect those two parts to sound unisono, but they're not - part with transposition plays, as if it was encoded as

**kern
=
1cc
=||
1dd
=||
1ee-
=||
1a
==
*-

transposition-sounding

Is there a way of fixing MIDI playback?

(originally posted in closed #280)

@craigsapp
Copy link
Member

Reposted as issue #549 to bring it to the top of the list of issues.

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

No branches or pull requests

2 participants