User Story: Arranger Clip Editing #42
Replies: 1 comment
-
Ok, let's break this down (with a bit of llama.cpp help) into a Job Story. This can serve as guidance to derive implementation issues, feedback appreciated. First, analyze the a) situation, b) motivation, c) expected outcome. Here is the first part:
Second, we derive the list of functional requirements to implement this user story:
|
Beta Was this translation helpful? Give feedback.
-
Bob wants to create a piece of music with some clips that are used multiple times in an arrangement. By doing so, he can save some time by repeating patterns of multiple notes. Also, he can change the form of the song later on (by copying and moving clips), without having to use the piano roll at all.
The form Bob wants consists of a melody (Clip A), a second melody (Clip B) and a third piece for the end (Clip C). Each of these clips has two bars. He also wants to have a one bar drum pattern (Clip D), which start later on in the arrangement and is repeated all the time. In the end, the arrangement should look like this:
To achieve this, the following steps are necessary (after setting up the tracks with the instruments):
Nice to have:
Beta Was this translation helpful? Give feedback.
All reactions