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