Page 2 of 2

Re: Stem Exporting mega macro

Posted: 24 Jul 2020 17:51
by DT_bettinzana
Hello Pablo,
I am confident that we will give you a solution next Monday.

Re: Stem Exporting mega macro

Posted: 24 Jul 2020 21:34
by pablo1980
Thanks Silvano this is awesome!

Re: Stem Exporting mega macro

Posted: 27 Jul 2020 11:14
by Support Team
pablo1980 wrote:
24 Jul 2020 15:26
I have tested and it works til the first macro, I think we should close the "export audio mixdown" dialog to later access the name box. I can do that with mouse movement or is there a better way?
We think that a better way, in this case, is to check that the "Keep dialog open" checkbox (placed at the left of the "Export" button) is not ticked. We tested our Macro in that configuration here.

Would that be OK for you? Or do you have any reason to keep the dialog opened?

pablo1980 wrote:
24 Jul 2020 15:32
Another thing that would be great would be that in the large macro, a dialog box would appear before starting with some reminders, such as:

are all the relevant folders opened?
are the group fx dissabled?
etc

if I press continue the macro goes ahead.
Oh yes, it's possible, and it's a rather basic thing.
You should use the "Show message and wait for confirm" Macro Command, setting the message that you want to see.
Right after that Command, you should place a "Hide Macro Player window" Macro Command, or the Macro Player will still be visible with the message otherwise.

Re: Stem Exporting mega macro

Posted: 27 Jul 2020 15:08
by pablo1980
Excelent! I will test everything today!

Re: Stem Exporting mega macro

Posted: 27 Jul 2020 20:16
by pablo1980
It´s almost working like a charm!

The problem I am encountering is that when I chain several macros only the first one triggers de solo in all the selected tracks.
The rest only activates solo on the first selected track, could it need more sleep between commands? I´ve tried more sleep between the PLE selection and solo command and between the macros in the big one, but no success.

If I run each macro on its own they work.

Re: Stem Exporting mega macro

Posted: 28 Jul 2020 08:30
by Support Team
pablo1980 wrote:
27 Jul 2020 20:16
It´s almost working like a charm!

The problem I am encountering is that when I chain several macros only the first one triggers de solo in all the selected tracks.
The rest only activates solo on the first selected track, could it need more sleep between commands? I´ve tried more sleep between the PLE selection and solo command and between the macros in the big one, but no success.

If I run each macro on its own they work.
Please write to support@deviltechnologies.com, attaching your current Project, excluding any media files, but including your PLE scripts, so that we can replicate your issue here and help you.
Please use "Stem Exporting mega macro" as subject.

Re: Stem Exporting mega macro

Posted: 28 Jul 2020 11:39
by pablo1980
I think I´ve got it, I put the "deactivate all solo states" at the beginning of each macro (it was at the end) and then a big sleep, and now it seems to be working!

Will keep checking but it is looking good! thanks!!!

Re: Stem Exporting mega macro

Posted: 29 Jul 2020 09:02
by DT_bettinzana
Great :D

Thank you for the update.