[Csnd] VST opcodes almost work.
Date | 2012-04-13 18:11 |
From | Toby |
Subject | [Csnd] VST opcodes almost work. |
I ran the 5.13 binary from Goggins' site. The GUI windows for various VSTi plugins would pop up, but they were completely white. No controls at all. I did hear sound, that probably coincided with the demo score from the manual. I didn't have much time. There were reams of lines of info flowing past the console. I'm assuming that I'm supposed to be able to see and twiddle with the GUI during performance. What success has there been with these opcodes? I ordered Komplete 8 when I saw them. I am enthusiastic toward getting them working. Thanks, Tobiah |
Date | 2012-04-13 18:25 |
From | Michael Gogins |
Subject | Re: [Csnd] VST opcodes almost work. |
I will do my best to get these working in a new point release of Csound for Windows which we will be available from my Web site. Your reasons would be sufficient motivation, but I have my own reasons as well -- I am trying get CsoundVST (or Cabbage) working in Sibelius 7, which supports VST instruments. I can get sound from CsoundVST in Sibelius just fine, but for some reason I have to load the Csound orchestra every time I open a score, which I don't have to do e.g.in Cubase. Anyone with Sibelius VST experience -- help! I might have this ready this weekend or next week. Regards, Mike On Fri, Apr 13, 2012 at 1:11 PM, Toby |
Date | 2012-04-13 18:40 |
From | Toby |
Subject | Re: [Csnd] VST opcodes almost work. |
On 04/13/2012 10:25 AM, Michael Gogins wrote: > I will do my best to get these working in a new point release of > Csound for Windows which we will be available from my Web site. Great! So, are these opcodes your invention? I'm talking about loading VSTi plugins into csound, rather than using csound itself as a VSTi. Are they simply not finished, or are they just not running for me? > I might have this ready this weekend or next week. As Kontakt 8 will be delivered to me today, and it will probably rain all weekend, I beseech you to make it this weekend! I'll be your best friend. :) I'll write a piece in your honor. Tobiah |
Date | 2012-04-13 19:04 |
From | Michael Gogins |
Subject | Re: [Csnd] VST opcodes almost work. |
I know what you are talking about, and no I did not invent vst4cs, but I suppose I am a maintainer of those opcodes. If they are not running for you, make sure your version of csound (float sample vs. double sample) is compatible with the vst4cs opcodes. I believe they mostly were distributed only for double samples. Hope that helps, Mike On Fri, Apr 13, 2012 at 1:40 PM, Toby |
Date | 2012-04-13 19:09 |
From | Rory Walsh |
Subject | [Csnd] VST opcodes almost work. |
I've been able to run cabbage vsts in Sibelius? I can send you a working DLL to test? On Friday, 13 April 2012, Toby <toby@tobiah.org> wrote: > On 04/13/2012 10:25 AM, Michael Gogins wrote: >> I will do my best to get these working in a new point release of >> Csound for Windows which we will be available from my Web site. > > Great! So, are these opcodes your invention? I'm talking about > loading VSTi plugins into csound, rather than using csound itself > as a VSTi. Are they simply not finished, or are they just not > running for me? > >> I might have this ready this weekend or next week. > > As Kontakt 8 will be delivered to me today, and it will > probably rain all weekend, I beseech you to make it this > weekend! I'll be your best friend. :) I'll write a piece > in your honor. > > 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" > > |
Date | 2012-04-13 19:14 |
From | Michael Gogins |
Subject | Re: [Csnd] VST opcodes almost work. |
I figured Cabbage would because it automatically loads and runs its orchestra... as I recall. But yes. Don't send me the DLL, send me the sources. Thanks, Mike On Fri, Apr 13, 2012 at 2:09 PM, Rory Walsh |
Date | 2012-04-13 19:33 |
From | Rory Walsh |
Subject | Re: [Csnd] VST opcodes almost work. |
There source is available on the Google page using git. Be forewarned, I update the code frequently in line with learning more about c++! Feel free to build. It doesn't yet use the latest juce but updating shouldn't cause too many issues. On Friday, 13 April 2012, Michael Gogins <michael.gogins@gmail.com> wrote: > I figured Cabbage would because it automatically loads and runs its > orchestra... as I recall. But yes. Don't send me the DLL, send me the > sources. > > Thanks, > Mike > > On Fri, Apr 13, 2012 at 2:09 PM, Rory Walsh <rorywalsh@ear.ie> wrote: >> I've been able to run cabbage vsts in Sibelius? I can send you a working DLL >> to test? >> >> >> On Friday, 13 April 2012, Toby <toby@tobiah.org> wrote: >>> On 04/13/2012 10:25 AM, Michael Gogins wrote: >>>> I will do my best to get these working in a new point release of >>>> Csound for Windows which we will be available from my Web site. >>> >>> Great! So, are these opcodes your invention? I'm talking about >>> loading VSTi plugins into csound, rather than using csound itself >>> as a VSTi. Are they simply not finished, or are they just not >>> running for me? >>> >>>> I might have this ready this weekend or next week. >>> >>> As Kontakt 8 will be delivered to me today, and it will >>> probably rain all weekend, I beseech you to make it this >>> weekend! I'll be your best friend. :) I'll write a piece >>> in your honor. >>> >>> 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" >>> >>> > > > > -- > Michael Gogins > Irreducible Productions > http://www.michael-gogins.com > Michael dot Gogins at gmail dot com > > > 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" > > |
Date | 2012-04-13 19:41 |
From | Toby |
Subject | Re: [Csnd] VST opcodes almost work. |
> If they are not running for you, make sure your version of csound > (float sample vs. double sample) is compatible with the vst4cs > opcodes. I believe they mostly were distributed only for double > samples. I do happen to always choose the doubles version of csound. I might like to build these myself, but I've never done anything like that on Windows. Do I want to use mingGW? I tried building this with Cygwin, but I didn't know what to do with the config.py (or whatever it was called). What sources would I download that would include the vst4cs opcodes? Do I have to get them separately? Thanks, Tobiah |
Date | 2012-04-13 19:58 |
From | Michael Gogins |
Subject | Re: [Csnd] VST opcodes almost work. |
The opcode sources are included but you need the VST SDK 2.4 files as well to build the opcodes. You can download them from Steinberg after signing an agreement. Regards, Mike On Fri, Apr 13, 2012 at 2:41 PM, Toby |