Hi
I am trying to use the “TouchData” class from the namespace VVVV.DX11.Nodes.Renderers.Graphics.Touch for my own plugin. But my dynamic plugin doesn’t accept the using statement for the mentioned namespace.
Here’s what I have done so far:
-
downloaded the x64 version of mrvux lib and extracted the “packs” folder to my vvvv installlation directory
-
using the “TouchState” node in a patch works fine for example …
… but the following is not recognized:
using VVVV.DX11.Nodes.Renderers.Graphics.Touch;
Do I have to import the lib on another place too? What I am doing wrong?
Thanks & regards,
gurumediator