piu:InferRecognize 从音符集合中识别和弦

时间:2024-07-24 18:57:38
【文件属性】:

文件名称:piu:InferRecognize 从音符集合中识别和弦

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-24 18:57:38

JavaScript

più 副词 \ˈpyü, pē-ˈü\ 让我们从音符集中推断一些和弦名称,好吗? 使用 npm 安装: $ npm install piu 您很可能会将此库与(因为除piu.name()所有方法都依赖于teoria对象),所以让我们也安装它: $ npm install teoria 现在,您已准备好推断三和弦、和弦扩展和名称! // Infer the chords (strictly) constituted by the notes D, F, A, C piu . infer ( [ 'd' , 'f' , 'a' , 'c' ] . map ( teoria . note ) ) . map ( piu . name ) ; // -> ['Dm7', 'F6'] // Infer the chords (enharmonically) constit


【文件预览】:
piu-master
----index.js(182B)
----package.json(642B)
----test()
--------names.js(2KB)
----LICENSE(1KB)
----.gitignore(14B)
----lib()
--------combinatorics.js(1KB)
--------name.js(1KB)
--------triads.js(2KB)
--------infer.js(2KB)
----README.md(3KB)

网友评论