Hello,
There is a little mistake on this page
http://vvvv.org/documentation/addonpack.effects
This :
float4x4 tTex: TEXTUREMATRIX <string uiname=Texture Transform;>;
Should be
float4x4 tTex: TEXTUREMATRIX <string uiname="Texture Transform";>;
DS