note-duration:解析音符持续时间

时间:2021-05-15 16:43:25
【文件属性】:
文件名称:note-duration:解析音符持续时间
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-15 16:43:25
JavaScript 音符持续时间 不推荐使用:使用(音调/持续时间) 解析音符持续时间。 它可以从名称转换为,反之亦然。 用法 安装节点模块: npm install --save node-duration并从您的文件中要求它: var duration = require ( 'note-duration' ) ; 您可以从名称转换为值: duration ( 'long' ) ; // => 4 duration ( 'double' ) ; // => 2 duration ( 'whole' ) ; // => 1 duration ( 'half' ) ; // => 1/2 duration ( 'quarter' ) ; // => 1/4 duration ( 'eighth' ) ;
【文件预览】:
note-duration-master
----.npmignore(18B)
----LICENSE(1KB)
----test()
--------duration.js(4KB)
----README.md(2KB)
----.gitignore(13B)
----index.js(1KB)
----package.json(607B)
----CHANGELOG(278B)

网友评论