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 
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.