Paul Licameli
9eaa40659e
Utility for track editing leaves fewer direct calls to GetLinked()
2017-03-17 17:52:28 -04:00
Paul Licameli
54aea4bccf
Rewrite TrackPanel::FindTrack as FindCell ...
...
... which reports disjoint rectangles for the track control panel, the vertical
ruler, and the proper track area.
2017-03-17 17:52:28 -04:00
Paul Licameli
8ddbc1d3d3
Assume number of spectrogram bins = 1/2 FFT window in fewer places...
...
... and that they have equal width on the linear scale
... also simplify the logic involving zero padding factor
This is more preparation for constant-q.
2017-03-17 17:52:28 -04:00
Paul Licameli
d831318132
simplify SpectrogramSettings::GetScale; abstract frequency-to-bin...
...
... this is a preparation for the constant-q feature, if we want it.
2017-03-17 17:52:27 -04:00
Paul Licameli
a4a9df5c03
One function for the common parts of BlockFile::ReadData overrides
2017-03-17 17:52:27 -04:00
Paul Licameli
a86cc1cb3b
Stylistic changes
2017-03-17 17:52:25 -04:00
Paul Licameli
004df48438
Make Effect::mTracks private
2017-03-17 17:52:25 -04:00
Paul Licameli
aa0d55ac83
Use enum class ProgressResult, don't interconvert with int or bool
2017-03-17 17:52:24 -04:00
Paul Licameli
5036583549
Fewer inclusions of AudacityApp.h
2017-03-17 17:52:24 -04:00
Paul Licameli
a9396b912d
Change required to compile certain uses of finally, I don't know why
2017-03-17 17:52:23 -04:00
Paul Licameli
d174099c3d
Disallow copy of Sequence
2017-03-17 17:52:23 -04:00
Paul Licameli
b019e28a53
remove unused variable
2017-03-17 17:52:23 -04:00
Paul Licameli
c55d83898a
Clarify operator precedence
2017-03-17 17:52:22 -04:00
Paul Licameli
3e51fd5078
fix some comments
2017-03-17 17:52:22 -04:00
Paul Licameli
6665370f61
Fix spelling in a function name
2017-03-17 17:52:21 -04:00
Paul Licameli
9af53f92cc
un-confused editor indenting
2017-03-17 17:52:21 -04:00
Paul Licameli
81285ee0c1
More const and override
2017-03-17 17:52:20 -04:00
Paul Licameli
9ddb5bb1f3
more use of size_t
2017-03-17 17:52:20 -04:00
Paul Licameli
12a78f9fae
Some maintenance of experimental branches, mostly compilation
2017-03-17 17:52:19 -04:00
Paul Licameli
4913b124b2
Correct the argument passed to OnEffect by EffectRack
2017-03-17 17:52:19 -04:00
Paul Licameli
cde1e1eaab
Remove some duplication, fix EXPERIMENTAL_OUTPUT_DISPLAY and Esc key
2017-03-17 17:52:18 -04:00
Paul Licameli
64d163ebcd
Make EXPERIMENTAL_OUTPUT_DISPLAY compile
2017-03-17 17:52:18 -04:00
Paul Licameli
ed8c7fd60d
Make EXPERIMENTAL_MIDI_OUT compile, but it fails to link
2017-03-17 17:52:18 -04:00
Paul Licameli
1e8f0e5a59
EXPERIMENTAL_VOICE_DETECTION: compile, use const, more careful casts
2017-03-17 17:52:17 -04:00
Paul Licameli
4c6306e6d6
Fix compilation of old NoiseRemoval
2017-03-17 17:52:17 -04:00
Paul Licameli
e7c0862546
Fix compilation of EXPERIMENTAL_OD_FFMPEG
2017-03-17 17:52:17 -04:00
Paul Licameli
463e7d971d
Make EXPERIMENTAL_FIND_NOTES work again
2017-03-17 17:52:16 -04:00
Paul Licameli
dbb2f04def
Incomplete fixes for compilation of EXPERIMENTAL_EQ_SSE_THREADED
2017-03-17 17:52:16 -04:00
James Crook
f061b0b853
Prepare for 2.2.0 Release Cycle.
...
* IS_ALPHA to 1
* Version number to 2.2.0.
2017-03-17 20:39:11 +00:00
James Crook
2fef7f34b8
No longer force local FFMPEG and LIBFLAC
Audacity-2.1.3
2017-03-13 21:02:21 +00:00
James Crook
ffe4aae962
IS_ALPHA to 0
2017-03-08 13:37:36 +00:00
James Crook
95dc3225e5
CXXFLAGS IS still required.
2017-03-08 13:35:30 +00:00
Leland Lucius
0efe931df2
Bug 290 - (Mac) LAME: Audacity looks for LAME in a restricted folder that Mac no longer supports
2017-03-03 19:27:17 +00:00
James Crook
2efd4ee9ca
Bug 1599 - Amelioration. Don't require TrackExists to paste.
...
Following agreement between Steve and David B.
2017-03-03 10:14:32 +00:00
James Crook
a5f7dc60c4
Alpha welcome screen help hyperlinks to alpha manual.
2017-03-02 16:33:19 +00:00
James Crook
4576ccb1ad
HasFiles and HasSubDirs require a successfully opened directory.
...
Issue found by David Bailes.
2017-03-02 13:08:19 +00:00
Darrell Walisser
d1b49952e9
Two Initialisations (Valgrind)
2017-03-01 22:39:27 +00:00
Paul Licameli
a3d20c846a
Don't invert 24 or 32 bit PCM files when reimported via FFmpeg libs
2017-03-01 21:50:45 +00:00
Steve Daulton
b66675d71c
Restore legacy Nyquist plug-in PEAK-LEVEL property
2017-03-01 18:14:30 +00:00
Steve Daulton
f19b79f5c3
Consistency: 'plug-in' not 'plugin'
...
but retain deprecated / legacy form in code for compatibility.
2017-03-01 18:14:30 +00:00
James Crook
a4136f5979
Bug 1427 - Summary: Wording Issues - Metadata Tags
2017-03-01 15:57:48 +00:00
James Crook
95861bf7f2
Bug 1567 - Amelioration. Delete EMPTY temp dirs on close in multiproject
...
This fix adds flags to RecursivelyRemove to be more specific about what to remove. With the kCleanDirsOnlyIfEmpty option it is now safe to call CleanDir on closing a second unsaved project. In particular, if some of the wave has been copied to the clipboard, that part of the wave does not get deleted on close, and is available to paste into the other project which is still open. In CleanDir the folders containing those block files are not deleted. They will get deleted later when the second project is closed too.
CleanDir is now called with that option when closing a project that is not the last one being closed. .DS_Store files, if present, will be deleted, and any empty directories for that project. I have also tested that clipboard contents are preserved.
2017-03-01 15:57:01 +00:00
James Crook
fc42fd9b0d
Bug 1597 - Tweak: make version check on welcome user-initiated.
...
The welcome screen now has an extra prelude for Alphas, and as result no longer needs to force a version check onto our website. Users can still do that by clicking "check online".
I've also rearranged the version check code a little, so that there is better reuse. E.g. we can change the URL in just one place in the code.
2017-02-28 19:05:06 +00:00
James Crook
95e5d37042
CXXFLAGS on ./configure no longer required.
2017-02-28 09:39:48 +00:00
James Crook
facaeb9b59
Enable version checking (from build info) in release versions.
2017-02-26 18:58:31 +00:00
James Crook
f26478f75d
Typo Comit -> Commit
2017-02-26 18:04:43 +00:00
James Crook
bf7799e90c
Bug 1412 - (partial workaround for) modeless real/empty "Help on the Internet" pair.
2017-02-26 09:44:23 +00:00
James Crook
9cb68a66a0
Always include build date/time in CheckUpdate
2017-02-26 09:10:30 +00:00
James Crook
c53e2dbb77
Bug 1597 - Enh: Greater clarity over status of versions needed
...
- For ALPHA builds we do a check version with the Welcome screen (if welcome screen is enabled).
- A 'Check Online' in the About box provides a new route to check version
- Check Version now passes CommitId and Build Date/Time to identify a version.
To actually close the bug we need the javascript on the server page to put up informative messages.
2017-02-25 23:00:39 +00:00
Darrell Walisser
43291687a5
Bug 1401 - Wait for window visibility before starting timer
2017-02-25 16:16:42 -05:00