| Okay, what follows below is the csd. In VSTHost I load the CsoundVST dll,
open the csd you see below, click perform, then make sound using one of the
other plugins (the sound is routed to CsoundVST) and I get no sound out of
CsoundVST.
-f -h -+rtmidi=null -M0 -d -n -m7 --midi-key=4 --midi-velocity=5 temp.orc
temp.sco
sr=44100
ksmps=10
nchnls=2
instr 1
asigL, asigR ins
awetL, awetR reverbsc asigL, asigR, 0.8, 3000, sr, 0.1
iwetRatio = 2.0
outs asigL + iwetRatio * awetL, asigR + iwetRatio * awetR
endin
i1 0 3600
On 8/15/2012 8:31 PM, Michael Gogins wrote:
> VSTHost wants to know what to connect to. You have to turn off audio
> in the Csound options, if you are talking about messages from Csound.
> Look at the options in CsoundVST.csd.
>
> Hope this helps,
> Mike
>
> On Wed, Aug 15, 2012 at 10:52 PM, Michael Mossey wrote:
>> I want to use some of the csound reverb opcodes to create a VST effect (i.e.
>> use that reverb together with other VST plugins). I'm using the free program
>> VSTHost. I downloaded CsoundVST but can't quite figure out how to do what I
>> want.
>>
>> One confusing thing is that I'm getting messages talking about connecting to
>> my soundcard, but I thought a VST effect would use the VST host's signal
>> routing for input and output.
>>
>> Mike
>>
>>
>>
>> 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"
>>
>
>
|