chord-progression

时间:2024-05-25 10:11:23
【文件属性】:

文件名称:chord-progression

文件大小:40KB

文件格式:ZIP

更新时间:2024-05-25 10:11:23

HTML

随机音乐元素生成器 描述 该项目生成随机的和弦进行,音调行和节奏矩阵 执照 GNU通用公共许可证 安装 不适用 用法 从首页中选择所需的发电机类型,您就可以开始使用! function generateProg() { document.querySelector("#chord-prog").innerText = "" for (i = 0; i < numOfChords.value; i++) { const prog = document.createElement("p") prog.innerText = pitchClass[Math.floor(Math.random() * pitchClass.length)] + chordType[Math.floor(Math.random()


【文件预览】:
chord-progression-master
----assets()
--------chord_prog.js(891B)
--------tone_row.js(887B)
--------chord.bmp(693KB)
--------style.css(2KB)
--------rhythm_matrix.js(662B)
--------R-favicon.png(6KB)
----Readme.md(1KB)
----index.html(767B)
----=old_html_and_js()
--------script.js(3KB)
--------old_index.html(2KB)
----rhythm_matrix.html(997B)
----tone_row.html(767B)
----chord_prog.html(1KB)

网友评论