Csound Csound-dev Csound-tekno Search About

[Csnd] Csound VST download updated

Date2009-11-02 22:34
Frommichael.gogins@gmail.com
Subject[Csnd] Csound VST download updated
I have updated the Csound download page on my personal Web site at 
http://michael-gogins.com/?page_id=59 with a version of the Windows 
installer for Csound 5.11.1 that also includes CsoundVST and the vst4cs 
opcodes.

Regards,
Mike Gogins 



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-11-04 10:59
FromOeyvind Brandtsegg
Subject[Csnd] Re: Csound VST download updated
It seems python can not find csnd with this install.

Traceback (most recent call last):
  File "C:\Projects\barebones\main.py", line 13, in 
    import csnd
ImportError: No module named csnd

Is there something obvious I miss here?
There is a csnd.dll in C:\Programfiler\Csound\bin

best
Oeyvind

2009/11/2  :
> I have updated the Csound download page on my personal Web site at
> http://michael-gogins.com/?page_id=59 with a version of the Windows
> installer for Csound 5.11.1 that also includes CsoundVST and the vst4cs
> opcodes.
>
> Regards,
> Mike Gogins
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-11-04 11:44
FromOeyvind Brandtsegg
Subject[Csnd] Re: Csound VST download updated
I also tested with realtime midi input, and this version needs to use
mme midi drivers, portmidi will not close the device properly. Maybe
the .csoundrc could be updated with -+rtmidi=mme ?

best
Oeyvind

2009/11/4 Oeyvind Brandtsegg :
> It seems python can not find csnd with this install.
>
> Traceback (most recent call last):
>  File "C:\Projects\barebones\main.py", line 13, in 
>    import csnd
> ImportError: No module named csnd
>
> Is there something obvious I miss here?
> There is a csnd.dll in C:\Programfiler\Csound\bin
>
> best
> Oeyvind
>
> 2009/11/2  :
>> I have updated the Csound download page on my personal Web site at
>> http://michael-gogins.com/?page_id=59 with a version of the Windows
>> installer for Csound 5.11.1 that also includes CsoundVST and the vst4cs
>> opcodes.
>>
>> Regards,
>> Mike Gogins
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-11-04 12:03
FromOeyvind Brandtsegg
Subject[Csnd] Re: Csound VST download updated
Sorry, this wasa probably my own error,
I reinstalled and chose "Complete", instead of "Default" and the csnd
and csoundAC modules now works.

I did actually check that the python interfaces check boxes were
checked when doing the "Default" installation, so I expected them to
be installed. It would be good if the installer gui was updated to
reflect the contents of the "default" package.

best, and thanks for the effort in making the new installer
Oeyvind

2009/11/4 Oeyvind Brandtsegg :
> It seems python can not find csnd with this install.
>
> Traceback (most recent call last):
>  File "C:\Projects\barebones\main.py", line 13, in 
>    import csnd
> ImportError: No module named csnd
>
> Is there something obvious I miss here?
> There is a csnd.dll in C:\Programfiler\Csound\bin
>
> best
> Oeyvind
>
> 2009/11/2  :
>> I have updated the Csound download page on my personal Web site at
>> http://michael-gogins.com/?page_id=59 with a version of the Windows
>> installer for Csound 5.11.1 that also includes CsoundVST and the vst4cs
>> opcodes.
>>
>> Regards,
>> Mike Gogins
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-11-04 12:09
FromOeyvind Brandtsegg
Subject[Csnd] Re: Csound VST download updated
... but the vst4cs seems not to work (segfault when loading vst plugin it seems)

displays suppressed
0dBFS level = 32768.0
chnl 1 using instr 1
=============================================================
vst4cs version 0.2beta by Andres Cabrera and Michael Gogins
Using code from H. Seib's VstHost and T. Grill's vst~ object
VST is a trademark of Steinberg Media Technologies GmbH
VST Plug-In Technology by Steinberg
=============================================================
VSTPlugin::Instance.
Loaded plugin library 'C:\Programfiler\Steinberg\Cubase
4\VSTPlugins\Synth\Monologue.dll'.
Found 'main' function at 0x10001c17.
VSTPlugin::Master(AEffect 0x0, opcode 1 audioMasterVersion, index 0,
value 0, ptr 0x0, opt Csound tidy up: Segmentation
violation

Oeyvind



2009/11/4 Oeyvind Brandtsegg :
> Sorry, this wasa probably my own error,
> I reinstalled and chose "Complete", instead of "Default" and the csnd
> and csoundAC modules now works.
>
> I did actually check that the python interfaces check boxes were
> checked when doing the "Default" installation, so I expected them to
> be installed. It would be good if the installer gui was updated to
> reflect the contents of the "default" package.
>
> best, and thanks for the effort in making the new installer
> Oeyvind
>
> 2009/11/4 Oeyvind Brandtsegg :
>> It seems python can not find csnd with this install.
>>
>> Traceback (most recent call last):
>>  File "C:\Projects\barebones\main.py", line 13, in 
>>    import csnd
>> ImportError: No module named csnd
>>
>> Is there something obvious I miss here?
>> There is a csnd.dll in C:\Programfiler\Csound\bin
>>
>> best
>> Oeyvind
>>
>> 2009/11/2  :
>>> I have updated the Csound download page on my personal Web site at
>>> http://michael-gogins.com/?page_id=59 with a version of the Windows
>>> installer for Csound 5.11.1 that also includes CsoundVST and the vst4cs
>>> opcodes.
>>>
>>> Regards,
>>> Mike Gogins
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-11-04 12:38
FromMichael Gogins
Subject[Csnd] Re: Re: Csound VST download updated

I will check, thanks for the report.

Mkg

On Nov 4, 2009 7:10 AM, "Oeyvind Brandtsegg" <obrandts@gmail.com> wrote:

... but the vst4cs seems not to work (segfault when loading vst plugin it seems)

displays suppressed
0dBFS level = 32768.0
chnl 1 using instr 1
=============================================================
vst4cs version 0.2beta by Andres Cabrera and Michael Gogins
Using code from H. Seib's VstHost and T. Grill's vst~ object
VST is a trademark of Steinberg Media Technologies GmbH
VST Plug-In Technology by Steinberg
=============================================================
VSTPlugin::Instance.
Loaded plugin library 'C:\Programfiler\Steinberg\Cubase
4\VSTPlugins\Synth\Monologue.dll'.
Found 'main' function at 0x10001c17.
VSTPlugin::Master(AEffect 0x0, opcode 1 audioMasterVersion, index 0,
value 0, ptr 0x0, opt Csound tidy up: Segmentation
violation

Oeyvind 2009/11/4 Oeyvind Brandtsegg <obrandts@gmail.com>: > Sorry, this wasa probably my own er...


Date2009-11-04 14:44
FromJosh Henne
Subject[Csnd] RE: Re: Csound VST download updated
Hello all;
 
I'm new to this list... I was going to post a question about using VSTs because the same error is occuring when I try to run plugins.
 
Josh
 
> Date: Wed, 4 Nov 2009 13:09:35 +0100
> From: obrandts@gmail.com
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: Csound VST download updated
>
> ... but the vst4cs seems not to work (segfault when loading vst plugin it seems)
>
> displays suppressed
> 0dBFS level = 32768.0
> chnl 1 using instr 1
> =============================================================
> vst4cs version 0.2beta by Andres Cabrera and Michael Gogins
> Using code from H. Seib's VstHost and T. Grill's vst~ object
> VST is a trademark of Steinberg Media Technologies GmbH
> VST Plug-In Technology by Steinberg
> =============================================================
> VSTPlugin::Instance.
> Loaded plugin library 'C:\Programfiler\Steinberg\Cubase
> 4\VSTPlugins\Synth\Monologue.dll'.
> Found 'main' function at 0x10001c17.
> VSTPlugin::Master(AEffect 0x0, opcode 1 audioMasterVersion, index 0,
> value 0, ptr 0x0, opt Csound tidy up: Segmentation
> violation
>
> Oeyvind
>
>
>
> 2009/11/4 Oeyvind Brandtsegg <obrandts@gmail.com>:
> > Sorry, this wasa probably my own error,
> > I reinstalled and chose "Complete", instead of "Default" and the csnd
> > and csoundAC modules now works.
> >
> > I did actually check that the python interfaces check boxes were
> > checked when doing the "Default" installation, so I expected them to
> > be installed. It would be good if the installer gui was updated to
> > reflect the contents of the "default" package.
> >
> > best, and thanks for the effort in making the new installer
> > Oeyvind
> >
> > 2009/11/4 Oeyvind Brandtsegg <obrandts@gmail.com>:
> >> It seems python can not find csnd with this install.
> >>
> >> Traceback (most recent call last):
> >>  File "C:\Projects\barebones\main.py", line 13, in <module>
> >>    import csnd
> >> ImportError: No module named csnd
> >>
> >> Is there something obvious I miss here?
> >> There is a csnd.dll in C:\Programfiler\Csound\bin
> >>
> >> best
> >> Oeyvind
> >>
> >> 2009/11/2  <michael.gogins@gmail.com>:
> >>> I have updated the Csound download page on my personal Web site at
> >>> http://michael-gogins.com/?page_id=59 with a version of the Windows
> >>> installer for Csound 5.11.1 that also includes CsoundVST and the vst4cs
> >>> opcodes.
> >>>
> >>> Regards,
> >>> Mike Gogins
> >>>
> >>>
> >>> Send bugs reports to this list.
> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >>> csound"
> >>>
> >>
> >
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"