JSPM

voltage-source-node

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q39011F
  • License MIT

A web audio voltage source node

Package Exports

  • voltage-source-node

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (voltage-source-node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

voltage-source-node npm

js-standard-style license

A web audio voltage source node:

var Voltage = require('voltage-source-node')
var ac = new AudioContext()
var voltage = Voltage(ac)
voltage.start()

Used to create control voltage (CV) signals. See audio-contour for an example.