How to create vst development JavaScript effectively?

Asked By 10 points N/A Posted on -
qa-featured

Greetings Techyv members,

Please tell me how to create VST development JavaScript effectively. What are the particular steps need to be taken? What code do I need to write? I need a step by step process for this. If you could provide an overview about this, the better. I'll be looking forward for your answers. 

SHARE
Best Answer by Davidson Mudge
Answered By 0 points N/A #183979

How to create vst development JavaScript effectively?

qa-featured

Hello Ian,

There are multiple ways of VST development with Java. You can either –

->Write your own code ( find one such sample in a text file attached to this comment),  or,

->Download and install wrapper APIs to develop VST plug-ins. “jVStwRapper” is one such reliable and easy   to use wrapper for VST development. Follow these simple steps to use it –

  • Make sure Java is installed on your computer.
  • Download latest release of jVSTwRapper and extract it to plug-in folder.
  • You are ready to go.
Best Answer
Best Answer
Answered By 0 points N/A #183980

How to create vst development JavaScript effectively?

qa-featured

Hi Ian,

You can also look into this step and integrate it to your  JAVA applet.

You must need to first create a free Steinberg Developer account, after that you can download Steinberg’s VST SDK.

You have to download Microsoft Visual C++, however if you have a working installation of Visual Basic C++ you can skip this.

However if you have an older version, you must remove all the copies in the computer and then install the new one.

Click this link for a more detailed tutorial.

Related Questions