Closed artiphishle closed 1 year ago
Draw the sequence correctly into the Arranger to make sure it works. Also find a way to provide the time (in Notation, e.g. 4n) and update the interfaces. It's important to verify this task using unit tests.
4n
Acceptance Criteria
["C3", "C3", "C3", "C3"]
["C3", "E3", ["D4", "E4"], "C2"]
["C3", "C3", "C3", "C3", "D3", "D3", "D3", "E3"]
["C3", "E3", ["C4", D4", "E4"], "C2"]
events: { notes: Note[] time?: Tone.Time // "4n" } }
Draw the sequence correctly into the Arranger to make sure it works. Also find a way to provide the time (in Notation, e.g.
4n
) and update the interfaces. It's important to verify this task using unit tests.Acceptance Criteria
["C3", "C3", "C3", "C3"]
["C3", "E3", ["D4", "E4"], "C2"]
["C3", "C3", "C3", "C3", "D3", "D3", "D3", "E3"]
["C3", "E3", ["C4", D4", "E4"], "C2"]