put showTime as an option and add it to static pianoroll template on server
varpath=require('path');// Filters out non .js files. Prevents// accidental inclusion of possible hidden filesmodule.exports=function(name){return/(\.(js)$)/i.test(path.extname(name));};