Page 1 of 1

Park Selected Fixtures

Posted: 27 Apr 2019, 19:12
by sideshowbond
I am trying to park selected fixtures via macro.

I tried

Code: Select all

<step>Programmer.Editor.Selection.GetSelectedHandles("Windows.PatchView.Handles")</step>
<step>Patch.Repatch.ParkSelectedFixtures()</step>

as

Code: Select all

<step>Programmer.Editor.Selection.GetSelectedHandles("Windows.PatchView.Handles")</step>

works for inverting pan or tilt but doesn't work. I also tried

Code: Select all

<step>Patch.Repatch.GetSelectedHandles,("Windows.PatchView.Handles")</step>
but also to no avail.

What am I missing?

Re: Park Selected Fixtures

Posted: 27 Apr 2019, 21:08
by sideshowbond
I just happened to come across an oddity:
the first example worked but only once and I have no idea why or how to reproduce that oddity...