test("has a metadata section (static)", () => {
        expect(Sampler.METADATA.type).toEqual("instrument");
        expect(Sampler.METADATA.name).toEqual("Intermix Sampler");
    });