Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

crossaudio

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crossaudio

A native way to make synthesizers in javascript using an audio context

latest
Source
npmnpm
Version
0.1.21
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 16 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts