文件名称:code-music-studio:用算法创作音乐
文件大小:73KB
文件格式:ZIP
更新时间:2024-05-03 14:49:29
JavaScript
代码音乐工作室 设计音乐算法 用法 code-music-studio Run the code-music-studio http server. -p PORT Listen on this port. -d DATADIR Use this directory to store songs. -i Read lines of json from stdin to set state variables. --state.VAR Set initial variables individually. 安装 使用可以: npm install -g code-music-studio 跑步 只需输入: code-music-studio PORT 在PORT上启动服务器。 歌曲 歌曲看起来像: return function
【文件预览】:
code-music-studio-master
----.gitignore(51B)
----songs()
--------clown.js(1KB)
--------chirp.js(535B)
--------callaback.js(2KB)
--------siren.js(151B)
--------x.js(473B)
----bin()
--------cmd.js(6KB)
--------usage.txt(268B)
----static()
--------index.html(3KB)
----render()
--------recent.js(837B)
--------history.html(74B)
--------history.js(460B)
--------recent.html(75B)
----LICENSE(1KB)
----package.json(2KB)
----readme.markdown(2KB)
----images()
--------screenshot.png(61KB)
----doc()
--------index.markdown(7KB)
----.npmignore(21B)
----lib()
--------recent.js(984B)
--------history.js(261B)
--------song.js(743B)
----browser()
--------fft.js(178B)
--------main.js(3KB)