Csound Csound-dev Csound-tekno Search About

[Csnd] VST prob

Date2012-04-08 22:08
FromTobiah
Subject[Csnd] VST prob
Just now trying out the VST stuff.  I took
the example from the vstinit doc page.  It
barfs on the first line while parsing, so I
thought I'd just show the first bit of the orc:

sr     = 44100
ksmps  = 20
nchnls = 2

gi_piano        vstinit "C:\\Program Files\\(x86)\\Native 
Instruments\\Akousik Piano\\VSTPlugins\\AkoustikPianoVST.dll", 1


Sorry about the wrapping.  I notices in the docs, it
says to remember to use '/' instead.  I tried that, but
still get the same error:

error: syntax error, unexpected T_IDENT, expecting T_OPCODE or ',' 
(token "vstinit") line 5:
 >>>gi_piano     vstinit <<<
Parsing failed due to invalid input!
Stopping on parser failure

Thanks for any help,

Tobiah


Date2012-04-08 22:15
FromVictor Lazzarini
SubjectRe: [Csnd] VST prob
It looks like the vstinit opcode is not present. Check with csound -z

Victor
On 8 Apr 2012, at 22:08, Tobiah wrote:

> Just now trying out the VST stuff.  I took
> the example from the vstinit doc page.  It
> barfs on the first line while parsing, so I
> thought I'd just show the first bit of the orc:
> 
> sr     = 44100
> ksmps  = 20
> nchnls = 2
> 
> gi_piano        vstinit "C:\\Program Files\\(x86)\\Native Instruments\\Akousik Piano\\VSTPlugins\\AkoustikPianoVST.dll", 1
> 
> 
> Sorry about the wrapping.  I notices in the docs, it
> says to remember to use '/' instead.  I tried that, but
> still get the same error:
> 
> error: syntax error, unexpected T_IDENT, expecting T_OPCODE or ',' (token "vstinit") line 5:
> >>>gi_piano     vstinit <<<
> Parsing failed due to invalid input!
> Stopping on parser failure
> 
> Thanks for any help,
> 
> Tobiah
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2012-04-08 23:41
FromShawn Richard
SubjectRe: [Csnd] VST prob

Hi have problems with just making a vst loader in blue if any one knows how?

On Apr 8, 2012 5:13 PM, "Victor Lazzarini" <Victor.Lazzarini@nuim.ie> wrote:
It looks like the vstinit opcode is not present. Check with csound -z

Victor
On 8 Apr 2012, at 22:08, Tobiah wrote:

> Just now trying out the VST stuff.  I took
> the example from the vstinit doc page.  It
> barfs on the first line while parsing, so I
> thought I'd just show the first bit of the orc:
>
> sr     = 44100
> ksmps  = 20
> nchnls = 2
>
> gi_piano        vstinit "C:\\Program Files\\(x86)\\Native Instruments\\Akousik Piano\\VSTPlugins\\AkoustikPianoVST.dll", 1
>
>
> Sorry about the wrapping.  I notices in the docs, it
> says to remember to use '/' instead.  I tried that, but
> still get the same error:
>
> error: syntax error, unexpected T_IDENT, expecting T_OPCODE or ',' (token "vstinit") line 5:
> >>>gi_piano     vstinit <<<
> Parsing failed due to invalid input!
> Stopping on parser failure
>
> Thanks for any help,
>
> Tobiah
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"