No description
  • C++ 50.6%
  • C 38.1%
  • QML 3.7%
  • Shell 2.4%
  • Common Lisp 1.5%
  • Other 3.4%
Find a file
Matthieu Hodgkinson aae7dfd73a
10557 spectral ruler popup (#10559)
Resolves: #10557 

<!-- Use "x" to fill the checkboxes below like [x] -->

- [x] I signed [CLA](https://www.audacityteam.org/cla/)
- [x] The title of the pull request describes an issue it addresses
- [x] If changes are extensive, then there is a sequence of easily
reviewable commits
- [x] Each commit's message describes its purpose and effects
- [x] There are no behavior changes unnecessary for the stated purpose
of the PR

Recommended:
- [x] Each commit compiles and runs on my machine without known
undesirable changes of behavior

QA:

- [x] Spectrogram ruler, once open, can be navigated with keyboard
- [x] Waveform ruler popup still looks the same and is still functional
- [x] Speaker-icon popup (that allows placing the output meters on the
top or on the side) still looks the same and is still functional
- [ ] Autobot test cases have been run
2026-03-23 13:01:38 +01:00
.github forbid push_to_s3 until S3_KEY and S3_SECRET are properly configured 2026-03-13 12:25:55 +01:00
.tx add source TS bootstrap and Transifex config 2026-03-13 12:24:25 +01:00
.vscode Fix vertical track selection 2026-02-02 10:42:36 +01:00
au3 Do not populate libcurl unless used 2026-03-20 11:58:26 +03:00
buildscripts Do not populate libcurl unless used 2026-03-20 11:58:26 +03:00
docs Doc update [skip ci] 2026-02-10 14:24:51 +01:00
help delete unused manpage and manual generators 2024-10-16 11:36:43 +02:00
images dalete unused XPM images 2024-10-16 11:36:43 +02:00
muse_framework@cbd55eedcc update framework with language changes 2026-03-13 12:25:55 +01:00
share Spectral delete shortcut (and preliminary work to spectrogram context menu) 2026-03-17 10:39:02 +01:00
src fix: Au3SpectrogramSettings struct is reloaded if WaveTrack object expired ... 2026-03-23 13:00:54 +01:00
thirdparty moved libnyquist CMakeLists.txt from au3/lib-src/ to thirdparty/ and adjust path 2026-02-26 15:39:16 +01:00
tools/translations rename MU_RUN_LRELEASE 2026-03-13 12:25:55 +01:00
.editorconfig set .editorconfig indent_size to 4 2024-10-22 16:50:10 +02:00
.gitattributes Gifs for delete pref onboarding 2025-08-22 14:51:42 +02:00
.gitignore updated muse 260130 2026-01-30 15:56:23 +02:00
.gitmodules fixed submodule 2025-12-18 17:24:12 +02:00
ABOUT-NLS
BUILDING.md Update BUILDING.md 2025-09-08 16:41:02 +03:00
CHANGELOG.txt update changelog 2024-09-12 16:21:19 +02:00
ci_build.bat moved AU4 stuff to ./ dir 2024-10-15 12:09:39 +03:00
ci_build.cmake rename MU_RUN_LRELEASE 2026-03-13 12:25:55 +01:00
CMakeLists.txt Do not populate libcurl unless used 2026-03-20 11:58:26 +03:00
CMakePresets.json Clean-up VSCode settings 2025-08-22 14:19:58 +03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Unnecessary spaces in the file 2024-05-02 12:48:20 +02:00
generate_sln.bat generate_sln.bat for visual studio users 2024-10-22 16:50:10 +02:00
INSTALL fix broken links, remove wikilinks 2023-06-02 14:29:46 +02:00
LICENSE.txt GPL-2.0+, GPL-3.0, CC-by-3.0 2021-12-21 14:30:11 +01:00
README.md Minor README cleanup 2025-10-08 13:20:43 +02:00
SetupConfigure.cmake fixed the flag 2026-02-13 18:01:39 +02:00
version.cmake Addressed code review comments 2025-09-24 12:03:51 +02:00

Audacity

Coverage

Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. More info can be found on https://www.audacityteam.org

This repository is currently undergoing major structural change.

We're currently working on Audacity 4, which means an entirely new UI and also refactorings aplenty. As such, the master branch is currently not particularly friendly to new contributors. It is still possible to submit patches to Audacity 3.x; make sure you branch off audacity3 if you choose to do so. Build instructions for 3.x can be found here; build instructions for Audacity 4 can be found here.

You can stay updated with our efforts on YouTube, Discord and our blog.

License

Audacity is open source software licensed GPLv3. Most code files are GPLv2-or-later, with the notable exceptions being /au3/lib-src (which contains third party libraries), as well as VST3-related code. Documentation is licensed CC-by 3.0 unless otherwise noted. Details can be found in the license file.