An open API service indexing awesome lists of open source software.

https://github.com/sdangelo/audiowidgets.js

Minimal HTML5 Canvas/JavaScript library of GUI widgets for audio applications
https://github.com/sdangelo/audiowidgets.js

Last synced: about 2 months ago
JSON representation

Minimal HTML5 Canvas/JavaScript library of GUI widgets for audio applications

Awesome Lists containing this project

README

        

# audioWidgets.js
Minimal HTML5 Canvas/JavaScript library of GUI widgets for audio applications.

I am too lazy to explain hows and whys, just take a look at the example file
audioWidgets.html.

## TODO:

* https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio;
* exploit JS class inheritance in web components?
* better handle isOver in web components;
* add Web MIDI API events;
* use polyfills where needed?
* review API;
* offscreen rendering;
* better graphics;
* optimizations;
* documentation;
* better examples;
* translate to Web Components?
* accessibility;
* move scope/spectrum analyser here from canvasPlot.js?
* themeing?
* minified version.