FHDEHost.SendXMLSnippet

Hi Vvvvolks,
i have a little Problem.
I’m trying to send some XML Snippet to an Patch that isn’t vissible and that don’t work. If the patch is vissible everything working.

Is there an workaround?

Thanks
Johannes
from Kopffarben.de

your own plugin?

sounds like you need to set parameter AutoEvaluate=true in PluginInfo to enable your plugin to evaluate on every frame.

Like so

[PluginInfo(
Name = "YourName",
Category = "SomeCategory",
Version = "",
Author = "dude",
Tags = "sometag, anothertag",
Help = "Describe what this plugin does",
AutoEvaluate = true)]