diff options
author | nia <nia@pkgsrc.org> | 2019-06-04 23:09:51 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-06-04 23:09:51 +0000 |
commit | 8dbdf5dfb392589b9f4c9ca79c26a1cb92260238 (patch) | |
tree | 239309b530091ca407eae82a6106577026a92f54 /audio/audacity/PLIST | |
parent | da1c3f39a8b80f7aa21a2929fdf4e0112dd08558 (diff) | |
download | pkgsrc-8dbdf5dfb392589b9f4c9ca79c26a1cb92260238.tar.gz |
audacity: Update to 2.3.2
Changes in 2.3.2
Audacity now includes the LAME MP3 encoder.
There is a new Select button in the track panel to select the whole track.
Audacity mod-script-pipe for driving Audacity from Python now comes with Audacity and it can be enabled via preferences.
Over 20 bugs fixed since 2.3.1. The most serious bug was that Audacity 2.3.1 would crash if append-recording to a collapsed track.
Changes in 2.3.1
About 25 bugs fixed (since 2.3.1)
Options and preferences:
Microfades are now an opt-in feature. They were always on in 2.3.0.
The advanced vertical zooming option is now available in the View->Zoom menu.
Regular interval labels now support range labels.
Changes in 2.3.0 (withdrawn release)
Many new features and over 90 bugs fixed (since 2.2.2)
New feature – “Punch and Roll Recording”
Pinned-play-head can now be repositioned by dragging
Play-at-speed now can be adjusted whilst playing.
Toolbars controlling volume and speed can now be resized for greater precision
Macros (formerly ‘Chains’) substantially extended
New Macro palette
Macros can be bound to keyboard keys
New commands
New ‘Tools’ menu
New ‘Scriptables’ commands
Nyquist gains AUD-DO command
Nyquist effects are now translatable and translated
More dialogs have help buttons now
Increased legibility of trackname display
Half-wave option for collapsed tracks
Sliding Stretch
Dialog (option) for entering labels
Diffstat (limited to 'audio/audacity/PLIST')
-rw-r--r-- | audio/audacity/PLIST | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/audacity/PLIST b/audio/audacity/PLIST index 074187c698f..9e1a623fc66 100644 --- a/audio/audacity/PLIST +++ b/audio/audacity/PLIST @@ -1,18 +1,19 @@ -@comment $NetBSD: PLIST,v 1.14 2019/02/10 17:14:42 nia Exp $ +@comment $NetBSD: PLIST,v 1.15 2019/06/04 23:09:51 nia Exp $ bin/audacity lib/libFileDialog.so.0 man/man1/audacity.1 share/appdata/audacity.appdata.xml share/applications/audacity.desktop share/audacity/EQDefaultCurves.xml +share/audacity/include/audacity/ComponentInterface.h share/audacity/include/audacity/ConfigInterface.h share/audacity/include/audacity/EffectAutomationParameters.h share/audacity/include/audacity/EffectInterface.h -share/audacity/include/audacity/IdentInterface.h share/audacity/include/audacity/ImporterInterface.h share/audacity/include/audacity/ModuleInterface.h share/audacity/include/audacity/PluginInterface.h share/audacity/include/audacity/Types.h +share/audacity/nyquist/aud-do-support.lsp share/audacity/nyquist/dspprims.lsp share/audacity/nyquist/envelopes.lsp share/audacity/nyquist/equalizer.lsp @@ -72,9 +73,11 @@ share/audacity/plug-ins/highpass.ny share/audacity/plug-ins/limiter.ny share/audacity/plug-ins/lowpass.ny share/audacity/plug-ins/notch.ny +share/audacity/plug-ins/nyquist-plug-in-installer.ny share/audacity/plug-ins/pluck.ny share/audacity/plug-ins/rhythmtrack.ny share/audacity/plug-ins/rissetdrum.ny +share/audacity/plug-ins/rms.ny share/audacity/plug-ins/sample-data-export.ny share/audacity/plug-ins/sample-data-import.ny share/audacity/plug-ins/tremolo.ny |