Multiple wiimote

hello
anyone know wich version of vvvv can handle multiple wiimote?
latest 28.1, 29, 29.2 works nice with 1 wiimote (id = -1)
but no way to assign ids other than -1 (0,1,2…)produce:

No Wiimote with that ID detected. System.Exception: No Wiimote with that ID detected. at VVVV.Nodes.PluginWiiMote.Enable()

with beta22 ! yeah :)
i’ve the id thing working but can’t get the accelerometer & pan, tilt roll datas (the force reset pin doesn’t exist in the beta22 plugin)
so if anyone know which version of vvvv can handle multiple wiimote
let me know

thx
C.

Hello!
in output pin “Available Wiimote” HIDs generates a list with the different ID for each wiimote … you have to use those ID,

with ID = “-1” you take the first default, and you’re adding another with different HIDs

thanks… no text …