Csound Csound-dev Csound-tekno Search About

[Csnd] vst's in Csound...

Date2020-03-02 18:37
Fromwalker
Subject[Csnd] vst's in Csound...
hi all,

new to csound, but after a few hours of digging i decided to reach out here. 
ultimately, i would like to use existing VST effects plug-ins within csound,
but i can't tell if there is something i am doing incorrectly, or if it is
no longer supported... i will post a code snippet and the error below.

any knowledge/solution greatly appreciated, thanks!

-walker



CODE:






sr     = 44100
ksmps  = 441
nchnls = 2
gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"









ERROR:
error: syntax error, unexpected T_IDENT  (token "vstinit") from file
vst_test.csd (1)
 line 17:
>>>gplug vstinit <<<
Unexpected untyped word gplug when expecting a variable
Parsing failed due to invalid input!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2020-03-02 19:31
FromMichael Gogins
SubjectRe: [Csnd] vst's in Csound...
What is your operating system?

What is your version of Csound?

I may be able to help if I know the answers.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Mar 2, 2020 at 7:47 PM walker <walkerdavismusic@gmail.com> wrote:
hi all,

new to csound, but after a few hours of digging i decided to reach out here.
ultimately, i would like to use existing VST effects plug-ins within csound,
but i can't tell if there is something i am doing incorrectly, or if it is
no longer supported... i will post a code snippet and the error below.

any knowledge/solution greatly appreciated, thanks!

-walker



CODE:
<CsoundSynthesizer>

<CsOptions>
</CsOptions>

<CsInstruments>
sr     = 44100
ksmps  = 441
nchnls = 2
gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"
</CsInstruments>

<CsScore>
</CsScore>

</CsoundSynthesizer>



ERROR:
error: syntax error, unexpected T_IDENT  (token "vstinit") from file
vst_test.csd (1)
 line 17:
>>>gplug vstinit <<<
Unexpected untyped word gplug when expecting a variable
Parsing failed due to invalid input!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-03-02 20:19
Fromwalker davis
SubjectRe: [Csnd] vst's in Csound...
Thanks for the fast reply Mike,

Mac - Catalina - 10.15.3
Csound 6.14

Thanks!

--------------------------------
Walker Davis
MA in Music, Science, & Technology
CCRMA, Stanford University


On Mon, Mar 2, 2020 at 11:31 AM Michael Gogins <michael.gogins@gmail.com> wrote:
What is your operating system?

What is your version of Csound?

I may be able to help if I know the answers.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Mar 2, 2020 at 7:47 PM walker <walkerdavismusic@gmail.com> wrote:
hi all,

new to csound, but after a few hours of digging i decided to reach out here.
ultimately, i would like to use existing VST effects plug-ins within csound,
but i can't tell if there is something i am doing incorrectly, or if it is
no longer supported... i will post a code snippet and the error below.

any knowledge/solution greatly appreciated, thanks!

-walker



CODE:
<CsoundSynthesizer>

<CsOptions>
</CsOptions>

<CsInstruments>
sr     = 44100
ksmps  = 441
nchnls = 2
gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"
</CsInstruments>

<CsScore>
</CsScore>

</CsoundSynthesizer>



ERROR:
error: syntax error, unexpected T_IDENT  (token "vstinit") from file
vst_test.csd (1)
 line 17:
>>>gplug vstinit <<<
Unexpected untyped word gplug when expecting a variable
Parsing failed due to invalid input!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-03-02 21:01
FromArthur Hunkins <000001e1d761dea2-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] vst's in Csound...
I rather imagine that, as a variable, your "gplug" should be "giplug" or a number.

On Mon, Mar 2, 2020 at 3:19 PM walker davis <walkerdavismusic@gmail.com> wrote:
Thanks for the fast reply Mike,

Mac - Catalina - 10.15.3
Csound 6.14

Thanks!

--------------------------------
Walker Davis
MA in Music, Science, & Technology
CCRMA, Stanford University


On Mon, Mar 2, 2020 at 11:31 AM Michael Gogins <michael.gogins@gmail.com> wrote:
What is your operating system?

What is your version of Csound?

I may be able to help if I know the answers.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Mar 2, 2020 at 7:47 PM walker <walkerdavismusic@gmail.com> wrote:
hi all,

new to csound, but after a few hours of digging i decided to reach out here.
ultimately, i would like to use existing VST effects plug-ins within csound,
but i can't tell if there is something i am doing incorrectly, or if it is
no longer supported... i will post a code snippet and the error below.

any knowledge/solution greatly appreciated, thanks!

-walker



CODE:
<CsoundSynthesizer>

<CsOptions>
</CsOptions>

<CsInstruments>
sr     = 44100
ksmps  = 441
nchnls = 2
gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"
</CsInstruments>

<CsScore>
</CsScore>

</CsoundSynthesizer>



ERROR:
error: syntax error, unexpected T_IDENT  (token "vstinit") from file
vst_test.csd (1)
 line 17:
>>>gplug vstinit <<<
Unexpected untyped word gplug when expecting a variable
Parsing failed due to invalid input!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-03-02 21:24
FromMichael Gogins
SubjectRe: [Csnd] vst's in Csound...
I am one of the developers of vst4cs. To the best of my knowledge it was never ported to the Mac. I currently maintain it only for Linux.

Regards, 
Mike

On Mon, Mar 2, 2020, 21:19 walker davis <walkerdavismusic@gmail.com> wrote:
Thanks for the fast reply Mike,

Mac - Catalina - 10.15.3
Csound 6.14

Thanks!

--------------------------------
Walker Davis
MA in Music, Science, & Technology
CCRMA, Stanford University


On Mon, Mar 2, 2020 at 11:31 AM Michael Gogins <michael.gogins@gmail.com> wrote:
What is your operating system?

What is your version of Csound?

I may be able to help if I know the answers.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Mar 2, 2020 at 7:47 PM walker <walkerdavismusic@gmail.com> wrote:
hi all,

new to csound, but after a few hours of digging i decided to reach out here.
ultimately, i would like to use existing VST effects plug-ins within csound,
but i can't tell if there is something i am doing incorrectly, or if it is
no longer supported... i will post a code snippet and the error below.

any knowledge/solution greatly appreciated, thanks!

-walker



CODE:
<CsoundSynthesizer>

<CsOptions>
</CsOptions>

<CsInstruments>
sr     = 44100
ksmps  = 441
nchnls = 2
gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"
</CsInstruments>

<CsScore>
</CsScore>

</CsoundSynthesizer>



ERROR:
error: syntax error, unexpected T_IDENT  (token "vstinit") from file
vst_test.csd (1)
 line 17:
>>>gplug vstinit <<<
Unexpected untyped word gplug when expecting a variable
Parsing failed due to invalid input!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-03-02 21:44
FromRory Walsh
SubjectRe: [Csnd] vst's in Csound...
Another way is to bring Csound into a DAW and then pipe audio from vsts into it. 

On Mon 2 Mar 2020, 21:24 Michael Gogins, <michael.gogins@gmail.com> wrote:
I am one of the developers of vst4cs. To the best of my knowledge it was never ported to the Mac. I currently maintain it only for Linux.

Regards, 
Mike

On Mon, Mar 2, 2020, 21:19 walker davis <walkerdavismusic@gmail.com> wrote:
Thanks for the fast reply Mike,

Mac - Catalina - 10.15.3
Csound 6.14

Thanks!

--------------------------------
Walker Davis
MA in Music, Science, & Technology
CCRMA, Stanford University


On Mon, Mar 2, 2020 at 11:31 AM Michael Gogins <michael.gogins@gmail.com> wrote:
What is your operating system?

What is your version of Csound?

I may be able to help if I know the answers.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Mar 2, 2020 at 7:47 PM walker <walkerdavismusic@gmail.com> wrote:
hi all,

new to csound, but after a few hours of digging i decided to reach out here.
ultimately, i would like to use existing VST effects plug-ins within csound,
but i can't tell if there is something i am doing incorrectly, or if it is
no longer supported... i will post a code snippet and the error below.

any knowledge/solution greatly appreciated, thanks!

-walker



CODE:
<CsoundSynthesizer>

<CsOptions>
</CsOptions>

<CsInstruments>
sr     = 44100
ksmps  = 441
nchnls = 2
gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"
</CsInstruments>

<CsScore>
</CsScore>

</CsoundSynthesizer>



ERROR:
error: syntax error, unexpected T_IDENT  (token "vstinit") from file
vst_test.csd (1)
 line 17:
>>>gplug vstinit <<<
Unexpected untyped word gplug when expecting a variable
Parsing failed due to invalid input!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-03-02 22:21
Fromwalker davis
SubjectRe: [Csnd] vst's in Csound...
Art - I tried adding 'i', 'k', and, 'a' in between the g and plug, same error.

Mike - I imagine porting to Mac is not on the feature roadmap anytime soon...

Rory - Looking to operate within Csound only for this particular task.

Everyone - Thanks so much for the quick responses!

--------------------------------
Walker Davis
MA in Music, Science, & Technology
CCRMA, Stanford University


On Mon, Mar 2, 2020 at 1:44 PM Rory Walsh <rorywalsh@ear.ie> wrote:
Another way is to bring Csound into a DAW and then pipe audio from vsts into it. 

On Mon 2 Mar 2020, 21:24 Michael Gogins, <michael.gogins@gmail.com> wrote:
I am one of the developers of vst4cs. To the best of my knowledge it was never ported to the Mac. I currently maintain it only for Linux.

Regards, 
Mike

On Mon, Mar 2, 2020, 21:19 walker davis <walkerdavismusic@gmail.com> wrote:
Thanks for the fast reply Mike,

Mac - Catalina - 10.15.3
Csound 6.14

Thanks!

--------------------------------
Walker Davis
MA in Music, Science, & Technology
CCRMA, Stanford University


On Mon, Mar 2, 2020 at 11:31 AM Michael Gogins <michael.gogins@gmail.com> wrote:
What is your operating system?

What is your version of Csound?

I may be able to help if I know the answers.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Mar 2, 2020 at 7:47 PM walker <walkerdavismusic@gmail.com> wrote:
hi all,

new to csound, but after a few hours of digging i decided to reach out here.
ultimately, i would like to use existing VST effects plug-ins within csound,
but i can't tell if there is something i am doing incorrectly, or if it is
no longer supported... i will post a code snippet and the error below.

any knowledge/solution greatly appreciated, thanks!

-walker



CODE:
<CsoundSynthesizer>

<CsOptions>
</CsOptions>

<CsInstruments>
sr     = 44100
ksmps  = 441
nchnls = 2
gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"
</CsInstruments>

<CsScore>
</CsScore>

</CsoundSynthesizer>



ERROR:
error: syntax error, unexpected T_IDENT  (token "vstinit") from file
vst_test.csd (1)
 line 17:
>>>gplug vstinit <<<
Unexpected untyped word gplug when expecting a variable
Parsing failed due to invalid input!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-03-02 22:53
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] vst's in Csound...
It would be great if this were ported to the MAC OS.
- I can imagine that many of my students would be very interested in using their VSTs within their CSDs.
- I know that I would!

-dB
_____________________________________________
Dr. Richard Boulanger
Professor of Electronic Production and Design
Professional Writing and Music Technology Division
Berklee College of Music
______________________________________________
OFFICE: 1126 Boylston St., Suite 201 (EPD), Suite 208 (Boulanger)
______________________________________________


On Mon, Mar 2, 2020 at 5:22 PM walker davis <walkerdavismusic@gmail.com> wrote:
Art - I tried adding 'i', 'k', and, 'a' in between the g and plug, same error.

Mike - I imagine porting to Mac is not on the feature roadmap anytime soon...

Rory - Looking to operate within Csound only for this particular task.

Everyone - Thanks so much for the quick responses!

--------------------------------
Walker Davis
MA in Music, Science, & Technology
CCRMA, Stanford University


On Mon, Mar 2, 2020 at 1:44 PM Rory Walsh <rorywalsh@ear.ie> wrote:
Another way is to bring Csound into a DAW and then pipe audio from vsts into it. 

On Mon 2 Mar 2020, 21:24 Michael Gogins, <michael.gogins@gmail.com> wrote:
I am one of the developers of vst4cs. To the best of my knowledge it was never ported to the Mac. I currently maintain it only for Linux.

Regards, 
Mike

On Mon, Mar 2, 2020, 21:19 walker davis <walkerdavismusic@gmail.com> wrote:
Thanks for the fast reply Mike,

Mac - Catalina - 10.15.3
Csound 6.14

Thanks!

--------------------------------
Walker Davis
MA in Music, Science, & Technology
CCRMA, Stanford University


On Mon, Mar 2, 2020 at 11:31 AM Michael Gogins <michael.gogins@gmail.com> wrote:
What is your operating system?

What is your version of Csound?

I may be able to help if I know the answers.

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Mon, Mar 2, 2020 at 7:47 PM walker <walkerdavismusic@gmail.com> wrote:
hi all,

new to csound, but after a few hours of digging i decided to reach out here.
ultimately, i would like to use existing VST effects plug-ins within csound,
but i can't tell if there is something i am doing incorrectly, or if it is
no longer supported... i will post a code snippet and the error below.

any knowledge/solution greatly appreciated, thanks!

-walker



CODE:
<CsoundSynthesizer>

<CsOptions>
</CsOptions>

<CsInstruments>
sr     = 44100
ksmps  = 441
nchnls = 2
gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"
</CsInstruments>

<CsScore>
</CsScore>

</CsoundSynthesizer>



ERROR:
error: syntax error, unexpected T_IDENT  (token "vstinit") from file
vst_test.csd (1)
 line 17:
>>>gplug vstinit <<<
Unexpected untyped word gplug when expecting a variable
Parsing failed due to invalid input!

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2020-03-02 22:57
FromJohn ff
SubjectRe: [Csnd] vst's in Csound...
The message says you do not have vstinit which was removed from csound under legal pressure.

⁣Sent from TypeApp ​

On Mar 2, 2020, 22:22, at 22:22, walker davis  wrote:
>Art - I tried adding 'i', 'k', and, 'a' in between the g and plug, same
>error.
>
>Mike - I imagine porting to Mac is not on the feature roadmap anytime
>soon...
>
>Rory - Looking to operate within Csound only for this particular task.
>
>Everyone - Thanks so much for the quick responses!
>
>--------------------------------
>Walker Davis
>MA in Music, Science, & Technology
>CCRMA, Stanford University
>github.com/walkerdavis
>
>
>On Mon, Mar 2, 2020 at 1:44 PM Rory Walsh  wrote:
>
>> Another way is to bring Csound into a DAW and then pipe audio from
>vsts
>> into it.
>>
>> On Mon 2 Mar 2020, 21:24 Michael Gogins, 
>wrote:
>>
>>> I am one of the developers of vst4cs. To the best of my knowledge it
>was
>>> never ported to the Mac. I currently maintain it only for Linux.
>>>
>>> Regards,
>>> Mike
>>>
>>> On Mon, Mar 2, 2020, 21:19 walker davis 
>>> wrote:
>>>
>>>> Thanks for the fast reply Mike,
>>>>
>>>> Mac - Catalina - 10.15.3
>>>> Csound 6.14
>>>>
>>>> Thanks!
>>>>
>>>> --------------------------------
>>>> Walker Davis
>>>> MA in Music, Science, & Technology
>>>> CCRMA, Stanford University
>>>> github.com/walkerdavis
>>>>
>>>>
>>>> On Mon, Mar 2, 2020 at 11:31 AM Michael Gogins
>
>>>> wrote:
>>>>
>>>>> What is your operating system?
>>>>>
>>>>> What is your version of Csound?
>>>>>
>>>>> I may be able to help if I know the answers.
>>>>>
>>>>> Regards,
>>>>> Mike
>>>>>
>>>>> -----------------------------------------------------
>>>>> Michael Gogins
>>>>> Irreducible Productions
>>>>> http://michaelgogins.tumblr.com
>>>>> Michael dot Gogins at gmail dot com
>>>>>
>>>>>
>>>>> On Mon, Mar 2, 2020 at 7:47 PM walker 
>>>>> wrote:
>>>>>
>>>>>> hi all,
>>>>>>
>>>>>> new to csound, but after a few hours of digging i decided to
>reach out
>>>>>> here.
>>>>>> ultimately, i would like to use existing VST effects plug-ins
>within
>>>>>> csound,
>>>>>> but i can't tell if there is something i am doing incorrectly, or
>if
>>>>>> it is
>>>>>> no longer supported... i will post a code snippet and the error
>below.
>>>>>>
>>>>>> any knowledge/solution greatly appreciated, thanks!
>>>>>>
>>>>>> -walker
>>>>>>
>>>>>>
>>>>>>
>>>>>> CODE:
>>>>>> 
>>>>>>
>>>>>> 
>>>>>> 
>>>>>>
>>>>>> 
>>>>>> sr     = 44100
>>>>>> ksmps  = 441
>>>>>> nchnls = 2
>>>>>> gplug vstinit "/Library/Audio/Plug-Ins/VST/GSnap.vst"
>>>>>> 
>>>>>>
>>>>>> 
>>>>>> 
>>>>>>
>>>>>> 
>>>>>>
>>>>>>
>>>>>>
>>>>>> ERROR:
>>>>>> error: syntax error, unexpected T_IDENT  (token "vstinit") from
>file
>>>>>> vst_test.csd (1)
>>>>>>  line 17:
>>>>>> >>>gplug vstinit <<<
>>>>>> Unexpected untyped word gplug when expecting a variable
>>>>>> Parsing failed due to invalid input!
>>>>>>
>>>>>> Csound mailing list
>>>>>> Csound@listserv.heanet.ie
>>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>>>> Send bugs reports to
>>>>>>         https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>>
>>>>> Csound mailing list Csound@listserv.heanet.ie
>>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>>> features can be posted here
>>>>
>>>> Csound mailing list Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
>to
>>>> https://github.com/csound/csound/issues Discussions of bugs and
>>>> features can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>>> can be posted here
>>
>> Csound mailing list Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>> https://github.com/csound/csound/issues Discussions of bugs and
>features
>> can be posted here
>
>Csound mailing list
>Csound@listserv.heanet.ie
>https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>Send bugs reports to
>        https://github.com/csound/csound/issues
>Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here