Updated PlugData, rescanned in Reaper (7.09), and the result is:
So it's deactivated.
LV2 seems OK. No it's not: It crashes Reaper.
SuperCollider VSTPlugin says:
probing /home/dlm/.vst3/plugdata.vst3... error! subprocess was terminated with signal 11 (Segmentation fault)
probing /home/dlm/.vst3/plugdata-fx.vst3... ok!
But:
(
SynthDef(\vst, { |out = 0|
Out.ar(out, VSTPlugin.ar(numOut: 2));
}).add;
)
a = Synth(\vst);
c = VSTPluginController(a);
c.open("plugdata-fx.vst3");
Server 'localhost' exited with exit code 0.
server 'localhost' disconnected shared memory interface
So I have plugdata crashing multiple hosts in multiple plugin formats.
0.8.2 seems fine.
0.8.3, I can use only standalone on my system. LV2 and VST3 both crash in all cases.
Updated PlugData, rescanned in Reaper (7.09), and the result is:
So it's deactivated.
LV2 seems OK.No it's not: It crashes Reaper.SuperCollider VSTPlugin says:
But:
So I have plugdata crashing multiple hosts in multiple plugin formats.
0.8.2 seems fine.
0.8.3, I can use only standalone on my system. LV2 and VST3 both crash in all cases.