fuse the notes of one track to the rhytm of another
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
tldr; one track contains the notes and the other contains the rhytm and then they can be fused to create the final track
### Enhancement Summary
allows the user to basically play music without having to have memorized the notes
#### Justification
This is BY FAR one of the easiest ways to transcribe music and gives the user a hell of a good reason to use the software for music transcription or just to have the feature in general
#### Mockup
TRACK1: The notes stream
TRACT1-ALT: a text or midi file containing the notes of arbitrary rhytm
TRACK2: the rhythm itself. this is where the midi keyboard or PC based keyboard comes in to play allowing the user to just tap whatever rhythm they want without having to worry about the note that is being played.
UNIMPLEMENTED: the track combiner that takes the notes of the first channel and replaces the notes on the second channel with that of the first stream
Contributor guide
No contributing guide indexed for this repository
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
No files, tests, or entry points are named. Start by tracing how LMMS represents MIDI notes, rhythms, and tracks, then determine how the proposed note-stream and rhythm-stream inputs could be combined. Done means a user can provide separate note and rhythm tracks and produce the fused final track.
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
- 30/100