1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00
David Bailes 607e60ab4d Time Shift left/right commands: can fail for stereo track.
Time Shift left/right commands do not work on the right hand channel of a stereo track when clips are not aligned.
This has been a problem since 3.3.0. Between 2.3.1 and 2.4.2 they moved a clip in the right hand channel more than they should, so moving the clip more than the cursor.

Problems and fixes, both in DoClipMove():
1. The reason for the commands not working at all was the track rather than the channel was been passed in the call MakeTrackShifter::Call( *channel, project )
2. The reason for the clip being moved more than it should, was the left hand channel always being passed as the captured track in the call:
state.Init( project, pShifter->GetTrack(), hitTestResult, std::move( uShifter ),
         t0, viewInfo, trackList, syncLocked )

(cherry picked from audacity commit 405847092231f2cf1ddaec25855daa2feeccc566)

Signed-off-by: akleja <storspov@gmail.com>
2021-09-30 12:42:50 +02:00
2021-09-27 12:27:47 -04:00
2021-09-07 20:56:57 +02:00
2021-08-31 13:55:58 +03:00
2021-01-09 20:20:42 +00:00
2021-09-06 02:06:04 -04:00
2021-07-22 04:49:59 -04:00
2021-09-14 14:58:11 -04:00
2021-09-06 02:05:21 -04:00
2021-07-28 23:31:05 -04:00
2021-07-28 23:31:05 -04:00
2021-09-20 23:23:43 -04:00
2021-08-30 12:58:28 +03:00
2021-07-25 22:56:18 -04:00
2021-09-28 18:43:33 -04:00
2018-09-10 18:31:03 +01:00
2021-08-27 17:24:16 +03:00

Tenacity

Chat on IRC License Open issues GitHub builds builds.sr.ht Translation status Donators

Tenacity is an easy-to-use multi-track audio editor and recorder for Windows, MacOS, GNU/Linux and other operating systems. It is a fork of the widely popular Audacity and is being developed by a wide, diverse group of volunteers.

  • Recording from audio devices (real or virtual)
  • Export / Import a wide range of audio formats (extensible with FFmpeg)
  • High quality including up to 32-bit float audio support
  • Plug-ins providing support for VST, LV2, and AU plugins
  • Scripting in the built-in scripting language Nyquist, or in Python, Perl and other languages with named pipes
  • Editing arbitrary sampling and multi-track timeline
  • Accessibility including editing via keyboard, screen reader support and narration support
  • Tools useful in the analysis of signals, including audio

Why did this project fork Audacity?

You can find more information on the causes of the fork here:

Pre-fork Access

The latest Windows and macOS release of the pre-fork version of this repository may be available from the Audacity website. Additionally, one may find help and/or support for the pre-fork releases at the Audacity Forum. Developers may find information for the pre-fork releases available at the Audacity Wiki.

Getting Started

Build instructions for Tenacity are available in the BUILDING.md file.

Contributing

To start contributing please read the CONTRIBUTING.md file.

Translation

Thank you to Weblate for providing translation SaaS hosting at weblate.org.

Description
No description provided
Readme 341 MiB
Languages
C++ 56.3%
C 34.4%
Common Lisp 4.3%
CMake 1.6%
Python 1%
Other 2.2%