lp:tenacity
- Get this repository:
-
git clone
https://git.not.enabled/tenacity
Import details
This repository is an import of the Git repository at https://codeberg.org/tenacityteam/tenacity.git.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
main | 2023-10-19 04:24:35 UTC |
Translated using Weblate (English)
Author:
Avery King
Translated using Weblate (English) Currently translated at 99.9% (4201 of 4205 strings) Translated using Weblate (Polish) Currently translated at 98.3% (4135 of 4205 strings) Translated using Weblate (German) Currently translated at 97.8% (4115 of 4205 strings) Co-authored-by: Avery King <avery98@pm.me> |
fix-mme-audio | 2023-10-17 14:15:05 UTC |
CMake: Check for pa_win_wmme.h
Author:
Avery King
CMake: Check for pa_win_wmme.h - Define PA_USE_WMME if pa_win_wmme.h exists Signed-off-by: Avery King <avery98@pm.me> |
1.3 | 2023-10-15 20:45:09 UTC |
Tenacity 1.3.2
Author:
Avery King
Tenacity 1.3.2 Well, 1.3.2-1 really. Sorry distro packagers! Signed-off-by: Avery King <avery98@pm.me> |
wix-installers | 2023-10-15 02:58:36 UTC |
CPack: Fix Wix version string
Author:
Avery King
CPack: Fix Wix version string Signed-off-by: Avery King <avery98@pm.me> |
theme-system- |
2023-10-02 04:38:16 UTC |
Add lib-theme
Author:
Avery King
Add lib-theme - Add a new library responsible for opening theme packages. This library - Add jsoncpp as libzip as dependencies. - Add a new option to load theme packages in Preferences > Theme. On Signed-off-by: Avery King <avery98@pm.me> |
enable-sbsms | 2023-10-02 02:55:24 UTC |
CMake: Enable SBSMS by default
Author:
Avery King
CMake: Enable SBSMS by default Re-enable Tenacity's high-quality stretching effects and features. Reference-to: https:/ Signed-off-by: Avery King <avery98@pm.me> |
devicemanager- |
2023-09-23 22:05:29 UTC |
Device: Add default device attributes
Author:
Avery King
Device: Add default device attributes Signed-off-by: Avery King <avery98@pm.me> |
devicemanager- |
2023-09-23 22:05:29 UTC |
Device: Add default device attributes
Author:
Avery King
Device: Add default device attributes Signed-off-by: Avery King <avery98@pm.me> |
nyquist-update | 2023-09-16 14:57:08 UTC |
Update Nyquist submodule
Author:
Avery King
Update Nyquist submodule Signed-off-by: Avery King <avery98@pm.me> |
remove- |
2023-09-03 04:34:53 UTC |
Remove screenshot command
Author:
Avery King
Remove screenshot command Signed-off-by: Avery King <avery98@pm.me> |
io-toolbar- |
2023-08-11 04:40:37 UTC |
Get button again to prevent crash after redraw
Author:
akleja
Get button again to prevent crash after redraw On prefs close toolbars are redrawn. |
reorganize- |
2023-08-08 22:09:46 UTC |
Move theme options to ThemePrefs
Author:
Avery King
Move theme options to ThemePrefs Now that we have enabled the theme preferences panel, we can move * Theme selection Signed-off-by: Avery King <avery98@pm.me> |
dynamic-theming | 2023-08-08 21:31:29 UTC |
Implement basic dynamic theming
Author:
Avery King
Implement basic dynamic theming This commit implements basic handling when the system's light/dark mode * Add a new preference under 'Interface' named 'Respect system * Add handling in ProjectWindow for handling a switch from light to dark There are notable limitations, however: * Tenacity MUST be running in order for dynamic theming to work. * Dynamic theming overwrites your current theme preference. If you are Credit goes to @n0toose for coming up with the original POC for dyanmic Signed-off-by: Avery King <avery98@pm.me> |
meter-overhaul- |
2023-07-25 19:16:16 UTC |
MeterPanel: replace bevel with flat border
Author:
Avery King
MeterPanel: replace bevel with flat border Signed-off-by: Avery King <avery98@pm.me> |
effect-rack | 2023-07-23 21:09:44 UTC |
More ShuttleGui use; add a new top panel
Author:
Avery King
More ShuttleGui use; add a new top panel * The use of ShuttleGui has been expanded in EffectsRack. * We now add a top panel for the Apply and Bypass buttons in addition to Signed-off-by: Avery King <avery98@pm.me> |
fix-matroska- |
2023-07-19 00:46:10 UTC |
Matroska: Fix missing enums with older libraries
Author:
Avery King
Matroska: Fix missing enums with older libraries On Pop!_OS 22.04, Tenacity does not build because it ships with Signed-off-by: Avery King <avery98@pm.me> |
wx-refactoring | 2023-07-11 03:37:24 UTC |
Remove small event tables
Author:
Avery King
Remove small event tables - Use Bind() to replace small event tables. Signed-off-by: Avery King <avery98@pm.me> |
remove-wx-rtti | 2023-07-10 14:30:48 UTC |
Remove most wxWidgets RTTI macros
Author:
Avery King
Remove most wxWidgets RTTI macros Note that the selection toolbar still depends on wxWidgets' RTTI, Signed-off-by: Avery King <avery98@pm.me> |
new-toolbar-layout | 2023-06-19 21:05:04 UTC |
Increase default project window width
Author:
Avery King
Increase default project window width * Increase project window width to 1240 Signed-off-by: Avery King <avery98@pm.me> |
mixer-revamp | 2023-05-07 04:36:05 UTC |
Mixer Window: remove MIDI support
Author:
Avery King
Mixer Window: remove MIDI support Signed-off-by: Avery King <avery98@pm.me> |
refactor-buildinfo | 2023-04-06 16:04:02 UTC |
Turn BuildInfo into a namespace
Author:
Avery King
Turn BuildInfo into a namespace Signed-off-by: Avery King <avery98@pm.me> |
simplify- |
2023-04-04 19:23:52 UTC |
Use Observer::Publisher with audio events
Author:
Avery King
Use Observer::Publisher with audio events * Replace EVT_AUDIOIO_ Signed-off-by: Avery King <avery98@pm.me> |
qt | 2023-03-26 02:27:43 UTC |
Initial files for Qt
Author:
Avery King
Initial files for Qt This is enough to have a bare-bones app with an empty window. There is Signed-off-by: Avery King <avery98@pm.me> |
realtime-echo | 2023-03-21 21:19:00 UTC |
Effects: initial work for realtime capable echo
Author:
Avery King
Effects: initial work for realtime capable echo * Make EffectEcho stateful with a single main state. * Implement SupportsRealtime() in EffectEcho, which always returns Signed-off-by: Avery King <avery98@pm.me> |
graphics-updates | 2023-01-01 04:18:03 UTC |
Add methods for creating paths in PaintManager
Author:
Avery King
Add methods for creating paths in PaintManager Signed-off-by: Avery King <avery98@pm.me> |
add-lib-module | 2022-12-28 18:05:48 UTC |
ModuleManager and PluginManager don't use AudacityMessageBox
Author:
Paul Licameli
ModuleManager and PluginManager don't use AudacityMessageBox ======= Cherry-picked from Audacity commit b01bc73. Modified for Tenacity. Signed-off-by: Avery King <avery98@pm.me> |
wxqt-fixes | 2022-12-26 17:40:14 UTC |
Initial wxQt fixes
Author:
Avery King
Initial wxQt fixes Note that this commit only gets Tenacity to build with wxQt. There are * VST 2 and LV2 plugins are unsupported because of missing Qt * wxTimerEvent cannot be instantiated directly despite us doing so in * Editing is virtually impossible because the track is full of rendering Signed-off-by: Avery King <avery98@pm.me> |
build-cleanups | 2022-12-06 03:17:52 UTC |
Remove options for building the manual
Author:
Avery King
Remove options for building the manual * We are going to move forward with our own documentation. * We will begin to write our own manual soon. Signed-off-by: Avery King <avery98@pm.me> |
flatpak | 2022-12-04 23:14:34 UTC |
Fixes
Author:
Hari Rana
Fixes |
boost-support | 2022-10-10 03:26:26 UTC |
Use boost::endian::order in ProjectSerializer
Author:
Avery King
Use boost:: Signed-off-by: Avery King <avery98@pm.me> |
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
These changes add a Tool:Nyquist to Audacity. The tool loads (executes) a Nyquist program. Nyquist is extended with aud-{get, |
darkaudacity | 2019-05-07 14:03:19 UTC |
Update DA README
Author:
James Crook
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
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. |
1 → 33 of 33 results | First • Previous • Next • Last |