Hey Cabbages!
Apologies in advance for the question no doubt I’m overlooking something very easy however I have spent some time and still can’t seem to get things working.
Basically when I export my plugin as vst. and load it up in Ableton any image appears totally white in Ableton. The images work in Cabbage which is making me wonder what is wrong. I have the image file saved in the same folder as the .csd file.
I have tried looking on the forum for a solution and using cabbage 2.0, along with different image types all with no luck. I feel Ableton is not locating the image so tried saving the image into my vst. folder, again with no luck.
Below is an image of what appears in Ableton.
Any help is extremely appreciated thanks!
<Cabbage>
form caption("Untitled") size(400, 300), colour(58, 110, 182), pluginID("def1")
keyboard bounds(8, 158, 381, 95)
image bounds(8,8,384,139), file("Soundcloud-Header-3.png")
Soundcloud-Header-3.png
</Cabbage>
<CsoundSynthesizer>
<CsOptions>
-n -d -+rtmidi=NULL -M0 -m0d --midi-key-cps=4 --midi-velocity-amp=5
</CsOptions>
<CsInstruments>
; Initialize the global variables.
sr = 44100
ksmps = 32
nchnls = 2
0dbfs = 1
;instrument will be triggered by keyboard widget
instr 1
kEnv madsr .1, .2, .6, .4
aOut vco2 p5, p4
outs aOut*kEnv, aOut*kEnv
endin
</CsInstruments>
<CsScore>
;causes Csound to run for about 7000 years...
f0 z
</CsScore>
</CsoundSynthesizer>