Cabbage Logo
Back to Cabbage Site

Help me please .. I'm export vst from cabbage to cubase but sounds very shock

<Cabbage>
form caption("Untitled") size(400, 300), colour(58, 110, 182), pluginid("def1")
keyboard bounds(8, 158, 381, 95)
</Cabbage>
<CsoundSynthesizer>
<CsOptions>
-n -d -+rtmidi=NULL -M0 -m0d --midi-key-cps=4 --midi-velocity-amp=5
</CsOptions>
<CsInstruments>

sr = 44100
ksmps = 32
nchnls = 2
0dbfs = 1


massign 1,1


instr 1
kenv expseg 0.001,0.01,1,1,0.001
kpitch expon 280,.1,80
kpitchx expon 310,.1,110
asig1 oscil .5,kpitch,1
asig2 oscil .5,kpitchx,1
 

asig = asig1+asig2

ares butterhp asig,30

				outs ares*kenv,ares*kenv
				endin

</CsInstruments>
<CsScore>
f0 z 
f1 0 16384 10 1

;i1 0 2 .5 1 1
e
</CsScore>
</CsoundSynthesizer>

What happen about this file ?

The instrument works fine for me. I’ll have to try to install Cubase on Windows to see what’s happening. It’s clearly a problem with Cubase, as it works fine with all the other hosts I’ve tested it with.

Btw, can you please format your code so it displays properly. Here’s a quick screencast of how to do it :wink:

1 Like

I just installed the trial version of Cubase for Windows and your synth sounds the exact same as it does in every other host, and in Cabbage. No problems at all. Could be something up with your system. Also, make sure you’re using the latest release of Cabbage

1 Like

I mean … When run on cabbage sound very clear but it’s run on cubase sound not clear . It’s has noise sound . thank you

I understood what you said, but it works fine for me with the latest Cabbage and Cubase, installed yesterday.

I’m try setting ksmps = 1 it work already . Thank you