lp:audacity

Owned by Audacity Team
Get this repository:
git clone https://git.not.enabled/audacity

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/audacity/audacity.git.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log

Updating repository...

Launchpad is processing new changes to this repository which will be available shortly. Reload to see the changes.

Branches

Name Last Modified Last Commit
master 2023-10-19 15:16:44 UTC
Merge remote-tracking branch 'audacity/release-3.4.0' into master

Author: Paul Licameli
Author Date: 2023-10-19 15:16:44 UTC

Merge remote-tracking branch 'audacity/release-3.4.0' into master

release-3.4.0 2023-10-19 13:29:58 UTC
Danish translation updated by Thomas Breinstrup

Author: Dmitry Vedenko
Author Date: 2023-10-19 13:29:58 UTC

Danish translation updated by Thomas Breinstrup

qt 2023-10-09 09:51:32 UTC
Merge pull request #5334 from ksoze95/qt_mac_menu

Author: ksoze95
Author Date: 2023-10-09 09:51:32 UTC

Merge pull request #5334 from ksoze95/qt_mac_menu

Made the Mac Qt Audacity feel more native by moving the menu from the application to the system menu bar

release-3.3.3 2023-06-08 13:17:02 UTC
update changelog to 3.3.3

Author: LWinterberg
Author Date: 2023-06-08 13:11:14 UTC

update changelog to 3.3.3

release-3.3.2 2023-05-05 18:50:46 UTC
Changelog updated for Audacity 3.3.2

Author: Dmitry Vedenko
Author Date: 2023-05-05 18:50:42 UTC

Changelog updated for Audacity 3.3.2

release-3.3.1 2023-04-27 09:53:19 UTC
Merge pull request #4588 from Paul-Licameli/Effect-preview-progress

Author: Paul Licameli
Author Date: 2023-04-27 09:53:19 UTC

Merge pull request #4588 from Paul-Licameli/Effect-preview-progress

Effect preview progress

Fix bugs related to progress dialogs when previewing effects, and a minor inconsistency in button tooltips.

release-3.3.0 2023-04-23 19:57:46 UTC
Hebrew translation updated by Israel Yedidya

Author: Dmitry Vedenko
Author Date: 2023-04-23 19:57:46 UTC

Hebrew translation updated by Israel Yedidya

release-3.2.5 2023-03-01 13:10:29 UTC
Bumps Audacity version to 3.2.5

Author: Dmitry Vedenko
Author Date: 2023-03-01 13:10:29 UTC

Bumps Audacity version to 3.2.5

release-3.2.4 2023-02-17 16:30:19 UTC
add support for "seconds + milliseconds" time format

Author: Jason Cipriani
Author Date: 2023-02-02 16:42:55 UTC

add support for "seconds + milliseconds" time format

adds support for "seconds + milliseconds" time format

release-3.2.3 2022-12-27 11:53:35 UTC
Update Germain Translation from Transifex

Author: Grzegorz P.
Author Date: 2022-12-27 11:46:52 UTC

Update Germain Translation from Transifex

Update German Translation from Transifex

Greetings,
Gootector

release-3.2.2 2022-12-06 14:25:17 UTC
Defend against out-of-bounds parameter ID being > mAEffect->numParams

Author: Paul Licameli
Author Date: 2022-12-05 16:31:12 UTC

Defend against out-of-bounds parameter ID being > mAEffect->numParams

release-3.2.1 2022-10-13 13:55:46 UTC
Merge pull request #3761 from Paul-Licameli/Separate-effect-outputs-v2

Author: Paul Licameli
Author Date: 2022-10-13 13:55:46 UTC

Merge pull request #3761 from Paul-Licameli/Separate-effect-outputs-v2

Output port locations for Ladspa and LV2 effects are not inside their EffectSettings.

This is preliminary to other simplifications of inter-thread communications.

Incidentally, the UI for output metering of Ladspa and LV2 effects becomes really functional.

A data race bug is knowingly added here but will be fixed in the next merge.

release-3.2.0 2022-09-22 16:16:06 UTC
Plugin bundle validation fix (plugin contains multiple effects)

Author: Vitaly Sverchinsky
Author Date: 2022-09-22 14:29:25 UTC

Plugin bundle validation fix (plugin contains multiple effects)

release-3.1.3 2021-12-22 15:35:36 UTC
Update CHANGELOG.txt

Author: LWinterberg
Author Date: 2021-12-22 13:52:48 UTC

Update CHANGELOG.txt

release-3.1.2 2021-11-16 12:13:18 UTC
issue #2119: Data loss on joining clips

Author: David Bailes
Author Date: 2021-11-12 12:30:51 UTC

issue #2119: Data loss on joining clips

Joining clips using the Join command (Ctrl+J) can cause data in preceeding clips to be silenced.

Fix: In WaveTrack::Join(), the initial value of t should be PlayStartTime of the first clip, not SequenceStartTime.

release-3.1.1 2021-11-10 14:00:49 UTC
Fixes WaveTrack::ClearAndPaste

Author: Vitaly Sverchinsky
Author Date: 2021-11-03 20:03:57 UTC

Fixes WaveTrack::ClearAndPaste

ClearAndPaste now also is able to preserve trimmed data and old clip names at split points

release-3.1.0 2021-10-28 09:14:30 UTC
Fix envelope drawing again

Author: Paul Licameli
Author Date: 2021-10-27 23:46:59 UTC

Fix envelope drawing again

release-3.0.5 2021-10-05 09:22:53 UTC
Merge branch 'master' into release-3.0.5

Author: Dmitry Vedenko
Author Date: 2021-10-05 09:22:53 UTC

Merge branch 'master' into release-3.0.5

release-3.0.4 2021-08-18 10:21:37 UTC
Revert "Bug 1686 - Equalization effects ignore and remove any amplitude envel...

Author: Dmitry Vedenko
Author Date: 2021-08-18 10:11:58 UTC

Revert "Bug 1686 - Equalization effects ignore and remove any amplitude envelope"

This reverts commit 58adb94747a824617adb2ff6636cef91e959037f.

release-3.0.3 2021-07-23 21:14:33 UTC
pl.po - very important fix

Author: Grzegorz Pruchniakowski
Author Date: 2021-07-23 20:40:18 UTC

pl.po - very important fix

File pl.po needs fix, because strings with "fuzzy" are untranslated in program.

Greetings,
Gootector

au-ny-api 2021-06-13 01:32:30 UTC
These changes add a Tool:Nyquist to Audacity. The tool loads (executes) a Nyq...

Author: rbdannenberg
Author Date: 2021-06-13 01:32:30 UTC

These changes add a Tool:Nyquist to Audacity. The tool loads (executes) a Nyquist program. Nyquist is extended with aud-{get,put}-{audio,label,notes} functions so that Nyquist can read/write track data.

darkaudacity 2019-05-07 14:03:19 UTC
Update DA README

Author: James Crook
Author Date: 2019-05-07 13:59:02 UTC

Update DA README

mac-2.1.1-vi 2015-11-05 11:49:50 UTC
Accessible version of Audacity 2.1.1 (for Mac OSX)

Author: James Crook
Author Date: 2015-11-05 11:49:50 UTC

Accessible version of Audacity 2.1.1 (for Mac OSX)

These changes are to indicate that this is the vi compiled version. Note that I did not change the string in version.h so as to preserve compatibility with the mainstream 2.1.1.

123 of 23 results
This repository contains Public information 
Everyone can see this information.