Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danigb/voltage-source-node
An web audio voltage source node
https://github.com/danigb/voltage-source-node
Last synced: 13 days ago
JSON representation
An web audio voltage source node
- Host: GitHub
- URL: https://github.com/danigb/voltage-source-node
- Owner: danigb
- Created: 2016-06-18T10:20:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-18T10:31:34.000Z (over 8 years ago)
- Last Synced: 2024-10-13T15:13:56.625Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voltage-source-node [![npm](https://img.shields.io/npm/v/voltage-source-node.svg?style=flat-square)](https://www.npmjs.com/package/voltage-source-node)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) [![license](https://img.shields.io/npm/l/voltage-source-node.svg?style=flat-square)](https://www.npmjs.com/package/voltage-source-node)
A web audio voltage source node:
```js
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](https://github.com/danigb/audio-contour) for an example.