Search found 117 matches

by Support Team
07 Mar 2016 14:01
Forum: Wishlist
Topic: Problems with Macros (PT, Mac)
Replies: 9
Views: 9877

Re: Problems with Macros (PT, Mac)

Hi Holger, You are correct, Pro Tools is somewhat "strange" about keyboard shortcuts for non-US keyboard layouts. The DTouch "Keyboard Shortcut" Macro Command is meant to send a keyboard shortcut to any app. Since it must be compatible with any language and keyboard layout, it fo...
by Support Team
23 Feb 2016 11:27
Forum: DTouch for Cubase/Nuendo Macros
Topic: How to write a Good Macro - Tutorial 1 (Cubase)
Replies: 64
Views: 409938

Re: How to write a Good Macro - Tutorial 1 (Cubase)

Hi DT_support! Thank you for doing this. Would you mind to give us the complete macros in a txt format so we can adjust the macros to our needs and then copy them into the DTouch macro engine? I created some programms in fortran and C .... but that was in the late 80s and beginning 90s - now you ca...
by Support Team
23 Feb 2016 09:20
Forum: DTouch for Cubase/Nuendo Macros
Topic: How to write a Good Macro - Tutorial 1 (Cubase)
Replies: 64
Views: 409938

This post has been reserved
by Support Team
23 Feb 2016 09:20
Forum: DTouch for Cubase/Nuendo Macros
Topic: How to write a Good Macro - Tutorial 1 (Cubase)
Replies: 64
Views: 409938

Step 4

In this step, we are going to fix a problem of our Macro. The "Browse" button on the "Add Audio Track" window changes completely the window look, and more importantly, the "Configuration" option is not available anymore. IMG2.png Cubase remembers the look of the "A...
by Support Team
23 Feb 2016 09:20
Forum: DTouch for Cubase/Nuendo Macros
Topic: How to write a Good Macro - Tutorial 1 (Cubase)
Replies: 64
Views: 409938

Step 3

In this step, we are going to improve our Macro by making it faster. Remember when we added a fixed 500ms delay right after we sent the "Add Track", "Audio" KeyCommand? We are going to make DTouch wait for the new window to appear, thus making the Macro as fast as your computer c...
by Support Team
23 Feb 2016 09:20
Forum: DTouch for Cubase/Nuendo Macros
Topic: How to write a Good Macro - Tutorial 1 (Cubase)
Replies: 64
Views: 409938

Step 2

In this step, we are going to improve our Macro by making it somewhat configurable. We built a Macro for adding 8 Tracks, but what about adding 6 Tracks? Or 24? In order to build a good Macro, it's always a good idea to identify some sections that could be re-used in the future to build some derived...
by Support Team
23 Feb 2016 09:20
Forum: DTouch for Cubase/Nuendo Macros
Topic: How to write a Good Macro - Tutorial 1 (Cubase)
Replies: 64
Views: 409938

How to write a Good Macro - Tutorial 1 (Cubase)

This is a tutorial on how to write good Macros for DTouch. In this tutorial, let's pretend that we need a Macro to add 8 Mono Audio Tracks to our Cubase Project. Please note that DTouch for Cubase version 1.1.12 or later is required in order to use the Macros attached to this topic, since we are usi...