0.1.21 • Published 4 years ago
crossaudio v0.1.21
crossaudio CLI
This is a little runtime to make building synthesizers in javascript (native, not on web) fun & easy.
install
- You can get a quick template-project with
npm init crossaudio - You can run it without installing with
npx crossaudio. - You can install it in your project with
npm i crossaudio. - You can install it globally with
npm i -g crossaudio.
use
Any params you use (other than help and version, which are reserved) will be turned into params to your synth. For example, this will hit your synth with cutoff when CC #74 comes in, and resonance on #71.
crossaudio file.js --cutoff=74 --resonance=71Instead of a number, you can use note, which will send midi note info.
crossaudio file.js --mynote=noteFor more information about how these synthesizers work, see crossaudio.
See Getting Started to quickly get up to speed.
0.1.21
4 years ago
0.1.18
4 years ago
0.1.9
4 years ago
0.1.1
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.0.10
4 years ago
0.0.11
4 years ago
0.0.12
4 years ago
0.0.13
4 years ago
0.0.14
4 years ago
0.1.0
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago