Alright, it was my Csound version, not up to date, so I can successfully save a preset file that way, but when I open it, it doesn’t restore the state of the synth
My bad haha ^^ I found the culprit
chnset i1, "att" chnset i1, "dec" chnset i1, "sus" chnset i1, "rel"
When I correct that to
chnset i1, "att" chnset i2, "dec" chnset i3, "sus" chnset i4, "rel"
It works perfectly Sure I’ll have to save lots and lot’s of variables, but as it works perfectly I won’t complain!
Thanks a lot for providing this nice workaround ! If there wasn’t the VST issue, my synth would have be finished!