'use strict';

module.exports.definition = {

set: function (v) {
    this._setProperty('pitch-range', v);
},
get: function () {
    return this.getPropertyValue('pitch-range');
},
enumerable: true,
configurable: true

};