1

I want to explore the available options for building a VSTi for instruments built on the Web Audio API.

Nikolay Tsenkov
  • 1,128
  • 10
  • 26

1 Answers1

1

Not really - you would need to build a custom Web Audio engine host, since a VSTi would need to be able to pipe the output of the Web Audio instrument out through the VSTi interface. No one has done this, to my knowledge.

cwilso
  • 13,610
  • 1
  • 30
  • 35
  • 1
    Thanks for dropping a line, Chris. Such a project would make Web Audio so much more popular. Do you think there is someone from the Chromium project I could ask for help on this? – Nikolay Tsenkov Sep 25 '15 at 13:50
  • I've tried editing your answer into something that I can mark as such - "No, there isn't such a project, yet" or something similar. My edit was not accepted... Anyways, I can't mark a comment for an answer, so would you please, edit it yourself. Thanks. – Nikolay Tsenkov Sep 25 '15 at 15:05