james.k.crook@gmail.com
51bd1c2a4d
If logger does not exist, don't try to delete it.
2012-02-09 12:56:18 +00:00
james.k.crook@gmail.com
e770a6766b
If logger does not exist, don't try to delete it.
2012-02-09 12:54:24 +00:00
mchinen
de73791a79
revert 11465, going back to the original solution for clipping to prevent bad exports
2012-02-09 05:23:16 +00:00
v.audacity
5f5b9778de
Fixes per Vigilant Sentry ( http://www.vigilantsw.com/ )
...
* Fix memory leaks.
* Add comments about initializations and checking for successful results.
* Add checks for NULL deref.
* Consistency in "TODO" vs "TO-DO" comments!
2012-02-08 05:09:14 +00:00
martynshaw99
5b3f3f71ea
Stop an overflow with large (>100dB) sample values.
2012-02-08 01:06:16 +00:00
v.audacity
7bdac9233b
Undo incorrect change made in r10469, to CommandManager::InsertItem(). This may fix a problem in commands, as it restores stripping all accelerator characters and mnemonics from the given text.
2012-02-08 00:40:34 +00:00
v.audacity
4386504569
Martyn, good catch on commit r11461. I had gone back and forth between what you did and this commit, and messed up the edit. I like this one better because it doesn't duplicate the constant, and keeps all the wxLogDebug calls consistent -- less cognitive overhead.
2012-02-06 22:02:50 +00:00
martynshaw99
fc595a4d3f
Add track labels to dB, Spectrum and Pitch displays. If not acceptable, not a big load to rip out.
2012-02-06 01:08:20 +00:00
martynshaw99
37eeb7628e
Correct error trap - compare with what we are expecting.
2012-02-05 23:54:56 +00:00
mchinen
54f7e4590b
Fix dithering for float to int case when float values are greater than 0db. Also made DITHER_LOOP macro more readable but did not change content
2012-02-05 10:31:18 +00:00
mchinen
07e3469c9e
Amend r11458 - only do the .mp3 extension diversion for linux, where the alternate versions of libsndfile can exist
2012-02-05 09:26:09 +00:00
mchinen
087c7d10d7
Fix for crash when importing mp3s with duplicate tags by hardcoding the importer not to handle .mp3 extension. The previous svn rev. 11457 fixes this bug, but this commit is for linux systems that use system libsndfile which will still cause the bug. Unfortunately, this means that wavs mislabeled as .mp3 will no longer be read by libsndfile. Also for system libsndfile on linux, this bug will still exists for mp3s mislabelled as .wav
2012-02-05 09:10:11 +00:00
martynshaw99
2b151826ab
Improve font size and colour for track name in waveform pane
2012-02-05 00:29:44 +00:00
v.audacity
52a10774d4
Apropos http://bugzilla.audacityteam.org/show_bug.cgi?id=322 , put the project name in the Save Project dialog titles.
2012-02-02 02:42:00 +00:00
v.audacity
c6c3d9106b
As in commit r11447, put a wxASSERT on result of SimpleBlockFile::WriteSimpleBlockFile() in ODDecodeBlockFile::WriteODDecodeBlockFile.
2012-02-02 00:36:39 +00:00
v.audacity
9d5ddb52d5
Working on bug 437 ( http://bugzilla.audacityteam.org/show_bug.cgi?id=437 ). Current architecture does not make it easy to alert user to this via dialog, but at least we now check for it and catch it in debug.
...
Removed some old debugging cruft.
2012-02-01 03:45:36 +00:00
windinthew
205df419ea
Fix typo in code comment "Zoom" should be "Scroll".
2012-01-26 22:20:14 +00:00
v.audacity
721b7b3399
Apply patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=465 .
2012-01-25 02:21:08 +00:00
v.audacity
626cf51ad6
Still alpha, but TADA! We are close to 2.0.
2012-01-23 05:00:52 +00:00
mchinen
682759d965
Bug 467 (P3) fix - Audacity fails to build with latest FFmpeg/libav. Main patch by Leland Lucius with modification from Benjamin Drung.
2012-01-21 08:01:32 +00:00
martynshaw99
fb7dfdc699
Norm C's patch to put the full name of the track in the waveform. Defaulted to 'off' but selectable in prefs->Interface->Show track name in waveform display.
...
Thanks Norm!
2012-01-18 00:02:46 +00:00
mchinen
2c45cd44a9
Bug 311 (PX) Fix slow import/export with OGG files for linux builds that use system libsndfile. Disables OGG (Which isn't supported in our local libsndfile).
2012-01-16 09:47:58 +00:00
mchinen
1b77d5608c
Bug 149 (P3) Fix transparency issues in the spectrum plotting in FreqWindow.cpp. Patch by Norm C.
2012-01-16 00:50:38 +00:00
martynshaw99
f708bc877c
Addressing bug 454, and some minor clean-up. Now we only measure the selected track, and if one is selected, otherwise inform the user.
2012-01-11 00:39:13 +00:00
martynshaw99
d28404a3b6
Removing too stringent Asserts - the Sequence::GetRMS code is set up to find the rms of a number of samples > than a block length.
2012-01-11 00:28:22 +00:00
windinthew
ba7ce7830c
Update for 2012.
2012-01-03 09:01:22 +00:00
richardash1981
e1724c8609
Destroy the project history window before either the Track Panel or the Toolbars, as the destruction of the History Window may result in events being sent to the latter two (esp. on Mac). If the events are sent to things we have destroyed, then we get crashes ...
...
Patch by Leland
2011-12-22 22:41:17 +00:00
richardash1981
affcec50e4
Do not try and focus an item which isn't there if there is no history - patch by Leland
2011-12-22 22:36:20 +00:00
martynshaw99
e6c93bc1e5
Patch from 'Norm C' (n_badger42@hotmail.com) to remember default lengths of Silence and Tones generated.
2011-12-20 00:05:54 +00:00
windinthew
58b03d2cf6
Remove localLanguageName for Laothian as there is no such Audacity translation.
2011-12-18 04:25:56 +00:00
richardash1981
16d4e6c54d
Commit patch from Leyland fixing bug 462 - crashes with VST plugins due to floating point exceptions.
2011-12-17 18:37:09 +00:00
windinthew
73e4ed2cc1
Give "Audio Device Info" unique access key so that it doesn't block "A" opening "About Audacity".
2011-12-17 00:20:42 +00:00
martynshaw99
b80b89df88
Reset phase at start of each generated waveform.
2011-12-12 23:43:21 +00:00
v.audacity
7a57f8efce
Fix overlong string in dialog.
2011-12-12 22:35:57 +00:00
v.audacity
8e79d44866
Update to 1.3.15 alpha designation.
2011-12-12 21:08:44 +00:00
v.audacity
b7a427e7bf
Reset IS_ALPHA for beta release.
2011-12-07 02:11:43 +00:00
martynshaw99
b662d99832
Put the credits to where Roger and Leland want. Assumes Dominic is happy with this.
2011-12-07 01:02:32 +00:00
v.audacity
17083dffa5
(bug 451, p2) A bit more work on what I committed yesterday.
2011-12-03 01:27:13 +00:00
v.audacity
2f043dfb0f
(bug 451, p2)
...
Correct Sequence::ConvertToSampleFormat() errors resulting in wrong block file sizes, per offline discussions with Martyn and James.
In WaveClip::ConvertToSampleFormat(), distinguish between failure and no change.
Changed deprecated calls to wxArray::Count() to GetCount(),
In Sequence::Blockify(), no reason to call Alloc() if we know we have no samples, so rearranged that code.
2011-12-02 06:54:52 +00:00
v.audacity
df53d2de52
Don't process format change if event does not specify change. This avoids incorrect PushState.
2011-12-02 06:46:31 +00:00
v.audacity
bb60f84d38
clean-up
2011-12-02 06:44:56 +00:00
james.k.crook@gmail.com
b4aad9f82d
Two Contributors changed to EmeritusDevelopers, per comments from Gale and Vaughan.
2011-12-01 21:48:05 +00:00
james.k.crook@gmail.com
2b66ab8de8
Rearrangement of credits for this release that is probably 'good enough'.
2011-12-01 16:58:40 +00:00
v.audacity
e695f447b3
Start to handle results from subordinates.
2011-12-01 05:21:07 +00:00
v.audacity
5c454c5a74
Comment out unused AudacityProject::OnSplitLabelsToTracks().
2011-11-30 23:56:34 +00:00
v.audacity
1bd1e7a089
Remove unused var newTracks.
...
Assert possible null pointer deref of label, per Vigilant Sentry analysis.
2011-11-29 06:42:44 +00:00
richardash1981
08e16c00ad
Change the default location of the audacity temporary directory to be in /var/tmp not /tmp, so that files are not deleted on reboot by the OS automation, as suggested by several users on the mailing list.
2011-11-26 17:21:52 +00:00
richardash1981
6362c4377c
If this program isn't called "audacity" then don't use ~/.audacity-data/ as the per-user files directory, use the relevant name based on what this program is actually called (if users don't want this, they can get the previous behaviour using a symlink, but you can't emulate this behaviour if you have the other one)
2011-11-26 17:05:50 +00:00
james.k.crook@gmail.com
21d55e77e6
Dealt with (and tested) some FIX-MEs and ANSWER-MEs.
2011-11-25 21:26:01 +00:00
james.k.crook@gmail.com
ed66bf3fab
Changes to allow mod-track-panel.
2011-11-25 20:40:26 +00:00