Bug report - Macros not applying Change Pitch

Feedback and Reviews for Audacity 2.x
Forum rules
This board is ONLY for general feedback and discussion about Audacity 2.X.

If you require help, or think you have found a "bug", please post on the forum board relevant to your operating system.
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
yared_cf
Posts: 2
Joined: Thu Feb 14, 2019 8:42 pm
Operating System: Windows 10

Bug report - Macros not applying Change Pitch

Post by yared_cf » Thu Feb 14, 2019 9:00 pm

Audacity Version: 2.3.0
OS: Windows 10 64 bit
Bug: Macros not applying Change Pitch

Hi!

I just updated my old version of Audacity 2.2.2 to 2.3.0 and right away I noticed that my Chains (Macros) which have Change pitch in the chain are not working. All the other commands in the chain work except for Change Pitch.
It works if I just created the macro, or when I change the parameters of the command in the macro and apply it, but if I close Audacity, reopen it and apply the macro, it doesn't work.

I'm going back to 2.2.2 until the bug is fixed.

Thanks!

waxcylinder
Forum Staff
Posts: 14574
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Bug report - Macros not applying Change Pitch

Post by waxcylinder » Fri Feb 15, 2019 3:07 pm

Testing on 2.3.0 on my W10 laptop I find that Change pitch in a Macro runs correctly - applied either to the current project or to an audio file.

1) You are aware that you will need to set the parameters for Change Pitch in the Macro ?

2) Also if you are applying the macro to an existing audio file you need to be aware that the Macro will not alter the audio file.
Rather you need to include an Export command as the last step before the End in the Macro - and then the new pitch-changed file will be in a folder called "cleaned" in the same folder as the original audio file and with the same name as the original audio file.

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

waxcylinder
Forum Staff
Posts: 14574
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Bug report - Macros not applying Change Pitch

Post by waxcylinder » Fri Feb 15, 2019 3:12 pm

Ahhhh - but then when I went on to test on the latest alpha 2.3.1 I see what the real bug is …

I) So you carefully set the parameters you require in your Macro - all works fine
2) Exit Audacity
3) relaunch Audacity
4) Observe that the paramaters have been reset to 0% change

This of course means that the Macro will run properly but produce null effect.

AFAIK Audacity is supposed to remenber the settings you make in the macro when you set it up - so this, to me, looks like a bug and I shall be logging it on our bugtracker.

Good catch yared_cf

I'll need to check the other Change commands in Macros.

Thanks for reporting this,

Peter.
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

waxcylinder
Forum Staff
Posts: 14574
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Bug report - Macros not applying Change Pitch

Post by waxcylinder » Fri Feb 15, 2019 3:26 pm

Change Speed and Change Temp are not affected in the same way

But as you have observed this is a regression on 2.2.0 (where the parameter settings are correctly remembered) and therefore will become a P1 bug which should be fixed before 2.3.1 can be released.

Peter.
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

waxcylinder
Forum Staff
Posts: 14574
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Bug report - Macros not applying Change Pitch

Post by waxcylinder » Fri Feb 15, 2019 3:53 pm

Logged on Bugzilla as P1 Bug #2069: https://bugzilla.audacityteam.org/show_bug.cgi?id=2069

Peter.
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

steve
Site Admin
Posts: 80677
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Bug report - Macros not applying Change Pitch

Post by steve » Sun Feb 17, 2019 7:41 pm

I've committed a fix for this, so provided that the fix tests satisfactorily on all platforms, it will be fixed in the Audacity 2.3.1 release.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

waxcylinder
Forum Staff
Posts: 14574
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Bug report - Macros not applying Change Pitch

Post by waxcylinder » Mon Feb 18, 2019 10:24 am

steve wrote:
Sun Feb 17, 2019 7:41 pm
I've committed a fix for this, so provided that the fix tests satisfactorily on all platforms, it will be fixed in the Audacity 2.3.1 release.
And this tests OK on my W10 laptop

Peter
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

Post Reply