Error on sliding time scale/pitch shift - SOLVED
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Error on sliding time scale/pitch shift
I quite understand why you prefer XP. It served me well for many years and seeing the end of XP in sight was what prompted me to switch to Linux. I still keep the old XP box for testing and have XP as a virtual machine on my Linux box (also useful for testing). At least you can still use the 2.0.0 version while we try to sort this out.
Are you aware that you can have multiple versions of Audacity on your machine at the same time?
In addition to your installed version, if you download and unzip a ZIP version to a suitable location, you can run that separately from (but not at the same time) as the installed version. To keep the versions completely separate, create a folder in the same location as the unzipped "audacity.exe" file and name that folder "Portable Settings". Any settings that you make in the ZIP (portable) version will then be written to the "Portable Settings" folder without affecting your normal installed version.
Are you aware that you can have multiple versions of Audacity on your machine at the same time?
In addition to your installed version, if you download and unzip a ZIP version to a suitable location, you can run that separately from (but not at the same time) as the installed version. To keep the versions completely separate, create a folder in the same location as the unzipped "audacity.exe" file and name that folder "Portable Settings". Any settings that you make in the ZIP (portable) version will then be written to the "Portable Settings" folder without affecting your normal installed version.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Error on sliding time scale/pitch shift
Steve:
Since I am the only one having this crash problem, then there really is nothing to sort out. Who knows where the culprit lies. what is clear is that something on my machine is somehow in intermittent conflict with sliding time scale/pitch shift in version 2.0.1. But that does not mean there is anything wrong whatsoever with 2.0.1. Maybe there is some quirk in my computer, although I have no other issues with the many software products I have installed on my computer. Again, I will purchase a new computer someday, but I am in no hurry since my current Dell is working just fine.
Unless some other Audacity users come forward with the same problem, I would just forget about it.
Again, thanks Steve and everyone else for you excellent support and a great product.
mdubin
Since I am the only one having this crash problem, then there really is nothing to sort out. Who knows where the culprit lies. what is clear is that something on my machine is somehow in intermittent conflict with sliding time scale/pitch shift in version 2.0.1. But that does not mean there is anything wrong whatsoever with 2.0.1. Maybe there is some quirk in my computer, although I have no other issues with the many software products I have installed on my computer. Again, I will purchase a new computer someday, but I am in no hurry since my current Dell is working just fine.
Unless some other Audacity users come forward with the same problem, I would just forget about it.
Again, thanks Steve and everyone else for you excellent support and a great product.
mdubin
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Error on sliding time scale/pitch shift
You can try Best Practice to change speed or pitch without affecting the other. It is free and open source like Audacity. You can only work on and save a complete file, but you can try out the speed or pitch changes in real time.mdubin wrote:There is software available which does the same thing where I can alter the speed and/or pitch of WAV files without introducing distortion. Of course, it is not free but I will be looking into it.
We can easily give you a debug version of Audacity, but that would not give us the information we need without you installing Visual Studio and the SDK well.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Error on sliding time scale/pitch shift
Gale:Gale Andrews wrote:You can try Best Practice to change speed or pitch without affecting the other. It is free and open source like Audacity. You can only work on and save a complete file, but you can try out the speed or pitch changes in real time.mdubin wrote:There is software available which does the same thing where I can alter the speed and/or pitch of WAV files without introducing distortion. Of course, it is not free but I will be looking into it.
We can easily give you a debug version of Audacity, but that would not give us the information we need without you installing Visual Studio and the SDK well.
Gale
There is very little information on the BestPractice webpage. While it allows reading directly from CD, does it allow saving to WAV? Saving to MP3 is unacceptable.
mdubin
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Error on sliding time scale/pitch shift
Yes it can open and save WAV files. I tried it with your example crash file.mdubin wrote:There is very little information on the BestPractice webpage. While it allows reading directly from CD, does it allow saving to WAV?
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Error on sliding time scale/pitch shift
Gale:Gale Andrews wrote:Yes it can open and save WAV files. I tried it with your example crash file.mdubin wrote:There is very little information on the BestPractice webpage. While it allows reading directly from CD, does it allow saving to WAV?
Gale
Thanks. I'll try BestPractice. But I will not pursue my audacity 2.0.1 intermittent crash problem any longer since I am the only one experiencing it.
mdubin
EDIT: I tried BestPractice on some of the same tracks and the result was not as pleasing as that of audacity. Even the "paid" software that I was trying on a trial basis did not sound as good (there was some low-level distortion). So I will stick with audacity and if I get the glitch I'll just try again since it was intermittent.
Re: Error on sliding time scale/pitch shift
I managed to reproduce the bug on windows vista by running the effect on infinite loop in audacity.
It is a bug with a destructor in my code - a rather convoluted one which I haven't figured out yet.
I should be able to submit a patch soon, though.
Thanks for the bug report, mdubin!
It is a bug with a destructor in my code - a rather convoluted one which I haven't figured out yet.
I should be able to submit a patch soon, though.
Thanks for the bug report, mdubin!
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Error on sliding time scale/pitch shift
Thanks, Clayton. I started a bug for it http://bugzilla.audacityteam.org/show_bug.cgi?id=557 so please attach your patch there.otey wrote:I managed to reproduce the bug on windows vista by running the effect on infinite loop in audacity.
It is a bug with a destructor in my code - a rather convoluted one which I haven't figured out yet.
I should be able to submit a patch soon, though
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Error on sliding time scale/pitch shift
@mdubin, Clayton has posted a patch in the bug report http://bugzilla.audacityteam.org/show_bug.cgi?id=557, so would you be able to test using your usual Sliding Time Scale workflows?
To test, download http://www.gaclrecords.org.uk/bugs/audacity_bug_557.zip, unzip the enclosed "audacity_bug_557.exe", copy it, then paste it into the installation folder for either 2.0.0 or 2.0.1. Then exit any versions of Audacity you are running and launch "audacity_bug_557.exe" from the installation folder.
Gale
To test, download http://www.gaclrecords.org.uk/bugs/audacity_bug_557.zip, unzip the enclosed "audacity_bug_557.exe", copy it, then paste it into the installation folder for either 2.0.0 or 2.0.1. Then exit any versions of Audacity you are running and launch "audacity_bug_557.exe" from the installation folder.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Error on sliding time scale/pitch shift
Gale:Gale Andrews wrote:@mdubin, Clayton has posted a patch in the bug report http://bugzilla.audacityteam.org/show_bug.cgi?id=557, so would you be able to test using your usual Sliding Time Scale workflows?
To test, download http://www.gaclrecords.org.uk/bugs/audacity_bug_557.zip, unzip the enclosed "audacity_bug_557.exe", copy it, then paste it into the installation folder for either 2.0.0 or 2.0.1. Then exit any versions of Audacity you are running and launch "audacity_bug_557.exe" from the installation folder.
Gale
Thanks very much to you and your staff for your excellent continued support.
This evening, I will follow the above instructions to paste the .exe into the 2.0.1 folder (since that is where to bug occurred) and do some extensive testing this weekend.
Will let all of you know what happens.
mdubin