Hello, thanks for an amazing platform first of all! It is great!
I am able to playback the samples from the folder where the .csd file is at the moment.
But when I export VST and open it in Ableton, there is no sound, Is it possible to embed the samples into VST file?
<Cabbage>
form size(398, 155), caption("NYH DRUM"), pluginID("n123")
keyboard bounds(21, 12, 360, 100)
</Cabbage>
<CsoundSynthesizer>
<CsOptions>
-n -d -+rtmidi=NULL -M0 --midi-key=4 --midi-velocity-amp=5 -m0d
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 64
nchnls = 2
0dbfs = 1
;triggering samples...
instr 1
event_i "i", 99, 0, .25, p4
endin
;sampler instrument
instr 99
iTable = p4
p3 = ftlen(iTable)
aOut loscil3 1, 1, iTable, 1, 0;
outs aOut, aOut
endin
</CsInstruments>
<CsScore>
f1 0 1024 10 1
f60 0 0 1 "kick.wav" 0 4 1
f61 0 0 1 "snare.wav" 0 4 1
f62 0 0 1 "hat.wav" 0 4 1
f0 3600
</CsScore>
</CsoundSynthesizer>