文件名称:scribe:音乐演奏家。 接受JSON,输出SVG
文件大小:541KB
文件格式:ZIP
更新时间:2024-06-04 22:56:09
HTML
隶 抄写员可以轻松地在网络上编写音乐。 抄写员将一系列音符和和弦转换为以SVG呈现的音乐符号。 抄写员(svg,数据,选项) svg SVG节点或SVG节点的ID(字符串)。 数据 一组音符和和弦。 例如: [ [2, 0.5, 'note', 76], [2.5, 0.5, 'note', 77], [3, 0.5, 'note', 79], [3.5, 3.5, 'note', 74] ] 呈现为: 这是正确的。 您只需要给它做笔记。 抄写员会解释这些音符,并在适当的位置建立联系,并写下相应的注释。 音符数组包含四个值:类型字符串'note' ,节拍,音符编号和持续时间。 节拍是指开始以四分音符表示的时间。 音符编号是一个0至127的整数,与MIDI音符编号相对应。 持续时间是指持有票据的时间,以四分之一票据表示。 请注意,时间尚早
【文件预览】:
scribe-master
----css()
--------leadsheet.css(253B)
--------scribe.css(2KB)
--------bolt.typography.css(4KB)
--------bolt.normalise.css(5KB)
--------bolt.classes.css(27KB)
--------bolt.typography.15_24.css(2KB)
----_layouts()
--------site.html(1KB)
----dolphin-dance.html(349B)
----_includes()
--------transpose-button.html(981B)
--------link.html(452B)
--------footer.html(188B)
--------scripts.html(560B)
--------meta.html(272B)
----fonts()
--------jazztext()
--------chords()
----json()
--------goodbye-pork-pie-hat.json(3KB)
--------let-the-cat-out.json(474B)
--------dolphin-dance.json(4KB)
----index.html(53KB)
----js()
--------jquery.js(262KB)
--------bolt.js(3KB)
--------scribe.sequence.js(6KB)
--------scribe.notation.js(3KB)
--------scribe.event.js(1KB)
--------scribe.node.js(35KB)
--------scribe.mixin.events.js(2KB)
--------scribe.mixin.array.js(237B)
--------bolt.a.js(10KB)
--------scribe.js(35KB)
--------scribe.test.js(435B)
--------scribe.mixin.note.js(2KB)
--------bolt.input.js(6KB)
--------scribe.mixin.chord.js(3KB)
----example.png(10KB)
----let-the-cat-out.html(283B)
----goodbye-pork-pie-hat.html(329B)
----grid.html(26KB)
----logo.png(20KB)
----README.md(2KB)
----modules()
--------symbols.js(300B)
--------music.js(17KB)
--------mj-to-html.js(4KB)