文件名称:teoria-simplify-note:简化(如果可能)注释。 Fb -> E
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-16 23:46:13
JavaScript
teoria-simplify-note 该模块将一个音符“简化”为一个带有较少临时音的同音音符。 例如: var teoria = require ( 'teoria' ) ; var simplify = require ( 'teoria-simplify-note' ) ; console . log ( simplify ( teoria . note ( 'Fb' ) ) ) ; // -> TeoriaNote('E'); console . log ( simplify ( teoria . note ( 'B#' ) ) ) ; // -> TeoriaNote('C'); console . log ( simplify ( teoria . note ( 'Abb' ) ) ) // -> TeoriaNote('G'); 方法 var simplify =
【文件预览】:
teoria-simplify-note-master
----README.md(631B)
----LICENSE(1KB)
----package.json(391B)
----index.js(378B)
----test.js(448B)