Since you should only have three insert/send 'banks' (what's the correct term?) visible, I decided to always leave my two insert banks open and only one send bank. I use this macro to swap between the send banks.
Let me know if this worked for you and whether it was helpful.
swap sends
swap sends
- Attachments
-
- Swap Sends.dat
- (1.1 KiB) Downloaded 1041 times
Yvo van Gemert
Pro Tools Ultimate 2021.12 on 16 Core Ryzen 3950X, Iiyama T27, 23" Apple Cinema display, iPad with PT | Control app, no lava lamp.
Pro Tools Ultimate 2021.12 on 16 Core Ryzen 3950X, Iiyama T27, 23" Apple Cinema display, iPad with PT | Control app, no lava lamp.
Re: swap sends
Hello,
Tried it on mac and pt12.4 french version. I tried to rewrite it, but still got this message:
<This Macro was trying to launch a Pro Tools menu which is not avaliable now, and it has been terminated.>
I don't have this problem if I make another macro involving a PT Menu macro like bypass all inserts in track, or save session...
Tried it on mac and pt12.4 french version. I tried to rewrite it, but still got this message:
<This Macro was trying to launch a Pro Tools menu which is not avaliable now, and it has been terminated.>
I don't have this problem if I make another macro involving a PT Menu macro like bypass all inserts in track, or save session...
PT 12.4 french / osx 10.10.4 french / Acer 272 HUL@1080p & iiyama 2409@1080p
ssds, nvidia gtx 750, RAM 16Go, i7920@2,8
uad quad and duo / MH Lio-8
ssds, nvidia gtx 750, RAM 16Go, i7920@2,8
uad quad and duo / MH Lio-8
Re: swap sends
Did you have both insert 'banks' but only one send 'bank' showing at the time you executed the macro?
I think that needs to be the case for the macro to work.
I think that needs to be the case for the macro to work.
Yvo van Gemert
Pro Tools Ultimate 2021.12 on 16 Core Ryzen 3950X, Iiyama T27, 23" Apple Cinema display, iPad with PT | Control app, no lava lamp.
Pro Tools Ultimate 2021.12 on 16 Core Ryzen 3950X, Iiyama T27, 23" Apple Cinema display, iPad with PT | Control app, no lava lamp.
Re: swap sends
Yes both inserts and 1 send. (acer 272 hul @1080p)
PT 12.4 french / osx 10.10.4 french / Acer 272 HUL@1080p & iiyama 2409@1080p
ssds, nvidia gtx 750, RAM 16Go, i7920@2,8
uad quad and duo / MH Lio-8
ssds, nvidia gtx 750, RAM 16Go, i7920@2,8
uad quad and duo / MH Lio-8
Re: swap sends
FYI, works fine on my German PT 12.4.
MBPr 15" (Mid 2015) i7, Pro Tools 12.4, Studio One 3, UA Apollo Quad Firewire, DTouch (Hanns.G HT273HPB)
Re: swap sends
Strange, I don't know really.
Are you on windows by any chance Moris?
the menu items may be different on Windows, which could be why it doesn't work.
It's an easy enough macro to make though.
Are you on windows by any chance Moris?
the menu items may be different on Windows, which could be why it doesn't work.
It's an easy enough macro to make though.
Yvo van Gemert
Pro Tools Ultimate 2021.12 on 16 Core Ryzen 3950X, Iiyama T27, 23" Apple Cinema display, iPad with PT | Control app, no lava lamp.
Pro Tools Ultimate 2021.12 on 16 Core Ryzen 3950X, Iiyama T27, 23" Apple Cinema display, iPad with PT | Control app, no lava lamp.
-
- Posts: 120
- Joined: 17 Feb 2016 14:23
This Macro is a bit challenging for some reasons:
The "PT Menu" Macro Command saves the menu path using a string.
So, the Menu string for the English language is not correct for Pro Tools in other languages.
BUT: this feature is needed in order to launch AudioSuite Plugins, which don't have a fixed position in the AudioSuite menu: it can change as soon as you install a new Plugin.
Pro Tools 10 issues:
Pro Tools 10 cannot hide "Meters and Faders", while new Pro Tools versions can.
So, new Pro Tools versions have different Menus.
Because of these issues, we added the dedicated "get_pt_mix_window_views_visible" and "set_pt_mix_window_views_visible" Python functions to the Macro Engine.
The attached Macro, by using these functions, accomplishes the wanted behavior and is even compatible with any supported PT language and version.
- Internationalization issues
- Pro Tools 10 having different menus
The "PT Menu" Macro Command saves the menu path using a string.
So, the Menu string for the English language is not correct for Pro Tools in other languages.
BUT: this feature is needed in order to launch AudioSuite Plugins, which don't have a fixed position in the AudioSuite menu: it can change as soon as you install a new Plugin.
Pro Tools 10 issues:
Pro Tools 10 cannot hide "Meters and Faders", while new Pro Tools versions can.
So, new Pro Tools versions have different Menus.
Because of these issues, we added the dedicated "get_pt_mix_window_views_visible" and "set_pt_mix_window_views_visible" Python functions to the Macro Engine.
The attached Macro, by using these functions, accomplishes the wanted behavior and is even compatible with any supported PT language and version.
- Attachments
-
- Send Swap International.dat
- (1.01 KiB) Downloaded 954 times
Re: swap sends
Thanks, it works fine now.
I m not able to change the color of the button, is it write protected or something?
I m not able to change the color of the button, is it write protected or something?
PT 12.4 french / osx 10.10.4 french / Acer 272 HUL@1080p & iiyama 2409@1080p
ssds, nvidia gtx 750, RAM 16Go, i7920@2,8
uad quad and duo / MH Lio-8
ssds, nvidia gtx 750, RAM 16Go, i7920@2,8
uad quad and duo / MH Lio-8
-
- Posts: 120
- Joined: 17 Feb 2016 14:23
We were able to change the color, as soon as we imported the Macro into DTouch.moris wrote:Thanks, it works fine now.
I m not able to change the color of the button, is it write protected or something?
We were even able to change the color later, by editing the Macro in the Macro Editor.
Did you press the "EDIT SEL" button on the Macro Editor? You need to be in editing mode in order to change any Macro parameter.
Re: swap sends
I worked around duplicating and editing the macro:)
But yes, I pressed edit , changed color and saved. But when I saved it returned red.
But yes, I pressed edit , changed color and saved. But when I saved it returned red.
PT 12.4 french / osx 10.10.4 french / Acer 272 HUL@1080p & iiyama 2409@1080p
ssds, nvidia gtx 750, RAM 16Go, i7920@2,8
uad quad and duo / MH Lio-8
ssds, nvidia gtx 750, RAM 16Go, i7920@2,8
uad quad and duo / MH Lio-8