1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

810 Commits

Author SHA1 Message Date
martynshaw99
fe2449858d Add missing include 2011-06-12 16:46:21 +00:00
martynshaw99
20a2c8cc17 Don't allow other than numeric chars in the input boxes. 2011-06-12 00:04:51 +00:00
martynshaw99
6bd56a5471 Remove 'CS' from preset storage.
Make default normalization level -1.0dB.
Disallow norm level >0dB.
If level read from pref is +ve, make it -ve.
Add checking for various illegal OK/Preview combinations.
Validate input on a numeric input field.
2011-06-11 23:08:06 +00:00
martynshaw99
40f82c962c Move minus sign to text box.
Allow stereo normalising.
Default to stereo normalising.
Speedup (maybe 20%) by use of track->GetMinMax instead of an expensive conditional in a tight loop.
2011-06-09 23:22:10 +00:00
mchinen
9bd2da0284 Bug 406 (P2) - (partial?) Fix for labeltracks in large projects being slow/laggy/jerky.
Undoes Roger's fixes for bug 255/148, as this was one component of the bug.
This fix restores TrackPanel::RefreshTrack to using a cliprect instead of doing an entire refresh.
It does it by using a repair flag in TrackPanel::DoDrawIndicator that does not advance the indicator time (so the only place the time can advance is in OnTimer)

I tested to make sure both bugs were okay after my fix.

This fix may restore usability enough to resolve the bug, but I note that there are other potential optimizations we can make, discussed on the bug 406 bugzilla comments.
2011-06-04 02:41:16 +00:00
martynshaw99
e56cb9736b Fixes for missing rounding bugs, detailed in bug 286. 2011-06-01 23:17:30 +00:00
mchinen
296d9e1ce9 restore build for when USE_PORTMIXER is not defined. This fixes an issue where audacity could not be built on certain linux boxes without devices 2011-06-01 18:59:51 +00:00
mchinen
fec888198a svn:eol-style was not set to native for DeviceManager.cpp/h 2011-06-01 18:55:51 +00:00
mchinen
b9725a6c13 Bug 396 (P4) Fix double dialog with Files Missing and Missing Aliased File(s) from appearing. Patch by Martyn Shaw. 2011-06-01 18:22:06 +00:00
mchinen
927c34e5e2 Bug 390 (P4) - fix for detaching at silences when silence is a clip creates spurious single-sample clip 2011-06-01 17:11:42 +00:00
mchinen
6e6367e958 Bug 372 (P2) - import MP2s with libmad (Patch by Leland Lucius) 2011-06-01 14:47:43 +00:00
mchinen
a0c1ac4cd3 Use the initial default of stereo instead of mono for recording channels 2011-06-01 13:09:00 +00:00
v.audacity
1f7a46a620 Remove unused mLastAutoSaveTime cruft. Comment out other no-op cruft. 2011-05-28 00:42:07 +00:00
martynshaw99
6e6d709821 'Spectrogram (logF)' wasn't obeying prefs. Use the values that are for non-log. Short-circuiting a still unfinished feature. See bug 85. 2011-05-25 23:19:57 +00:00
windinthew
867d93607f Updated software translation from Christian. 2011-05-25 17:07:18 +00:00
martynshaw99
86f34d48b4 Remove artificial restriction on default maximum frequency of Spectrogram 2011-05-22 23:15:23 +00:00
james.k.crook@gmail.com
b9dcee27e2 Ooos. Removed short-circuit of AutoSave that was added for testing AutoSave slowdown. 2011-05-22 19:05:14 +00:00
james.k.crook@gmail.com
3f68c0b92e Release build needed UndoManager.h included. 2011-05-22 16:23:11 +00:00
james.k.crook@gmail.com
74490b02c7 Bug:406 Amelioration of slowdown when editing labels with long audio. 2011-05-22 13:41:01 +00:00
mchinen
391920624d Bug 137 (P2) - fix regression caused by r11118 where orphan files weren't detected 2011-05-17 21:15:17 +00:00
martynshaw99
8c7f342d40 Allow users to select more spectrum sizes (even though they are slower) 2011-05-11 23:49:01 +00:00
windinthew
495e3476be Typo in LV2 URI. 2011-05-06 18:20:05 +00:00
windinthew
df713fac23 Steve's latest updates.
* More options for label numbering.
* Fixes a bug where "number of labels" method with "include final label" resulted in labels being placed after the end of the selection.
* ;categories line removed.
2011-05-04 21:22:41 +00:00
james.k.crook@gmail.com
6cc4b04784 Bug:382 Resetting control toolbar whilst audio was playing led to attempts by gAudio to update a non-existent window and crash on OSX. We now stop the current monitoring on a toolbar reset. 2011-05-03 12:00:45 +00:00
martynshaw99
352cca2c59 Calling Spectrograms what they are, a patch by Thor Andreassen. 2011-05-02 22:15:23 +00:00
james.k.crook@gmail.com
1ddf09da3e BUG:357 BUG:380 fixes styling using css and movement of quick_help.html to top level. 2011-05-02 19:05:52 +00:00
james.k.crook@gmail.com
141f9f3f7a Changed 'Dump' to 'Offline version' 2011-05-01 21:58:56 +00:00
james.k.crook@gmail.com
a47d981410 Now starts at /man directory. 2011-04-30 17:31:17 +00:00
james.k.crook@gmail.com
067d10ea44 Moved index.html up one level in the directory tree. That's where Audacity expects it. 2011-04-30 13:02:39 +00:00
james.k.crook@gmail.com
8838820660 _TCHAR -> wxChar for Ubuntu compatibility 2011-04-30 09:46:11 +00:00
james.k.crook@gmail.com
004df99f78 _TCHAR -> wxChar for Ubuntu compatibility 2011-04-30 09:45:43 +00:00
james.k.crook@gmail.com
79309f6df4 Script to pull manual no longer includes the translations. 2011-04-29 14:45:28 +00:00
mchinen
793f52aeab Bug 373 (P2) - fix case where a label track would crash sync lock. This problem was recently introduced by fixes to bug 373. 2011-04-29 13:27:37 +00:00
james.k.crook@gmail.com
67387b6bc6 Use _TCHAR in place of wchar_t for VersionName 2011-04-29 07:52:46 +00:00
james.k.crook@gmail.com
aca5cd7fff Use _TCHAR in place of wchar_t for VersionName 2011-04-29 07:52:00 +00:00
windinthew
0998462eb2 Fix conflicting access keys. 2011-04-29 05:46:39 +00:00
windinthew
75f9141d41 Updated software translation from Lars. 2011-04-28 22:52:08 +00:00
mchinen
ada7eaf758 Apply patch by Christopher Rudorff that fixes an issue where re-opening OD projects would create blockfiles with malformed filenames.
Modified by mchinen to cleanup debug messages and fix unbalanced mutex on error.
Original patch notes:

    OD loader doesn't properly continue scanning files
    
    BUG:
    
    * import large audio file with OD import
    * save and close project before OD finishes
    * open project again: OD failes badly on continuing
    
    Syntoms:
    
    * .auf.auf.auf worm files ...
    * truncated wave display
    
    The isse is subtile:
    
    <odpcmaliasblockfile summaryfile="e000031a.auf" aliasfile="/home/chris/Records/test/0.5seek+cue.flac" aliasstart="26738688" aliaslen="524288" aliaschannel="1"/>
    
    A ODPCMAliasBlockFile is a AliasBlockFile which has 3 overloaded
    constructer. One of then silently adds '.aup' to the summaryfile.
    
    So when creating those tracks from XML, we must use the other constructor.
    
    Now we run into a second bug:
    
    AudacityProject::OpenFile calls ProjectFSCK after reading which deletes
    the just created empty directories in the _data/e00 dir. OD is doomed.
    So simply skip rmdir in fsck.  The OD..Blockfiles will disapper when the
    OD finishes, so empty dirs will be deleted on further opening the project.
2011-04-28 19:57:37 +00:00
mchinen
fd7491af14 Bug 373 (P2) - fix case where right channel couldn't be successively dragged between stereo tracks without a mouse up event. 2011-04-28 18:06:49 +00:00
james.k.crook@gmail.com
dbca41aa89 Rearrangements to Edit Menu. (as per Proposal Menu Rearrangements) 2011-04-27 22:05:02 +00:00
windinthew
20ae73eefc Fix problems with OpenFIle filters for audio and MIDI. 2011-04-27 06:20:19 +00:00
v.audacity
f7c48c66d2 Fix signed/unsigned compiler warning. 2011-04-26 21:49:30 +00:00
v.audacity
0a15abc8aa Fix accidental migration from branch. 2011-04-26 21:24:28 +00:00
v.audacity
de184c3b86 clarifications and corrections in some comments 2011-04-26 21:19:59 +00:00
mchinen
fbe3a80ab1 Bug 373/378 (P2) - Fix a case where one track of an aligned stereo pair could be moved independently 2011-04-26 16:47:06 +00:00
mchinen
cf49d77dda Found and fixed a case where int was used where sampleCount should be 2011-04-26 14:54:41 +00:00
mchinen
015ac3f873 Bug 373 (P2) - Improve vertical dragging. Fixed an issue where stereo tracks would split up under certain conditions. Other conditions still cause this bug. Also fixed an issue where strange behavior could occur if the right channel of the stereo pair was selected for dragging. 2011-04-26 13:15:19 +00:00
james.k.crook@gmail.com
fe4a271fa1 Added TrackPanel2. Removed namespaces, as they don't help avoid collision with TrackPanel name. 2011-04-25 21:27:30 +00:00
james.k.crook@gmail.com
214b405646 FIX: Made LinkingHtmlWindow available to modules. 2011-04-25 21:25:21 +00:00
james.k.crook@gmail.com
b45d9ae327 Added SkewedRuler and started on registration system. 2011-04-25 20:22:01 +00:00