1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-14 07:37:43 +02:00

2477 Commits

Author SHA1 Message Date
Leland Lucius
f3f7dca595 Further fixes based on Peter's feedback. 2015-04-25 11:23:00 -05:00
Leland Lucius
63dd4470f1 This "should" fix the text controls 2015-04-25 04:12:14 -05:00
James Crook
4914243387 EXPERIMENTAL_SCIENCE_FILTER out for 2.1.1
Or if not out, will be off by default and enabled via mod-extra-effects
2015-04-24 23:33:26 +01:00
Leland Lucius
267692e113 Fix for bug #918 2015-04-24 14:17:06 -05:00
James Crook
3146c2eb07 Merge remote-tracking branch 'dave/moreplaysnippets' into up_master 2015-04-24 16:41:26 +01:00
David Bailes
90c2b503ea added commands PlayBeforeAndAfterSelectionStart and PlayBeforeAndAfterSelectionEnd. Useful for checking the joins after pasting or aligning. 2015-04-24 16:23:17 +01:00
David Bailes
74ca312067 updated TrackPanel::OnTrackMoveUp etc so that MoveTrack is only called when track can be moved, and so history is correct 2015-04-24 16:19:29 +01:00
David Bailes
593197c2db add commands for moving focused track up, down, to top, and to bottom 2015-04-24 16:19:28 +01:00
Leland Lucius
ed79e13fbf Merge pull request #36 from DanWin/performance
Performance improvements
2015-04-24 07:52:38 -05:00
David Bailes
0b2d5729c5 added two commands to move to first or last track 2015-04-24 11:38:55 +01:00
James Crook
593cc6ee5e Bug 855 - Data loss sample editing (Do/Undo)
I've added code that now treats sample editing as another kind of mouse capturing activity (IsAdjustingSample).  We will now not undo or redo whilst mouse is captured.  Does not depend on what key binding is used for redo/undo.
2015-04-24 09:55:03 +01:00
Vaughan Johnson
dcef32f312 Main website now at audacityteam.org
Forum, wiki and manual were already there.  Now the main website is there too.
2015-04-24 08:07:12 +01:00
Leland Lucius
def823cb40 Possible solution for missing HWND definition 2015-04-23 23:52:48 -05:00
James Crook
e81e72a035 Pass the Version String to Check for Changes page. 2015-04-23 23:13:18 +01:00
James Crook
999a5834e6 Workaround for SUIL Windows Release build Failure.
HWND not defined, so comment out the code to get it to compile.
2015-04-23 23:11:22 +01:00
James Crook
b7d6af1d87 Added "Check for updates" menu item.
Also fixed line endings on AudacityApp.cpp.
2015-04-23 22:31:10 +01:00
Leland Lucius
c5b4b3ae00 Added factory presets support to LV2 effects
Try it with recent CALF effects.
2015-04-23 12:30:28 -05:00
Daniel Winzen
92d522132e Variable cleanup 2015-04-23 18:30:38 +02:00
Leland Lucius
78ffcd8a1e This "should" fix the double execution Prompt issue 2015-04-23 09:21:28 -05:00
Daniel Winzen
759ff8cd0d Performance improvements 2015-04-23 16:07:25 +02:00
Leland Lucius
f7a7674e97 Fix loading/saving user presets for external effects 2015-04-23 08:17:33 -05:00
Leland Lucius
dc12de8901 Fix factory reloading for external effects based on Peter's feedback. 2015-04-23 08:04:32 -05:00
Leland Lucius
dc8f8a43db Oops...missed a file. 2015-04-23 08:01:26 -05:00
Leland Lucius
cff7df273f Save and restore current settings when doing auto-reload 2015-04-23 07:40:47 -05:00
Leland Lucius
d841172abb Fix auto-reload of changed Nyquist effects 2015-04-23 07:36:04 -05:00
Leland Lucius
71cb68b798 Fix HighPass and LowPass effects based on Peter's feedback 2015-04-23 07:25:29 -05:00
Steve Daulton
9aa8885d9b A few more minor fixes to Quick-Play.
Ensure that Quick-Play is within usable region of Track panel.
Fix Quick-Play Cut-preview.
2015-04-23 13:21:56 +01:00
Leland Lucius
293ebe1ab0 Add missing Repair effect 2015-04-23 03:22:47 -05:00
Leland Lucius
fe4e91ab47 Fix Wahwah based on Peter's feedback. 2015-04-23 02:04:06 -05:00
Leland Lucius
24bd603f66 Fix Phaser based on Peter's feedback 2015-04-23 02:03:31 -05:00
Leland Lucius
0f8e0ffeb6 Fix DtmfGen base on Peter's feedback 2015-04-23 02:02:34 -05:00
Leland Lucius
d95cb872a4 Allow changes to be recorded in history 2015-04-22 19:15:15 -05:00
Leland Lucius
e8b0ca8707 Bring back the Nyquist debug button 2015-04-22 15:55:58 -05:00
Leland Lucius
f8b9cd69e2 Fix AutoDuck based on Peter's feedback 2015-04-22 13:05:27 -05:00
Leland Lucius
7f0c91bdfd Fix ChangePitch based on Peter's feedback 2015-04-22 13:05:04 -05:00
Leland Lucius
bb57a98e8f Fix ChangeSpeed based on Peter's feedback 2015-04-22 13:04:37 -05:00
Leland Lucius
ae860ff967 Fix Echo based on Peter's feedback 2015-04-22 13:04:06 -05:00
Leland Lucius
b22f6b59d2 Fix ChangeTempo based on Peter's feedback 2015-04-22 13:03:35 -05:00
Leland Lucius
76864cb2d3 Fix EQ effect based on Peter's feedback 2015-04-22 13:02:55 -05:00
Leland Lucius
61b9888eaf Fix stereo to mono 2015-04-22 13:02:07 -05:00
Daniel Winzen
d3a308ff2b Fix errors 2015-04-22 14:53:01 +02:00
Paul-Licameli
1c919c1d4d Scrubbing may not start during recording. You must Stop recording first. 2015-04-21 20:48:29 -04:00
Steve Daulton
cefd21325e Redoing Steve's: Fix play from click position when Quick Play Loop in selection.
Minus the unnecessary change to ControlToolBar.cpp.
2015-04-21 20:25:33 -04:00
Paul-Licameli
d8cabc14e5 Revert the rest of it 2015-04-21 19:50:06 -04:00
Paul-Licameli
a320c0c5ae Merge branch 'temp2' 2015-04-21 19:38:45 -04:00
Paul-Licameli
a3fcf5a265 Revert unintended changes. Should have changed Ruler.cpp only.
This (partially) reverts commit 79b7caac07e92e73848b60135e1b31b08ab48724.
2015-04-21 19:37:19 -04:00
Paul-Licameli
da2b9e3233 Fix other assertion violations in wave clip cache code, and add comments.
Duplicate the assertion for the case of spectrograms.
2015-04-21 17:52:29 -04:00
Steve Daulton
e45afbaa76 A few minor fixes to Quick-Play (now hyphenated for consistency). 2015-04-21 20:46:52 +01:00
Paul-Licameli
8bcec00e65 Rewrite Sequence::GetWaveDisplay
That is the function that computes the heights of dark and pale blue lines in
the waveform display.

It's not simple but now the flow of control is less strange and it is better
commented.

This doesn't fix or enhance anything, but it might find use later, such as in
a project to adapt the resolution of the display in reponse to slow scrolling
updates.
2015-04-21 11:11:20 -04:00
Steve Daulton
0b67e1c5ac Allow Quick Play to be disabled (requested by Gale Andrews). 2015-04-21 00:51:23 +01:00