test("should handle envelope attack", () => {
            // there's no check if value is within range (covered by actionDef)
            synth.onChange(["envAttack", testCtrl]);
            expect(synth["attack"]).toEqual(0.23);
        });