I have just released RhinoCM 2.08. This is a bugfix release, most notably addressing issues with multiple instances.
You can download it here.
You will need the original RhinoCM install that came with your Computer Music magazine.
June 23rd, 2010 by Big Tick Blog
In the 2.4 version of the vst sdk, Steinberg deprecated the wantEvents() methods, implying that it was enough to declare the plugin as a synth, and say (in the cando() method) that it implements “receiveVstMidiEvent”.
Well, it turns out, some hosts out there still rely on the deprecated wantEvents() method, including Steinberg’s own CubaseSX !
Why they didn’t adhere to their own standard is beyond my understanding, but anyway, here is a fix to get RhinoCM running in CubaseSX.
Rhino is also suffering from the same syndrome, I’ll fix it and bump the version number to 2.07 later today.
June 12th, 2010 by Big Tick Blog