ramirezd42 / vst-js

native node addon that allows for instantiation of natively installed VST3 audio plugins
226 stars 20 forks source link

Feature: Replace node-web-audio api in example #7

Closed ramirezd42 closed 7 years ago

ramirezd42 commented 7 years ago

The node-web-audio-api library is causing some problems in the example script (see: https://github.com/ramirezd42/vst-js/issues/3)

I should look for a more reliable replacement and replace it with that.

vectrixdevelops commented 7 years ago

I'd have a look at some of the audiojs ecosystem modules. Specifically: https://github.com/audiojs/web-audio-api

ramirezd42 commented 7 years ago

Thanks! I'll definitely give it a whirl

ramirezd42 commented 7 years ago

I swapped in audiojs' web-audio-api implementation in the example and the problems in #3 were not improved much if at all. I'm guessing that wasn't actually the problem in the first place, so I'm closing this and re-opening that issue so it's still visible.