0.1.77 • Published 3 years ago

fretting v0.1.77

Weekly downloads
36
License
-
Repository
-
Last release
3 years ago

About

An experimental library that facilitates the manipulation of the web audio api inspired by React's Virtual DOM.

Proceed with caution as this project is still under development!!

🚴 Usage

npm i fretting
import { Graph } from 'fretting'

const vg = new Graph();

vg.update(
  [
		{
			"type": "OscillatorNode",
			"properties": [
				{
					"type": "AudioParam",
					"label": "frequency",
					"value": 440 
				}
			],
			"connections": [
				{
					"type": "GainNode",
					"properties": [
						{
							"type": "AudioParam",
							"label": "gain",
							"value": 0.5 
						}
					],
					"connections": [
						{
							"type": "AudioDestinationNode",
							properties": [],
							"connections": []
						}
					]
				}
			]
		}
  ]
)
0.1.74

3 years ago

0.1.75

3 years ago

0.1.76

3 years ago

0.1.77

3 years ago

0.1.73

3 years ago

0.1.71

3 years ago

0.1.72

3 years ago

0.1.69

3 years ago

0.1.70

3 years ago

0.1.67

3 years ago

0.1.68

3 years ago

0.1.66

3 years ago

0.1.65

3 years ago

0.1.62

4 years ago

0.1.61

4 years ago

0.1.6

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago