dzannotti / junox

An emulator of a Roland Juno 60
https://dzannotti.github.io/junox/
GNU General Public License v3.0
23 stars 6 forks source link

Replace VIZ - pixi.js #8

Closed dzannotti closed 5 years ago

dzannotti commented 5 years ago

The current visualizer uses pixi.js which is 1.1MB alone - it's also super non react-y in the way it works.

https://github.com/mdn/voice-change-o-matic/blob/gh-pages/scripts/app.js#L123-L167 and https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API

seem to have good ideas on how to implement the same, but with just pure context

dzannotti commented 5 years ago

closed in #24