K8062 via VST

Hi:

Sorry for my English, it’s bad. But I hope you understand me.

I’m started a project with K8062 device. I need control the lights with a DAW (Cubase in my case) and I developed an VST with K8062D.dll and it’s works well.

But I have a problem. The lights have a some functions (strobe, rotate colors, etc) what don’t work correctly. An example: The strobe is controlled with the channels 1 (mode), 2 (color cycling), 3 (speed). The 3 channels with the 255 value is a strobe with a high velocity. But when i execute the program, the strobe it’s very slow.

I probed the examples of the SDK, and the DLL for .NET what i found in the forum, and the same results.

But with DMX Light Player, works fine! It’s the unique program what works fine with all the functions.

The channels and values send correctly. I changed colors of 4 lights (2 diferent types of lights), fast changes, etc. But the strobe and color cycling don’t work correctly.

Any idea?

UPDATE: If you’re put a number of channels (in my case 26), then the strobe blinks slowly, but if you set the channels to 512, then strobe works fine, but working with all channels affects performance. Latency, some values ​​take so long that they are not executed … I’ve tried configuring the device to 256, improves performance, but strobes slow down. Is there any way for strobes to work correctly by limiting the number of channels?

Thanks

I solved from Cubase with separate MIDI tracks (one per group of fixtures). In Cubase, i can adjust an option to compensate fixtures latency and it works fine.

Thanks!!