Titan Property ====== Windows.PatchView.Handles ====== ^ API | ./. | ^ description | system property which holds the selected fixtures in patchview. Note that this is different from selecting fixtures in the editor for normal programming tasks. Selecting fixtures in patchview is done for parking, freezing, deleting fixtures etc. | ^ [[:macros:namespace]] | [[:macros:namespace:Windows.Patchview]] | ^ type | [[:macros:type:IEnumerable]] | == example == Programmer.Editor.Selection.GetSelectedHandles("Windows.PatchView.Handles") This gets the 'normally' selected fixtures and selects them in patch view for further use (e.g. to freeze/unfreeze). == used in == {{backlinks>.}}