jvst library
in
Contributed Library Questions
•
3 years ago
I think I am pretty close to getting the examples to work but I am having some trouble converting the java demo to the processing programming language, so this is probily alpha to load a vst instrument.
import org.boris.jvst.struct.*;
import org.boris.jvst.constant.*;
import org.boris.jvst.*;
import org.boris.jvst.util.*;
import org.boris.jvst.constant.*;
import org.boris.jvst.*;
import org.boris.jvst.util.*;
//void setup()
//AEffect a = VST.load("C:\csound11_2f\bin\jvst\mda Delay.dll");
AEffect a = VST.load("mda Delay.dll");
//AEffect a = VST.load("C:\csound11_2f\bin\jvst\mda Delay.dll");
AEffect a = VST.load("mda Delay.dll");
it is telling me that the package oris.boris is not a processing library but I have seen in the other posts that it looks like something simular has worked in the past.
1