当前位置: 首页 > 工具软件 > Offline.JS > 使用案例 >

vue + tone.js_用Tone.js和Vue.js构建的鼓合成器/音序器

饶高雅
2023-12-01

vue + tone.js

循环器 (looperator)

Looperator is a super cool browser based drum machine / sequencer. It uses Tone.js for sequencing / synthesis / audio stuff and Vue for the front end.

Looperator是一款基于浏览器的超酷鼓机/音序器。 它使用Tone.js进行排序/合成/音频处理,并使用Vue进行前端处理。

项目设置 (Project setup)

npm install

编译和热重装以进行开发 (Compiles and hot-reloads for development)

npm run serve

编译并最小化生产 (Compiles and minifies for production)

npm run build

运行测试 (Run your tests)

npm run test

整理和修复文件 (Lints and fixes files)

npm run lint

翻译自: https://vuejsexamples.com/a-drum-synthesizer-sequencer-built-with-tone-js-and-vue-js/

vue + tone.js

 类似资料: