Instrument Time Offset
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
I was thinking about this for some time - could we allow making one of the tracks play 50ms before all the rest?
Sometimes, with pads that have long attack, you'd want to make them start their notes a bit before other instruments, so the note can develop enought when the beat hits.
I've just launched ReNoise on KXStudio - and it has this option on the mixer. You can delay/predelay each track +/- 100ms.
I guess that predelaying one track simply makes all other be delayed by an inverted value.
It could be named TIME OFFSET.
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
Start by locating the mixer track and playback-scheduling entry points, then compare how per-track timing is represented. Define how a TIME OFFSET range such as +/-100ms should affect one track relative to the others, including the proposed inverted delay behavior; done means the offset works consistently for tracks and is covered by relevant audio or mixer tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- audio-video-rtc, desktop
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100