musescore / musescore/MuseScore
Automation UI implementation
Open
@Eism is already working on this.
Since Sep 22, 2023.
P0
UI
UX/interaction
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Task description
This is the first implementation task to introduce Automation in MuseScore 4. Users should be able to:
- Toggle showing automation on the score via an 'Automation' button in the top bar
- Add, move, and delete points on the automation line
- Draw custom automation by clicking and dragging
- Bend line segments
- Select from Dynamics (or Velocity for VSTs/Soundfonts), Pan, Volume, plugin-specific parameters, and MIDI CCs to automate
- Choose which voice to automate
- ...and more, as detailed in Figma!
A later task will handle drawing the default Dynamics (for MuseSounds) and Velocity (VSTs, Soundfounts) curves based on the dynamics in the score.
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.
Assessment
This issue has not been assessed yet.