get/set method on Transport

This commit is contained in:
Yotam Mann 2015-02-23 22:14:22 -05:00
parent c5b2cdae3e
commit 12896a5630

View file

@ -88,6 +88,21 @@ function(Tone){
Tone.extend(Tone.Transport);
/**
* the defaults
* @type {Object}
* @const
* @static
*/
Tone.Transport.defaults = {
"bpm" : 120,
"swing" : 0,
"swingSubdivision" : "16n",
"timeSignature" : 4,
"loopStart" : 0,
"loopEnd" : "4m"
};
/**
* @private
* @type {number}