0.1.21 • Published 2 years ago

crossaudio v0.1.21

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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=71

Instead of a number, you can use note, which will send midi note info.

crossaudio file.js --mynote=note

For more information about how these synthesizers work, see crossaudio.

See Getting Started to quickly get up to speed.

0.1.21

2 years ago

0.1.18

2 years ago

0.1.9

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago