Hi guys,
I am fairly new to XML and macros. I want to create a macro that changes the fade in time of multiple playbacks in de playback window. Let´s say around 150 playback at the same time. I know you can do it manually via options drag and select the region you want to change and then settings the fade in time by the times tab. But you can´t record it this way via the internal macro programmer. Is there a way to do it.
Multiple selection in macro
Moderator: Moderators
Re: Multiple selection in macro
I usually generate macro codes for this kind of problem.
Like this.
Like this.
Code: Select all
for i = 1, 150, 1 do
change fade time of playback i
i = i + 1
end
Who is online
Users browsing this forum: No registered users and 2 guests