[PD] Problem running VST~ object

Dave Payling d.payling at staffs.ac.uk
Wed May 29 17:39:46 CEST 2002


Hi

Thanks for the instant solution. Just tried it and it seems to be working
fine.

Dave

----- Original Message -----
From: "IOhannes zmoelnig" <zmoelnig at iem.at>
To: "Dave Payling" <d.payling at staffs.ac.uk>
Cc: <pd-list at iem.kug.ac.at>
Sent: Wednesday, May 29, 2002 4:29 PM
Subject: Re: [PD] Problem running VST~ object


> hi !
>
> i have no idea about the VST~ object, but:::
>
> Dave Payling wrote:
> > Hi
> > Here is my .bat file...
> >
> >   pd -lib ../vst/Release/vst -noadc -midiindev 1 -midioutdev 1 set
> > VST_PATH=D:\Program Files\Steinberg\Vstplugins
> <...>
> > The 'no such file or directory' error only occurs when I include the set
> > VST_PATH command, but the path is definitely correct.
>
> well, this is easy;
> pd does not know anything about an argument "set". therefore it tries to
> interprete "set" as a filename to be loaded (which will fail, unless you
> have a file "set" in your path, that holds a pd-patch). the same goes
> for "VST_PATH=D:\Program Files\Steinberg\Vstplugins"
>
> the correct solution is (i guess) to tell you OS that the VST_PATH is ....
> you can do this with "set", but you have to tell your OS to do so, not pd.
>
> thus, your .bat file should read:
> <snip>
> set VST_PATH=D:\Program Files\Steinberg\Vstplugins
> pd -lib ../vst/Release/vst -noadc -midiindev 1 -midioutdev 1
> </snip>
>
> these are two separate lines !
>
> mfg.c.saser
> IOhannes
>
>
> > Any help please?
> >
> >
> > Thanks in advance
> >
> > Dave
> >
>
>
>
>
>




More information about the Pd-list mailing list