test("changes duration for NOTE actions", () => {
            const sendAction = sequencer.sendAction as jest.Mock;
            const delayedNoteAction = sendAction.mock.calls[2][0];

            expect(delayedNoteAction.payload.length - 2).toEqual(3);