Ejemplo n.º 1
0
 public void OpenPatchEditor(Node node, IHDEHost hdeHost, PatchHandle patchHandle = null)
 {
     PatchEditor.OpenCanvasOfNode(node, patchHandle);
     //setting the control also brings the window to front
     hdeHost.FiftyEditor = this;
     hdeHost.ShowVLEditor();
 }