// Initializer (called from OpenPatch) void Initialize(Wiring.Patch patch) { hideFlags = HideFlags.HideAndDontSave; _graph = Graph.Create(patch); _graphGUI = _graph.GetEditor(); }