Search found 42 matches

by TonyR
12 Dec 2019 19:22
Forum: DTouch for Cubase/Nuendo Macros
Topic: Using channel visibility configurations.
Replies: 22
Views: 50219

Re: Using channel visibility configurations.

Hi Silvano, I have seen some functions and statements within the macros that are not listed or described within the user guide. For instance, in the macro “Add 8 Mono Audio Tracks” there is a step that executes “update_dtouch_mixer_graphic()”. There are also others that I have found that are not lis...
by TonyR
11 Dec 2019 23:10
Forum: DTouch for Cubase/Nuendo Macros
Topic: Macro Mouse Move
Replies: 3
Views: 14521

Re: Macro Mouse Move

Here are a couple pics and a video of what I explained above.

Video: https://youtu.be/NnJO0DEKFGI

Pics:
https://photos.app.goo.gl/1E5cLy2Ec3UseC19A
https://photos.app.goo.gl/b4HXcFqjchttkzjb9
by TonyR
11 Dec 2019 15:36
Forum: DTouch for Cubase/Nuendo Macros
Topic: Macro Mouse Move
Replies: 3
Views: 14521

Re: Macro Mouse Move

Hi Silvano, Thanks for the reply. I actually found the solution this morning. I built a macro using dtmacro.mouse_move_rel(“SCREEN”,x,y) with the box to “hide DT windows during macro” unclicked. The tricky part was getting the x,y. So what I am doing is within one macro: 1. Open DT Workspace 1 2. Mo...
by TonyR
10 Dec 2019 17:18
Forum: DTouch for Cubase/Nuendo Macros
Topic: Macro Mouse Move
Replies: 3
Views: 14521

Macro Mouse Move

Hi, looking for some help using the Mouse Move macro instruction. Does the function work for the floating mixer? I bring Floating Mixer to the foreground, but Mouse Move seems to only work on the foreground Cubase window only. I am trying to build a macro to hide (minimize) the Floating Mixer. Any t...
by TonyR
09 Dec 2019 13:57
Forum: DTouch for Cubase/Nuendo Macros
Topic: Using channel visibility configurations.
Replies: 22
Views: 50219

Re: Using channel visibility configurations.

Home Studio 87 wrote:
08 Dec 2019 23:54
TonyR wrote:
08 Dec 2019 21:12

Is there something that the DT Cubase User community can do to influence Steinberg to bring your interface back?
Well I dont think so...... ;)
Hi Home Studio, do you work for DT or are you just providing a personal opinion?
by TonyR
08 Dec 2019 21:12
Forum: DTouch for Cubase/Nuendo Macros
Topic: Using channel visibility configurations.
Replies: 22
Views: 50219

Re: Using channel visibility configurations.

Thanks Silviano, Just a little commentary before I provide some feedback. I am a new user (customer) of DT. I wasn’t around during the 8.5 transition so this is all new to me. First I would like to say that I appreciate what DT brings to the table. Even without the Floating Mixer, the product brings...
by TonyR
06 Dec 2019 23:04
Forum: DTouch for Cubase/Nuendo Macros
Topic: Using channel visibility configurations.
Replies: 22
Views: 50219

Re: Using channel visibility configurations.

I am trying to find a method to display only “selected” tracks on the DT Floating Mixer. At one time I guess there was a tighter integration with Cubase after which the Floating Mixer was developed. Now to select tracks, say only the drum tracks, the process involves going to the Cubase mixer to CTR...
by TonyR
06 Dec 2019 20:15
Forum: DTouch for Cubase/Nuendo Macros
Topic: Using channel visibility configurations.
Replies: 22
Views: 50219

Re: Using channel visibility configurations.

Would you share that macro?
by TonyR
05 Dec 2019 18:49
Forum: DTouch for Cubase/Nuendo Macros
Topic: Using channel visibility configurations.
Replies: 22
Views: 50219

Re: Using channel visibility configurations.

petermcc - any word yet on how you were able to select channels for visibility?
by TonyR
05 Dec 2019 16:59
Forum: DTouch for Cubase/Nuendo Macros
Topic: Object to Query/Set Floating Mixer "Top Most" attricbute
Replies: 0
Views: 28053

Object to Query/Set Floating Mixer "Top Most" attricbute

Looking to build a macro that can turn on/off "Top Most" attribute of Floating Mixer. Use would be varied, so what I am looking for are lines of code that could be used to: - Query the "Top Most" attribute of Mixer "n" - Change the "Top Most" attribute of Mixe...