Multiple selection in macro

This is a place for people to share the custom macros they have written.

Moderator: Moderators

daanvg98
Posts: 18
Joined: 08 Sep 2018, 13:46

Multiple selection in macro

Postby daanvg98 » 08 Sep 2023, 09:43

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.
User avatar
kimwida
Posts: 263
Joined: 05 Aug 2016, 16:26
Location: Seoul

Re: Multiple selection in macro

Postby kimwida » 02 Apr 2025, 18:41

I usually generate macro codes for this kind of problem.
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