Macro question - can this be done

Sometimes I want to invoke direct object processing on many different clips but use the same plugin and the same setting on that plugin.

How can I program a macro to

  • invoke DOP
    • add a specific plugin
    • recall a specific plugin preset
    • apply that processing and
    • close the DOP window
1 Like

Hi,

You can store the plug-in settings (or the whole chain) to the Favourites in the DOP. Then you can call this via a Key Command.

You can create a Macro with the following commands:

  • Direct Offline Processing - Bank #
  • Direct Offline Processing - Favorite #
  • Direct Offline Processing - Apply
  • File Close

Bank # … 1-4
Favorite # … 1-9 (per bank)

You can then assign a Key Command in order to execute this macro.
If you wish, you can execute a total of 36 DOP Favorites via key commands in this way.

1 Like

Excellent info thank you I wil try to set this up