musescore / musescore/MuseScore
Ability to transpose MIDI signal up or down
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
There would be a way to transpose the MIDI signal from a part up or down without altering the notation. For exemple, add a -1 transposition, play MIDI note 64, but the instrument receive the instruction to play the note 63.
Problem to be solved
This would allow for more control over midi playback, like when using a soundfont or VST at A415 you might want to transpose MIDI instead of pitch shifting.
I also allows you to fake other instruments using the "transpose then pitch shift back" method, used to fake instruments of weird transposition, and fake unison playing without messing up the notation part.
Prior art
This is a feature present in many DAWs, with very simple implementation.
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the MIDI playback path and existing notation transposition handling in MuseScore's C++ code. Define how a part-level MIDI-only offset should be represented without changing notation, then add coverage for notes transposed up and down and verify playback with soundfont or VST scenarios.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100