Skip to content

Allow dynamic change of transposition pitches. #1309

Merged
Danielku15 merged 4 commits into
developfrom
feature/dynamic-transposition
Dec 9, 2023
Merged

Allow dynamic change of transposition pitches. #1309
Danielku15 merged 4 commits into
developfrom
feature/dynamic-transposition

Conversation

@Danielku15
Copy link
Copy Markdown
Member

Issues

Fixes #896

Proposed changes

Instead of applying the transposition pitches directly to the midi, we generate now the midi without transposal and pass the transposition pitches separately to the synth.

A new synth API allows then modifying the pitches on-the fly and we use this API in applySettings.

Checklist

  • I consent that this change becomes part of alphaTab under it's current or any future open source license
  • Changes are implemented
  • Existing builds tests pass
  • New tests were added

Further details

  • This is a breaking change
  • This change will require update of the documentation/website

@Danielku15 Danielku15 self-assigned this Dec 9, 2023
@Danielku15 Danielku15 merged commit d573b34 into develop Dec 9, 2023
@Danielku15 Danielku15 deleted the feature/dynamic-transposition branch December 9, 2023 16:17
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

Successfully merging this pull request may close these issues.

transpositionPitches doesn't work on the fly (dynamically)

1 participant