« Return to Thread: Getting Pianoteq to Run as a VST Plugin

Getting Pianoteq to Run as a VST Plugin

by Dr. David Horowitz :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
Dear List Members
 
I am trying to get Pianoteq to run as a VST pluggin.  I have attched test1.orc which I load into the CSound 5 GUI to run.
 
Two people have been able to run this as a pluggin without any problem.  However, I have tested this on my computer, the Pianoteq GUI comes up because of the vstedit opcode but when I click a key the key sticks and there is no sound.  The key remains depressed even when I click another key.
 
I have an Intel Celeron processor with 256 MB of RAM.  Pianoteq said there is enough RAM.
 
When I run the Pianoteq.exe demo, I get sound and it is fine.
 
I am also able to play CSound .csd files alone.
 
But when I plug the two together I have problems.
 
In addition I have written VST.csd and run that, but the Pianoteq GUI never fully comes up, I just get a white box.  The performance ends with 0 errors, but the GUI never finished coming up.
 
If anyone has any suggestions I would be grateful.

Many thanks
 
David and Lian


Ask a question on any topic and get answers from real people. Go to Yahoo! Answers.



sr = 22050
ksmps = 2205
nchnls = 2

gihandle1 vstinit "C:\\Program Files\\Pianoteq 3.0 Trial\\Pianoteq30 Trial.dll",1
vstinfo gihandle1
vstedit gihandle1
instr 1
ainleft                 init                    0.0
ainright                init                    0.0
aleft, aright           vstaudiog               gihandle1,ainleft,ainright
outs aleft,aright
endin



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Csound-devel mailing list
Csound-devel@...
https://lists.sourceforge.net/lists/listinfo/csound-devel

VST.csd (1K) Download Attachment

 « Return to Thread: Getting Pianoteq to Run as a VST Plugin