Like this.
Code: Select all
for i = 1, 150, 1 do
change fade time of playback i
i = i + 1
end
Code: Select all
for i = 1, 150, 1 do
change fade time of playback i
i = i + 1
end
Code: Select all
<step>Group.SetGroupFixtureOrder(Handles.GetHandle("Groups",0,6),{10,9,8,7,6,5,4,3,2,1})</step>
Ty7077 wrote:Literally did everything here for my Ak2, I go to refresh the macros and it dosnt work…. What am I doing wrong?